Quote:
|
Originally Posted by ckintner
Does anyone have a sample script that restores a full-image copy from one DB to a different DB?
|
I don't have a script - but I just copy the backup image, and the archive logs to the new dbserver - and run the following cmds:
db2 restore database <dbname> from <path to bkup image>
db2 rollforward database <dbname> to end of logs