/
TDDP MySQL Backup and cron job creation
TDDP MySQL Backup and cron job creation
- To back up TDDP all databases, firstly edit the ansible host file 'host', edit it like below
[tddp-servers]
118.138.244.93 ansible_ssh_port=22 ansible_ssh_private_key_file=/root/.ssh/nectar
2. Run 'ansible-playbook -i host mysql_backup.yml'
This command will create a sql dump file and create a cron job. View the cron job at /etc/cron.d/tddp_msql_backup
, multiple selections available,
Related content
Backup installation and configurations for TDDP and DOI data
Backup installation and configurations for TDDP and DOI data
More like this
Manual Creation of TDDP server
Manual Creation of TDDP server
More like this
TDDP troubleshooting guide
TDDP troubleshooting guide
More like this