High Availability Installation |
/opt/aspera/orchestrator/config/database.yml
development: host: localhost port: 4406 primary_host: ip_address_of_host_1 alternate_host: ip_address_of_host_2 adapter: mysql username: root password: aspera database: orchestrator production: host: localhost port: 4406 primary_host: ip_of_host_1 alternate_host: ip_of_host_2 adapter: mysql username: root password: aspera database: orchestrator
/opt/aspera/var/config/orchestrator/
Run the following
command:$ cp database.yml /opt/aspera/var/config/orchestratorThis step ensures that the data is preserved during an upgrade.