how can I restore my odoo backup backup.dump file ?
how can I give them a new database name ?
thanks
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
|
4310 | |||
|
1
5月 26
|
37921 | |||
|
2
1月 25
|
2678 | |||
|
0
6月 26
|
3 | |||
|
0
5月 26
|
32 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.
thanks, I found the solution =)