Linode Forum
Linode Community Forums
 FAQFAQ    SearchSearch    MembersMembers      Register Register 
 LoginLogin [ Anonymous ] 
Post new topic  Reply to topic
Author Message
 Post subject: MySQL Backup solution
PostPosted: Tue Sep 30, 2014 3:35 am 
Offline
Junior Member
User avatar

Joined: Fri Feb 21, 2014 7:26 am
Posts: 34
Website: http://www.alancoleman.co.uk
Location: Bath. UK
Hello everyone,

I'm using the Linode Backups to backup my files.

Would anyone have a recommendation for a similar solution for MySQL databases?

I have read that Linode Backups also backup my databases but there are warnings about transactions during backup. That said, it's extremely unlikely that my databases are going to updated during a backup, so do I really need a solution to automate the backup of my databases anyway?

I'd like to hear about how others deal with the automated backing up MySQL databases.

Many thanks


Top
   
PostPosted: Tue Sep 30, 2014 6:54 am 
Offline
Senior Member

Joined: Sun Mar 07, 2010 7:47 pm
Posts: 1970
Website: http://www.rwky.net
Location: Earth
I use innobackupex + duplicity to copy to s3.

_________________
Paid support
How to ask for help
1. Give details of your problem
2. Post any errors
3. Post relevant logs.
4. Don't hide details i.e. your domain, it just makes things harder
5. Be polite or you'll be eaten by a grue


Top
   
PostPosted: Tue Sep 30, 2014 3:04 pm 
Offline
Senior Member
User avatar

Joined: Sun Dec 27, 2009 11:12 pm
Posts: 1038
Location: Colorado, USA
Do a mysqldump via cron BEFORE your backup is scheduled (allow enough lead time so that the dump can be accomplished before the backup starts), then your DB is just another file that gets backed up.

_________________
Either provide enough details for people to help, or sit back and listen to the crickets chirp.
Security thru obscurity is a myth - and really really annoying.


Top
   
PostPosted: Fri Oct 03, 2014 11:05 am 
Offline
Senior Member

Joined: Tue Aug 02, 2011 2:45 pm
Posts: 55
vonskippy wrote:
Do a mysqldump via cron BEFORE your backup is scheduled (allow enough lead time so that the dump can be accomplished before the backup starts), then your DB is just another file that gets backed up.


+1 for mysqldump. I do this as part of my backup script before duplicity sends it off to Amazon S3. Works great!


Top
   
PostPosted: Fri Oct 03, 2014 3:55 pm 
Offline
Senior Member

Joined: Thu Feb 20, 2014 5:06 pm
Posts: 58
mysqldump works great for small databases, but for DBs over ~100GB it's too slow, even with SSDs. I use a combination of replication and Percona Xtrabackup (aka innobackupex) to take incremental snapshots without disrupting production. My Linode MySQL server replicates to a slave in the office over a VPN tunnel, then Xtrabackup runs once a day to incrementally backup the slave using the binlog.


Top
   
PostPosted: Tue Jan 27, 2015 2:56 am 
Offline

Joined: Tue Jan 27, 2015 2:50 am
Posts: 1
Boomfelled wrote:
I'd like to hear about how others deal with the automated backing up MySQL databases.

Many thanks


As the administrator of a big researching institute's network, I stick up for many years to Handy Backup, able to perform "hot" backup of MySQL databases (described here: http://www.handybackup.net/mysql-backup.shtml), as well as other data by scheduling. We are have an account on Amazon S3, some NASes and specialized FTP exchanging server, and Handy Backup copies and replicates our data on all these media without any single problem.

Unfortunately, I can't say anything about the business model of this software; I heard it was shareware once, but on the product website I was found some price tags for different solutions.

Best regards!


Top
   
PostPosted: Wed Jan 28, 2015 10:04 pm 
Offline
Senior Newbie

Joined: Tue Feb 25, 2014 2:49 am
Posts: 7
I use Idera CDP backup hosted by a third-party provider (JonesSolutions) with the MySQL plugin (so databases get backed up and can be restored per table). It's well worth the cost and I highly recommend it.


Top
   
PostPosted: Mon Feb 23, 2015 6:01 am 
Offline
User avatar

Joined: Mon Feb 23, 2015 5:54 am
Posts: 1
I also use Idera CDP backup hosted with the MySQL plugin. It is a really great solution of your problem!

_________________
Professional developing enterprise applications


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic


Who is online

Users browsing this forum: No registered users and 3 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
RSS

Powered by phpBB® Forum Software © phpBB Group