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!
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
Which version of openerp and postgresql you are using ? even this message appears, please check in postgresql you will find your database restored.
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.
I HAVE THİS CODE BUT NOT WORK EXACTLY <?xml version="1.0" encoding="utf-8"?> <odoo> <record id="view_musteri_tavsiye_form" model="ir.ui.view"...
I am having trouble getting Roundcube 1.6.1 to work on my server. I believe some pre-existing configuration on my server may interfere with Roundcube but I am unsure. Here is what I have set up so far:...
I d like to manage OpenERP user s activity by installing the audittrail module. After creating some rules ( define which user, which object and which activity (create, update..) will be monitored). I ...
I want to cache some results in my OpenERP module, so I dug around a bit and found the cache decorator. Unfortunately, the most documentation I ve been able to find is in the class declaration: Use ...
I have a defined groups and i want to display a button according a group. <button name="assign_ticket" states= "pending_assignment,draft" groups="group_centricare_care_agents" string="Assign to me"...
We have a requirement that we need to integrate OpenERP with Drupal. I investigated but could not find any Drupal addon/module which will do the desired job. I also investigated and found that ...
I m trying to deploy OpenERP with a buildout and my own piece of code. In fact I would like to build a complete deployement structure allowing me to use OpenERP with custom modules and patch. First ...
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!