Tuesday, June 11, 2013

How to backup and restore OpenERP database ?



How to backup and restore OpenERP database ?



Rate This

There are two methods to perform backup and restore operation for OpenERP database.
Lets go through step by step:
Method 1Using GUI
Follow the steps to create backup and restoring database.
1) Goto Login page,
2) Click on Manage Databases,
3) There are various options available on left side bar.
4) Follow the screens displayed below.
OpenERP database backup
OpenERP database backup
OpenERP database restore
OpenERP database restore
Method 2Using command prompt (Using PostgreSQL)
It is advisable that if backup has been taken from command prompt then restoring should be from command prompt only.
Follow the screen steps for creating backup and restore.
1) Executing following command will create a blank database.
Create blank database
Create blank database
2) Executing following command will create a backup of database : openerp_61
OpenERP database backup from command prompt
OpenERP database backup from command prompt
3) Execute following command will restore your db into blank database created in step 1.
OpenERP restore database from command prompt
OpenERP restore database from command prompt
Problem during restoring from command prompt :
Upto here, assume that everything is working in the same PC. Now let say, someone is trying to restore database using command prompt for which, the database has been backed up from another PC.
Please check following screenshots.
OpenERP database backup process
OpenERP backup database process
In above case, You can see the error message `role “john” does not exist`. It means that database has been backed up from another PC having name is ‘john’.
So now, in this case there are two solutions to restore this database as follows.
1) Either you can open dump file, and change the role name wherever you find name ‘john’ as your role displayed in following screen. Here I have changed name as ‘navrang’ in place of ‘john’.
OpenERP restore database process
OpenERP restore database process
2) Another option is, if dump file is too long to change role/owner name, then you can create a user in your PC named ‘john’ so it will work as it is.
And this way we can restore our database.

No comments: