Hello Henrik,

so i've got one copie of the datafile and the AutoLogBackup files, no backup.



I mean to restore so:

- start the database in admin mode
- initialize the database whith dummy Backup ( stop with errors; never mind )
- set the database offline
- move my copie about initialized datafile


But what is the next step?


Mit freundlichen Grüßen - Best regards
Jörg Wenzel


-----Ursprüngliche Nachricht-----
Von: Henrik Hempelmann [mailto:[EMAIL PROTECTED] 
Gesendet: Freitag, 3. März 2006 14:04
An: maxdb@lists.mysql.com
Betreff: Re: Restore only with the datafile


[EMAIL PROTECTED] wrote:
> Can i restore if i've got only the datafile?
> 

You mean there is no backup and the logvolumes are lost?
Unfortunately there is no direct way to recreate an empty log
and restart to the last successful savepoint.

But you can recover the database from a backup, so you have to
create a backup from your datafile:

- start the database in admin mode
- make a 'full' backup of your database
- initialize the database using the backup
   -> db_activate restore
    aka "Recovery with Initialization"



   Henrik


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

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

Reply via email to