List:General Discussion« Previous MessageNext Message »
From:Jarek Jarzebowski Date:May 28 2003 10:57am
Subject:InnoDB backup - the best way.
View as plain text  
Hi,

I have MySQL 4.0.12 working on Debian Linux box. DB server uses MYISAM 
and InnoDB tables. MySQL docs shows what is the best way to backup 
InnoDB tables but I don't want to shutdown db server every backup time.

I suppose it is not a good idea to just copy database files and innodb 
log files to the safe place because of unwanted rollbacks danger.

What if I use mysqldump to backup databases data, and then I copy innodb 
log files to the safe place? I suppose I should flush tables first.

I'm interested in your opinions. I'm sure that there is anybody more 
experienced in this matter.

Regards,
-- 
Jarek

Thread
InnoDB backup - the best way.Jarek Jarzebowski28 May
  • Re: InnoDB backup - the best way.Rafal Jank28 May
  • Re: InnoDB backup - the best way.Chris Tucker28 May
    • Re: InnoDB backup - the best way.Jeremy Zawodny29 May