V9 DB migration to V10(64bit)

casorohi

Member
Hi guys
I need inputs regarding the migration of Progress91.d (32bit), OS Linux RHEL 4 (32bit) to V10 (64bit), OS Linux Redhat5 (64bit).
First we need to convert the DB to V10(32 bit) or we can directly convert/migrate the V9 DB to V10 with 64 bit
Could you all please suggest what should be approach?
Thanks
 
You can directly migrate.

First, using v9, shutdown, truncate the bi file and backup. (truncating the bi is important!)

Then install oe10 or change your environment to point to oe10 and run proutil dbname -C conv910

That will take less than 5 minutes.

Now recompile.

Make sure that after-imaging is enabled.

Test.

You're done. Sort of.

To take full advantage of the most significant features of oe10 you need to implement type 2 storage areas. That requires analysis, planning and a dump & load.
 
Back
Top