to*******@gmail.com wrote:
Hi! I need to migrate a UDB 7.1 32-bit database on one HP-UX system to
a 8.3 (FP3) 64-bit database on a new HP-UX system.
I found this newsgroup post which indicates this not possible using
backup/restore utilities:
http://groups.google.com/group/comp....5f06f1c877dca2
Is this still the case with UDB 8.2? I can't backup the database in
UDB 7.1 and restore it in UDB 8.2?
Thanks!
Thanks for the link to the old thread. That comes in very handy when trying
to figure out what the question is ;-)
The way to migrate your v7 database to v8 is to keep the bits the same. The
best way to do this, I think, is to change your v8 instance to 32-bit (use
db2iupdt with the "-w 32" flag), restore the database, then convert your v8
instance back to 64-bit (using db2iupdt with the "-w 64" flag).
I would imagine that if you wanted to do all this without taking down your
existing 64-bit instance, you probably could create a new 32-bit instance,
restore, optionally convert that instance to 64-bit, backup again (the new
backup will be a v8 backup which is not dependant on wordsize), and then
restore that to your production instance.
Hope that helps.