Upgrading Cascade Server on Mac OS X
To upgrade Cascade Server, please do the following:Note: The upgrade script requires that curl be installed on the machine.
1. Download the latest upgrade script.
2. Stop Cascade Server by issuing:
./shutdown.sh -S
3. Verify that the upgrade.sh file is set to be executable
4. Execute the upgrade script by issuing:
./upgrade.sh
5. Follow the prompts to ensure the correct download
6. Once the upgrade has finished, start Cascade Server:
./run.sh &
Applying a Manual Upgrade
1. Download the latest upgrade zip file.
2. Stop Cascade Server by issuing:
./shutdown.sh -S
3. Delete the following directories:
1. cascade/server/default/tmp/
2. cascade/server/default/work/
3. cascade/server/default/deploy/program.ear/
4. Change directories into the cascade folder
5. Unzip the upgrade zip file
6. Once the unzipping has finished, start Cascade Server:
cd bin
./run.sh &