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