Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
1 Odpowiedz
8232 Widoki

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

Awatar
Odrzuć
Najlepsza odpowiedź

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


Awatar
Odrzuć

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?