Upgrading Orchestrator |
The following are the requirements for upgrading Orchestrator.
$ /opt/aspera/common/mysql/bin/mysqldump -h localhost –u root –p orchestrator > /tmp/orchestrator_db_backup_timestamp.sql
$ cd /opt/aspera/ ; tar chvfz /tmp/aspera_orig_timestamp.tar.gz var/
The directory /opt/aspera/orchestrator/ is overwritten with the newly released files, while files under /opt/aspera/var/config/orchestrator/ are left unchanged during the upgrade. During the installation, custom images, branding files and style sheets are copied from /opt/aspera/var/config/orchestrator/ to /opt/aspera/orchestrator/public/. Thus make sure that any custom files (as well as orchestrator.yml, if the default Orchestrator configuration has been changed) are placed under /opt/aspera/var/config/orchestrator/ before doing the upgrade.
/opt/aspera/orchestrator/config/database.yml
It
will be overwritten by the default released file, and you will lose the data unless it is
backed up elsewhere.