Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
1 ตอบกลับ
2647 มุมมอง

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

อวตาร
ละทิ้ง
Related Posts ตอบกลับ มุมมอง กิจกรรม
1
ธ.ค. 24
6218
3
ส.ค. 24
7063
how to know the odoo master password? แก้ไขแล้ว
4
ก.ค. 24
41477
Default value in form view แก้ไขแล้ว
5
เม.ย. 23
99438
3
พ.ย. 22
4489