> Having 2 log volumes in my database with log mode "SINGLE"
> and "AUTO LOG BACKUP"
>
> One of log volumes was missed (deleted!).
>
> Is there any solution for recovering this database ?
Hi,
if the database is still up and running then save the data and the log.
This can be possible due to the fact that under unix files are deleted
when their reference count is zero. This will not be the case if the
databse still accesses the logvolume.
After this you can restore the database complete using
db_activate RECOVER ....
which will initialize the deleted logvolume. If neccessary recover also
your saved log then.
kind regards, Martin
--
MaxDB Discussion Mailing List
For list archives: http://lists.mysql.com/maxdb
To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]