Skip to Content
Menu
This question has been flagged
1 Reply
4229 Views

how to copy production to staging to test some updated s then copy from staging to proudction 

Avatar
Discard
Best Answer

Hi 

In the staging Branch click on the + icon and fork from the production branch and create a new staging one, it will create a branch in staging which is a mirror copy of Production with all Data.

we can merge the staging branch with production so that all the work you have done will be moved to production.

Please refer to the following Documentation.

https://www.odoo.com/documentation/master/administration/odoo_sh/getting_started/branches.html


Regards


Avatar
Discard

When you say all work you have done will be moved to production does that include new products data I've added in the staging database as well?