콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
1 회신
3567 화면

I'm trying to restore a database in Odoo V 8.0-20150212 and the backup is from a different installation (Odoo Version 8.0-3ea978b) but it won't work. at first I thought the problem was in postgres version, so I installed the same  version and even after that the DB wouldn't restore. Am I missing something here?

아바타
취소

"won't work" and "wouldn't restore" - can you explain if you got error messages, unexpected behavior etc so we know what you mean by these phrases?

작성자

I get one message that is "Impossible to restore database", and when I look in postgres I find that the database is created but with no tables.

작성자

Note: I'm restoring the database from odoo's database manager

베스트 답변

I agree with Ray, some more detail in your question definetly would help to get a good response

Now some guessing:

  1. there are several different ways to restore a psql database ('psql database_name < pgdump_file', 'pg_restore' being two of them). If one of them wouldn't work I'd try an alternative method.
  2. if your backup file is compressed (.tar, .gz, ....) it might help to uncompress that in a separate operation first and then try to restore the uncompressed backup file after that.
아바타
취소