Upgrading Cascade Server on Linux or Unix
Upgrading Cascade Server
To upgrade Cascade Server, please do the following:
NOTE: The upgrade script requires that curl be installed on the machine.
- Download the latest upgrade script.
- Stop Cascade Server by issuing:
./shutdown.sh -S - Verify that the upgrade.sh file is set to be executable
- Execute the upgrade script by issuing:
./upgrade.sh - Follow the prompts to ensure the correct download
- Once the upgrade has finished, start Cascade Server:
./run.sh &
Applying a Manual Upgrade
- Download the latest upgrade zip file.
- Stop Cascade Server by issuing:
./shutdown.sh -S - Delete the following directories:
- cascade/server/default/tmp/
- cascade/server/default/work/
- cascade/server/default/deploy/program.ear/
- Change directories into the cascade folder
- Unzip the upgrade zip file
- Once the unzipping has finished, start Cascade Server:
cd bin
./run.sh &
Let us know if you have any questions.
Last modified on Tue, 11 Sep 2007 14:54:01 -0400
Top / Previous / Next / Up / Table of Contents