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!
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.