コンテンツへスキップ
メニュー
この質問にフラグが付けられました

Hi

I need to restore a .dump backup file, but I cant do it using openerp v7's web interface, since it always crashes my local server.

How can I restore the dump file using command line?

Please describe it step by step.

Thanks a lot, regards

アバター
破棄
最善の回答

 

The exact format of the commands that Odoo uses for backup and restore is below.

For backup

pg_dump --format=c --no-owner --username=<> --host=<> --port=<> <dbname>

For restore:

pg_restore --no-owner --dbname=<>

 

アバター
破棄

and how to say whats the new database name and then load this dump in?

関連投稿 返信 ビュー 活動
3
1月 22
4814
1
4月 25
853
1
12月 21
10247
1
2月 19
15246
1
3月 15
3853