RE: Recovering until a specific time
"Brunzema, Martin" <[email protected]> Thu, 28 Aug 2003 09:56:41 +0200
| Newsgroups | gmane.comp.db.sapdb.general |
|---|---|
| Message-ID | <[email protected]> |
Hi, the UNTIL only works together with log-recovery, not with data recover. So for dbmcli use recover_start <mediumname> log until <date> <time> For the dbmgui, I assume, that you also do not end in a log-recovery. Maybe there are enough LogPages still on the Log, so that a log-recovery from log-backups is not necessary. Try it again after a init config. regards, Martin > -----Original Message----- > From: Daniel Blázquez [mailto:[email protected]] > Sent: Wednesday, August 27, 2003 5:48 PM > To: [email protected] > Subject: Re: Recovering until a specific time > > > Martin, > > i try it both in DBMGUI and DBMCLI, v. 7.4.3 > > *in DBMGUI: > - set database in admin mode > - select "Recovery" > "Database" > "Recover last backup" > - select "Recover until a specific time" and choose the date > and time. the process ends successfully but the logs are > loaded entirely, > ignoring the "until" restriction > > *in DBMCLI: > dbmcli on dummy2>util_connect dbadmin,dbadmin > OK > dbmcli on dummy2>recover_start complete data until 20030827 162500 ERR > -24996,ERR_PARAM: wrong parameters > > if i dont specify the "until" clause, the recovery is performed ok. > > thank you! > > daniel