MySQL
MySQL
Backup Options:
o Online Dump to the same server. o Online Dump to Staging server
HotBackup Database Online Dump:
Database Online Dump During Backup Operations:
Set these variables
Backup Dest directory
Email for notifications
How many days old files must be to be removed
Linux bin paths
Get date in dd-mm-yyyy format
Create Backup sub-directories
DB skip list
Get all databases
Archive database dumps
Archive the directory, send mail and cleanup
Remove old files
!/bin/bash
config:
when running on debian we can use existing debian-sys-maint account using defaults file
otherwise, specify username and password below using use_credentials
use_credentials="-uroot -p"
check if mysql is running
!/bin/bash
!/bin/bash
check if mysql is running
!/bin/bash
check if mysql is running
Restore:
Database Online Dump During Backup Operations:
Online Dump to Staging server
HotBackup Database Freeze.
ColdBackup Database Shutdown.
Last updated