This question has been flagged
1 Reply
1918 Views

Good day everyone,

We have been doing development and customization on our dev server.  Now we need to move it to customer server. Shall we move (backup/restore) the database full zip and also shall we copy all the files at file system level (ubuntu)? or just restoring the database will restore all the source code files in the QAS/Production server?


Thanks in advance.


Avatar
Discard
Best Answer

Hello,

When you take a database backup zip including images in that condition it only stores our tables data or images but they don't manage the code. 

So if you want to restore the same database on your customer production server so you can take a DB backup.

Regarding the modules you need you to add your custom module code in your customer server at the specific location where you want to manage. like custom addons and etc path which one configure in your  configure in your odoo config file.

Avatar
Discard
Author

Hello Manish, thanks for reply. That's what we taought iniitially so we will transfer the database and the source files too.

I wonder if is there any kind of tool free or paid that help on managing the syincing between dev, testing and production enviroments , cuz its a real everyday problem on any implementation project.