I am trying to restore a database backup through the client interface of open ERP. A message appeared "Could not restore DB". I am using Postgresql 8.4.1

Please help!

link
feedback

2 Answers

which version of openerp and postgresql you are using ? even this message appears, please check in postgresql you will find your database restored.

link
feedback

Are you able to create backups on the same server? I've had similar problems on new installations when I haven't created a .pgpass file. The db_user and db_password configuration parameters are used during regular database access, but can't be used for PostgreSQL backup and restore operations. For backup and restore, you need to set up a .pgpass file.

link
feedback

Your Answer

 
or
required, but never shown