Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
David.. Posted January 24, 2015 Posted January 24, 2015 Hello! Does someone know which is the best way to backup only the database without downtime? Downloading the whole site backup has become very big in size so I want to download the database more often than all the other files. I usually back it up using cPanel with the database download option but that gives an SQL error while the database is downloading so I was wondering if there was a better way? Preferably in the sql.gz format but all other will do aslo. Thank you.
Ahmad E. Posted January 24, 2015 Posted January 24, 2015 I'd use cPanel or phpMyAdmin (export function).
ASTRAPI Posted January 24, 2015 Posted January 24, 2015 Hi Adrian It is much better to use ssh commands or add a cron and not use the browser to backup your database. For myisam tables you can use mysqlhotcopy or mysqldump with the option --opt --single-transaction. For Innodb tables you can use Percona Xtrabackup or mysqldump with the option --opt --single-transaction. For both you can get from the net a lot of tutorials as it is very easy to use
Draffi Posted January 24, 2015 Posted January 24, 2015 Best Programm (for this job) ever!http://www.mysqldumper.net/
David.. Posted January 25, 2015 Author Posted January 25, 2015 I'd use cPanel or phpMyAdmin (export function). cPanel causes downtime, not sure about phpMyAdmin. Hi Adrian It is much better to use ssh commands or add a cron and not use the browser to backup your database. For myisam tables you can use mysqlhotcopy or mysqldump with the option --opt --single-transaction. For Innodb tables you can use Percona Xtrabackup or mysqldump with the option --opt --single-transaction. For both you can get from the net a lot of tutorials as it is very easy to use This seems useful! Setting up Cron Jobs with this is very useful! Does this cause downtime when backing up the database though? Best Programm (for this job) ever! http://www.mysqldumper.net/ Seems nice. I'll give it a try on a test server! Does it eat up too many resources when backing up?
Draffi Posted January 25, 2015 Posted January 25, 2015 mysqldumper works with cron jobs, too.No, no resources. You feel nothing during the backup (no slow loading time or something else...)
RevengeFNF Posted January 25, 2015 Posted January 25, 2015 Percona Xtrabackup is the best thing that happened to backups
Recommended Posts
Archived
This topic is now archived and is closed to further replies.