how can I restore my odoo backup backup.dump file ?
how can I give them a new database name ?
thanks
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
how can I restore my odoo backup backup.dump file ?
how can I give them a new database name ?
thanks
for v7:
sudo /etc/init.d/openerp-server restore db_name /home/backup.dump (path that you stored your backup dump file)
for v8:
sudo /etc/init.d/odoo-server restore db_name /home/backup.dump (path that you stored your backup dump file)
Create an account today to enjoy exclusive features and engage with our awesome community!
РегистрацияRelated Posts | Ответы | Просмотры | Активность | |
---|---|---|---|---|
|
1
февр. 17
|
2798 | ||
|
0
мая 25
|
28740 | ||
|
2
янв. 25
|
819 | ||
|
1
февр. 25
|
87 | ||
|
1
нояб. 24
|
1236 |
thanks, I found the solution =)