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

what is your way for updating modules in LIVE-Systems?

do you really make a database Dump before every simple Update of a custom-Module?

e.a. if just some logic in Py-Files changed?

-of if you just add one simple new DB-Field?


Avatar
Discard
Best Answer

Hi,

Before pushing code to the live system, you can test the updated code  in a test database(create a test db by taking a backup or duplicate of the live database) and if its work fine in the test database, you can push the code to the live. Also you can use the version control system like Git.

Also configuring the auto back up for the live database is also good: Automated backups in Odoo


Thanks

Avatar
Discard