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)
相关帖文 | 回复 | 查看 | 活动 | |
---|---|---|---|---|
|
1
2月 17
|
2875 | ||
|
0
5月 25
|
29769 | ||
|
2
1月 25
|
986 | ||
|
1
2月 25
|
88 | ||
|
1
11月 24
|
1376 |
thanks, I found the solution =)