Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

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


To perform a basic backup of the platform, run the following backups:

  1. Back up MySQL

    mysqldump --routines --triggers kinton > kinton_dump_`date +%d%m%y`.sql
    mysqldump --routines --triggers kinton_accounting > kinton_accounting_dump_`date +%d%m%y`.sql
  2. Back up Redis

    redis-cli
    lastsave
    bgsave
    lastsave
  3. Back up the contents of opt abiquo

    tar cvfz opt-abiquo.tgz /opt/abiquo
  4. Backup user interface

    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

  • No labels