BackupMySQL.sh
A Bash script that dumps each MySQL/MariaDB database separately with mysqldump, compresses the dumps with gzip, and writes them to an NFS mount. Includes credentials handling, cron scheduling, a filename-collision note, …
A Bash script that dumps each MySQL/MariaDB database separately with mysqldump, compresses the dumps with gzip, and writes them to an NFS mount. Includes credentials handling, cron scheduling, a filename-collision note, …
Setup, security hardening, performance tuning, SSL/TLS, Galera clustering, backup, replication, and monitoring for MariaDB. Includes config snippets, SQL, and troubleshooting tables.