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

I have taken db backup in odoo9 and trying to restore in new another db. i am trying to restore db from pgadmin3 then getting below error.

"An error has occurred:

15:24:50: Error: File '' couldn't be removed (error 2: No such file or directory)"


Please let me know how to resolve it

アバター
破棄
最善の回答

hello

try to restore from terminal.

create new db from terminal and then restore.

=> for the restore .sql file
psql -<username> -<dbname> -1 -<filename>.sql
=> for restore .dump file
pg_restore -<username> -<dbname> -1 <filename>.dump

アバター
破棄
関連投稿 返信 ビュー 活動
1
12月 24
6218
3
8月 24
7063
4
7月 24
41472
5
4月 23
99429
3
11月 22
4487