Binary dump and load - compatibility?

zsiadat

New Member
Hi,

We're migrating a database from version 9 to 10 on one machine to another, and as of yet we have been utilizing ASCII dump and load to achieve this. Unfortunately (or perhaps fortunately?) our database has grown rapidly in size, thus making this procedure extremely time consuming. This has created somewhat of an issue to us. My question is therefore: is it possible to successfully do a binary dump on a database running version 9, and then binary load that data on a database running version 10?

Thanks,
zsiadat
 

zsiadat

New Member
Cool. The dump & load worked out just fine. I have, however, been parallelizing the load in order to increase performance.

Thank you for your help, it was very useful!

/zsiadat
 
Top