This question has been flagged
2 Replies
2892 Views

   We have move odoo server one to another local ubuntu server. I have taken backup database from the admin dashboard. I have confused few questions.

1) which files move to other servers

2) do we need install there software like OpenERP, Postgres sql

3) do we need install dependencies s/w like wkhtmlpdf.

please help me       

Avatar
Discard
Best Answer

Pramod Follow the below given steps :

Install all the library which are mandatory to run odoo. also install postgresql and create users.

Then copy the source code in repository and start the server.

Go to browser and type : localhost:8069/web/database/manager and restore the db.

Please drop me an email on odoo@aktivsoftware.com for further assistance

Avatar
Discard
Best Answer

You can restore a backup created by the Odoo GUI (/web/database/manager) on another Odoo instance by restoring it in the GUI. But of course the other instance must be a complete Odoo instance with all dependencies and all the same modules installed.

Avatar
Discard