I’ve set up my project on Odoo SH using Odoo V17 EE. I need to create a staging server with a fresh, empty database to test new configurations and custom modules. I’ve already pushed these custom modules to the staging branch, but the branch isn’t configured as a proper staging environment yet.
My question is: How can I set up a new staging environment with a completely fresh database instead of using a copy of the production database?
I’d greatly appreciate any guidance on this!