| InnoDB Backup [message #1427] |
Fri, 15 June 2007 09:56  |
adamb Messages: 5 Registered: June 2007 |
Junior Member |
|
|
All - I have a very large database, containing hundreds of millions of records across multiple tables in multiple databases. The DB is setup for a master/slave replication, but I would like to start doing a full weekly dump to a DVDRom or tape backup...whatever. With MyIasm tables I can just copy the binary files, but this is not the case with InnoDB, which is what I am using. the mysqldump takes forever and a day to complete, and produces an extremely large text file, I was looking for some other way, that is a. quicker, b. smaller dump files. Is this possible? Can someone recommend a method?
Thanks,
Adam.
|
|
|
|
|
| Re: InnoDB Backup [message #1474 is a reply to message #1427 ] |
Mon, 25 June 2007 06:16   |
razdaman Messages: 26 Registered: May 2007 |
Junior Member |
|
|
I'm not an "backup expert" in any way, but I just wanted to add that you actually can backup the binary files of innodb tables. It is a bit more complex than with myisam and it is not the ideal solution, but it is doable.
However, you have to shutdown your mysql-server while doing it.
[Updated on: Mon, 25 June 2007 06:16]
|
|
|
|
|
|
|
| Re: InnoDB Backup [message #1485 is a reply to message #1481 ] |
Tue, 26 June 2007 08:04  |
adamb Messages: 5 Registered: June 2007 |
Junior Member |
|
|
|
got it. thank you very much for all your help. backup up the files is significantly quicker then doing a mysql dump!
|
|
|