...
- Download Celoxis 9.5.0 from the link provided by Support in a separate mail.
- Backup your existing database and data directory. If the upgrade fails for any reason, the backed up database and data directory will have to be restored.
- To know your database, go to license.properties file into <Celoxis-install-dir>\psa_9.1.0\webapps\psa\WEB-INF\conf
- To know your data directory, from the main tool bar go to Setup > Site and then click on the link click on and then Site Settings.
- On the new page,click on Edit Site Settings and look at
for Data Directory Path.
- Upgrading
- Unzip the downloaded psa_9.5.0.zip file into <Celoxis-install-dir>
- You should now have: <Celoxis-install-dir>\psa_9.5.0 directory.
- Open a command prompt (terminal on Linux)
- Stop Celoxis 9.1.0: Go to <Celoxis-install-dir>\psa_9.1.0 directory and type : bin\shutdown.bat (bin/shutdown.sh on Linux)
- If you have installed Celoxis as a Windows Service, remove it. Type : bin\service.bat remove
- Type: cd <Celoxis-install-dir>\psa_9.5.0 (cd <Celoxis-install-dir>/psa_9.5.0 on Linux)
- Type: bin\startup.bat (bin/startup.sh on Linux)
- http://<your-server-name>:8888/psa/site.Upgrade.do
- Follow the instructions there to complete the upgrade.
- After upgrade is successful, you need to install the Celoxis as a service again.
...