Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
I would highly suggest using the --single-transaction parameter on large databases, otherwise INSERTS and UPDATE will wait until the current table is done being dump, and if you run a high transaction database those connections will just pile up and then you’ll get the infamous “too many connections” error
May I recommend Xtrabackup from Percona. http://www.percona.com/doc/percona-xtrabackup/2.1/
Its important uses ‘–routines’ arg for mysqldump exports all triggers, views, procedures and functions of your database.
mysqldump -u root -p --routines … > out.sql
@ Milo Felipe,
Can i have the mysqldump command ? Did you check your current DB size ? so that i can give a suggestion.
“For larger databases, where mysqldump would be impractical or inefficient, you can back up the raw data files instead”
http://dev.mysql.com/doc/mysql-backup-excerpt/5.6/en/replication-solutions-backups.html
I am going to add a 1GB slave server, where I will make my backups.
Can I by cron job disable the replication on the slave server, then do a mysqlDump?
Hi,
is there any way to bakcup all server config (ubuntu / plesk / apache / all mods / varnish config / fail2ban / … ) ?
thanks Best regards Edouard