Skip ke Konten
Menu
Pertanyaan ini telah diberikan tanda
1 Balas
8414 Tampilan

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

Avatar
Buang
Jawaban Terbai

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
Buang

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?