Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
1 Odpowiedz
2653 Widoki

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

Awatar
Odrzuć
Najlepsza odpowiedź

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

Awatar
Odrzuć
Powiązane posty Odpowiedzi Widoki Czynność
1
gru 24
6220
3
sie 24
7066
4
lip 24
41511
5
kwi 23
99445
3
lis 22
4493