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?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- إدارة علاقات العملاء
- e-Commerce
- المحاسبة
- المخزون
- PoS
- Project
- MRP
لقد تم الإبلاغ عن هذا السؤال
1
الرد
3564
أدوات العرض
I agree with Ray, some more detail in your question definetly would help to get a good response
Now some guessing:
- 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.
- 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.
هل أعجبك النقاش؟ لا تكن مستمعاً فقط. شاركنا!
أنشئ حساباً اليوم لتستمتع بالخصائص الحصرية، وتفاعل مع مجتمعنا الرائع!
تسجيل
"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