I have a database issued of PostgreSQL 'database.backup' (700 Mo), I want to use it in odoo 8. I've tried this:
-1 I've created a new database in PGadminIII and I restored 'database.backup' directly, but it didnt appear in odoo interface so I can select it.
-2 I've created a new database in odoo (in the interface, database manager), and I've restored 'database.backup' in PGadminIII. but I've encountered a problem, when I want to install a new module this error appears:
'Integrity Error The operation cannot be completed, probably due to the following: - deletion: you may be trying to delete a record while other records still reference it- creation/update: a mandatory field is not correctly set [object with reference: Users - res.users]'
-3 I've tried to restore 'database.backup' directly from odoo (database manager/restore), once again an error has occurred:
'Impossible de restaurer la base de données' wich means 'Impossible to restore the database'
Please help me, thanks in advance.