I have an OpenERP 5.0 installation with a few custom modules, that I wish to upgrade to OpenERP 6.0.

I have some experience with this kind of sofware and I have inspected OpenERP. Sadly, I don't have actual experience with OpenERP, and I like to ask for some help in order to avoid mistakes. When researching this, I found there are several strategies (ETL processes, data-upgrade modules)... I assume I'll need to review all custom modules.

What are the guidelines or best practice in order to upgrade an OpenERP 5.0 installation to 6.0?

link|improve this question

67% accept rate
feedback

2 Answers

up vote 2 down vote accepted

We're still planning our migration from 5.0 to 6.0, so I don't have any personal experience with the process. We are planning to tackle the work ourselves, but we've done a lot of custom development, so we're pretty comfortable with the OpenERP code. If I were inheriting the system from someone else as it sounds like you are, I would be very tempted by the support contract that includes doing migrations for you.

In addition to the paid service, there also appears to be an open-source tool available for running data migrations. It is also discussed in several forum posts. (There really are a lot.)

Our tentative plans are:

  1. Try out the migration tool for a demo database from plain 5.0 to plain 6.1.
  2. Migrate the code for our custom modules to 6.1, following the Pragtech guidelines.
  3. Extend the migration tool's configuration to cover our custom modules and any others that weren't included with the tool.
  4. Run the migration on our full database into a sandbox and test the heck out of it.
  5. Launch and celebrate!
link|improve this answer
Any general idea about the steps you would split the upgrade into? – jjmontes Jan 10 at 11:32
I added our plans to the answer, @jjmontes. – Don Kirkby Jan 10 at 18:13
I really appreciate your answer (for the record, I was thinking of a similar path, but I'll consider ETL tools too if the available migration tools don't cut it). – jjmontes Jan 11 at 16:03
feedback

The best approach is to contract an OpenERP Enterprise. Migrating is quite complex and OpenERP can do the job for you. It's a fixed price for unlimited bugfixes and migrations: http://www.openerp.com/catalog/146

link|improve this answer
Welcome to Stack Overflow, Fabien. OpenERP questions have been trickling in for a while, so it's nice to see you. – Don Kirkby Jan 9 at 22:43
We consider that. But before resorting to that, I'd wish to understand what steps should be carried... – jjmontes Jan 10 at 11:30
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.