OrderlyStats SE Upgrade Procedure This document describes the softare upgrade procedure. The All-In-One download always contains the latest version available, so if you have recently downloaded the system, you won't need to upgrade. To upgrade, download the latest Core Only dirstribution from http://www.orderlyq.com/orderlystatsse/download.html To perform the upgrade, execute the following command sequence as root. The following assumes you have your OrderlyStats SE installed in /usr/share/orderly, and the new core pack in your home directory (~) - you will need to edit the instructions if this is not the case. #1. Stop the OrderlyStats server: /etc/init.d/orderlystatsse stop #2. Create a backup folder: mkdir /usr/share/orderly/backup #3. Move your current installation to the backup folder (or anywhere EXCEPT webapps. I repeat - if you back up to the webapps folder, you will BREAK YOUR INSTALLATION) mv /usr/share/orderly/tomcat/webapps/orderlystatsse /usr/share/orderly/backup #4. Go to your webapps folder and DELETE the old installation (NOTE: If you just overwrite the old folder, you will BREAK YOUR INSTALLATION): cd /usr/share/orderly/tomcat/webapps rm -rf orderlystatsse #5. Install the new core (Note: replace XXX with the version number of the new version, for instance 10.0a): tar -xvzf ~/orderlystatsseXXX.tar.gz #6. Restore your configuration files from the backup: cp /usr/share/orderly/backup/orderlystatsse/WEB-INF/*.xml /usr/share/orderly/tomcat/webapps/orderlystatsse/WEB-INF/ #7. Start OrderlyStats server: /etc/init.d/orderlystatsse start Don't forget to let us know if you run into any trouble - we're here to help. support@orderlyq.com