Linux / UNIX Tech Support Forum
This is a discussion on how to do MYSQL online backup of huge database within the Databases servers forums, part of the Mastering Servers category; hello This is Manish. Well I want to do mysql online backup of databases up to 120GB size. I tried ...
Register free or login to your account to remove all advertisements.
|
|||||||
| Databases servers Discussions of databases of all types - especially MySQL. |
![]() |
|
|
Thread Tools | Display Modes |
|
|||
|
hello
This is Manish. Well I want to do mysql online backup of databases up to 120GB size. I tried mysqldump and mysqlhotcopy and also mysqlzrm. but none of them works and the version of mysql is 4.X. on gentoo. So is there any opensource soultion for the mysql database backup. Thanking you Manish |
|
||||
|
Yes large or huge database is problem for live backup. If you have performance problems with your server while making hot / live backups, try any one of the solution
#1. Set up replication and perform backups on the slave rather than on the master ... see this tutorial ONLamp.com -- Live Backups of MySQL Using Replication #2. Use a Veritas filesystem to make snapshots (you need Veritas products)
__________________
Rocky Jr. What's wrong? I hope I am not making you uncomfortable... Never send a boy to do a mans job. |
|
||||
|
ZRM for MySQL Enterprise and Cluster Editions does work with large databases you need to purchase this software, it is not a free version. Zmanda Recovery Manager for MySQL - Enterprise Edition. You can also use free version which requires a lot of config option. I suggest try replication option as suggested by rockdalinux
__________________
Raj Linux rulz. I have never turned back in my life ; I shall not do so today.. haha |
|
|||
|
Sounds like you need regular downtime (those tables must be terribly slow to repair, too.)
Have you considered doing LVM snapshotting? The big drawback to that is the load-spike caused by copying extends once you restart and data starts getting written again. If you're doing a lot of data collection using the ARCHIVE engine, then that load spike won't be so big. But--if you're not using replication now, I very much think you're going to want to soon. Come up with an LVM snapshot process and rsync the data to a slave ... that will be the fastest way to get replication started. Good luck! |
![]() |
|
|
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) |
|
| Thread Tools | |
| Display Modes | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| need to convert text files into mysql database | zafar466 | Databases servers | 2 | 12th July 2008 12:31 PM |
| ssh backup particular mysql table / database | brothers | Databases servers | 11 | 25th October 2007 05:06 PM |
| MySql FTP server backup script | zafar466 | Shell scripting | 3 | 25th September 2007 05:43 PM |
| MySQL Backup Script | krisa | Shell scripting | 1 | 2nd February 2007 11:57 PM |
| How do I backup MySQL Databases? | chiku | All about FreeBSD/OpenBSD/NetBSD | 2 | 19th August 2006 07:15 PM |