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?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
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?
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
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign up