Is there a way to rebuild for example a staging environment on odoo.sh without retrieving production database?
Sometimes, when we restore a production database in staging, it restores the code's version of the production too. And when we want to rollback to the actual code's version of the staging env, it seems to be not possible. The only workaround that I found is to make a small push to bring back the env to the right code's version.