Hi !

  I do a nightly BACKUP with:
    -> util_connect
    -> backup_start SAPDB_COMPLETE_DATA MIGRATION DATA

  Which gives me a full Backup file.

  Today I needed to restore the DB to a time some hours before,
  but I could not manage it. I tried the following:

    -> db_offline
    -> db_online -u 20031018 120000

  Which did not work (I had actual Data so it was not rolled back),
  Then I wanted to restore it to my nightly Data Backup Version:
  [Described so within http://www.sapdb.org/7.4/pdf/backrec_eng.pdf]

  -> db_admin
  -> util_connect
  -> util_execute INIT CONFIG
  -> recover_start SAPDB_COMPLETE_DATA DATA
  -> db_online

  But after this, I had actual Data in my View, no rollback to
  the last Backup done ... it seems the log is used, and I
  don't know how to purge it, and restore the exact state of
  the DB when the complete data backup has been written.

  Can somebody enlighten me how to manage that ?

   Ralf
-- 
theCo.de AG
Oranienstr. 10-11, 10997 Berlin [�]
fon +49 30 617 897-0  fax -10
[EMAIL PROTECTED] http://www.theCo.de

-- 
MaxDB Discussion Mailing List
For list archives: http://lists.mysql.com/maxdb
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to