Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

OpenERP, data restore problem

Tags:

odoo

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!


2 Answers

You can restore your db direct from pgadmin by making blank db and restore your db into. and other way is by command prompt postgres given below command. To create --- createdb db_name

To restore ---- psql created db_name < from which db you want to restore

like image 191
Abhishek Mehta Avatar answered Mar 05 '26 22:03

Abhishek Mehta


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

like image 26
Parthiv Avatar answered Mar 05 '26 21:03

Parthiv