Updating iSymphony
Updating
You have two different options for updating your server to the latest version of iSymphony. Upgrades should be performed at a time when the system is not in use to reduce down time. We recommend that the manual update procedure only be used if the automated procedure fails or an automated update is not an option.
Automated
- Backup all files in /opt/isymphony3/server/conf
- Log into the iSymphony Administration page. See Connecting to the Administration Interface for more information.
- Select Global Configuration in the top right hand corner of the administration window.
- If an update is available for download you will see a button next to System under Modules that reads Download Update <version>.
- Click on the Download Update <version> button to begin downloading the update.
- Once the download and decompression is complete click the button again to install the update.
Once this is done the server will shutdown and apply the update. The server will then automatically restart.
Manual
The manual upgrade instructions will differ depending on the type of install you have:
RPM
- Backup all files in /opt/isymphony3/server/conf
Use the following command to stop your iSymphony Server:
service iSymphonyServerV3 stopOnce you have downloaded the new RPM to the server run the following command to apply the update.
rpm -Uvh iSymphonyServerV3-<version>-1.noarch.rpmRestart your iSymphony Server using the following command:
service iSymphonyServerV3 start
Tarball
- Back up all files in /opt/isymphony3/server/conf.
Shutdown the server.
/opt/isymphony3/server/shutdown.shOnce you have downloaded the iSymphony tarball to your server run the following commands to apply the update.
tar xzf iSymphonyServerV3<version>.tar.gz
cd ./iSymphonyServerV3<version>
chmod +x install.sh
./install.shThe install script will detect the installed instance of iSymphony and apply the upgrades.
Restart the server
/opt/isymphony3/server/startup.sh