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!
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!
您可以通过制作空白数据库并将您的数据库恢复到直接从 pgadmin 恢复您的数据库。其他方式是通过命令提示符 postgres 下面给出的命令。创建 --- createdb db_name
恢复 ---- psql created db_name < 你要从哪个 db 恢复
您使用的是哪个版本的 openerp 和 postgresql?即使出现此消息,请检查 postgresql 您会发现您的数据库已恢复。
您可以在同一台服务器上创建备份吗?当我没有创建.pgpass 文件时,我在新安装中遇到了类似的问题。和配置参数在常规数据库访问期间使用db_user
,db_password
但不能用于 PostgreSQL 备份和恢复操作。对于备份和恢复,您需要设置一个 .pgpass 文件。