This question has been flagged
1 Reply
2926 Views

I had created a database in V7.0. Then restored it in another machine, but it shows many errors. Any issues in restoring database? I cant fix that errors.

My machine is 32bit, remote machine is 64bit. Will it affect restoring?

Thanks...

Avatar
Discard
Best Answer

When you restore a database, you have to be really sure the new environment is equipped with the same openerp version and same code revision. Then also, all the modules have to be present on both machine.

If you're sure about the points above, after you have restored the database, run openerp manually from the shell passing: -u all -d your_db_name.

Regarding 32/64bit, this isn't usually a problem

Avatar
Discard
Author

I checked it, same openerp version and same code revision. I'm using windows7. How can i run the above command in windows7. Thanks for speedy replying. Awaiting your reply.

-u all -d your_db_name are arguments you needs to pass to the c:\path\to\server\openerp-server executable