Quantcast
Channel: SCN: Message List - SAP MaxDB
Viewing all articles
Browse latest Browse all 2539

Re: How to restore incremental backup on different computer?

$
0
0

Hi James,

 

OK, I got it after doing it via DB-Studio.

You must to the recovery in one "session".

I was closing the connection between the full restore and the incremental restore.

So, these are the DBMCLI commmands:

 

medium_put %bak_template_full% %BAK_FILE_full% FILE DATA 0 8 YES

medium_put %bak_template% %BAK_FILE_incr% FILE PAGES 0 8 YES

db_connect dbm,dbm

db_activate recover %bak_template_full%

recover_start %bak_template_incr%

db_restart

db_release

 

 

Thanks for pointing me to the right direction!

Jens

 

Message was edited by: Jens Layer


Viewing all articles
Browse latest Browse all 2539

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>