Saturday, April 17, 2021

Backup and restore

 db2 BACKUP DATABASE unicadb TO /home/db2inst1/dbbackup/ 


 Restore HCL Unica Database to IBM DB2: You may have to restore the unica database incase the deployment failed. Use below command to restore the database. 

 db2 terminate 

 db2 deactivate db unicadb 

 db2 restore db unicadb from /home/db2inst1/dbbackup/taken at 20200427121911 replace existing

No comments:

Post a Comment