This topic demonstrates the backup process for Faspex Server versions 2.0.1+. If you are running a version older than 2.0.1, please refer to
http://www.asperasoft.com/en/documentation/6 for your specific version's upgrade procedures. If your current installation of Faspex Server is older than version 1.6, please contact
Technical Support for assistance.
-
Backup your Faspex Server MySQL database using asctl
To backup your Faspex Server MySQL database, run the following command in a Terminal:
$ asctl faspex:backup_database
The preceding asctl command uses mysqldump to backup Faspex Server's three MySQL databases to the following directory:
/opt/aspera/faspex/backup/(time stamp)
In this directory, you will find the following file outputs:
Faspex Version |
Backup File Output |
2.5+ |
faspex.sql |
2.0.1+ |
- central.sql
- faspex.sql
- user_service.sql
|
-
Back up your Faspex, Apache and MySQL application files
Aspera also recommends that you back up your Faspex, Apache and MySQL application files, which--in addition to the database backup--will yield a full backup of the applications required to run Faspex Server. You can find the application files in the following directories:
Application |
Location of Application Files |
Faspex |
/opt/aspera/faspex |
Apache |
/opt/aspera/common/apache |
MySQL |
/opt/aspera/common/mysql |
Once you have navigated to the directories above, locate and backup the following application files:
Application |
Files to Backup |
Faspex |
- faspex.rb.yml
- /config/*.yml
- /config/mongrel_cluster/mongrel_cluster.yml
- /config/aspera.faspex.*.aspera-license
|
Apache |
- apache.rb.yml
- /conf/*.key
- /conf/*.crt
- /conf/extra/httpd-ssl_template.conf
- /custom/
|
MySQL |
database.rb.yml |