This page describes how to perform a basic backup of the platform. You could use this when you are performing a minor upgrade or in addition to VM snapshots for a major upgrade
Before you begin:
Check you have enough space on your destination systems before you start the backup
Back up MySQL Back up Redis Back up the contents of opt abiquo Backup user interface When the backup steps are done, store the resulting files in a secure location.
To perform a basic backup of the platform, run the following backups:mysqldump --routines --triggers kinton > kinton_dump_`date +%d%m%y`.sql
mysqldump --routines --triggers kinton_accounting > kinton_accounting_dump_`date +%d%m%y`.sql
redis-cli
lastsave
bgsave
lastsave
tar cvfz opt-abiquo.tgz /opt/abiquo
tar cvfz var-www-html-ui.tgz /var/www/html/ui
Related topics