Upgrading from 6.5.X to 7.0.Y

To upgrade

  1. Download Celoxis 7.0.Y from the link provided.
  2. 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_6.5.X\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 Edit Site Settings and look at 
      Data Directory Path.
  3. Upgrading
    1. Unzip the downloaded psa_7.0.Y.zip file into <Celoxis-install-dir>
    2. You should now have: <Celoxis-install-dir>\psa_7.0.Y directory.
    3. Open a command prompt (terminal on Linux)
    4. Stop Celoxis 6.5.X: Go to <Celoxis-install-dir>\psa_6.5.X directory and type : bin\shutdown.bat (bin/shutdown.sh on Linux)
    5. If you have installed Celoxis as a Windows Service, remove it. Type : bin\service.bat remove
    6. Type: cd <Celoxis-install-dir>\psa_7.0.Y (cd <Celoxis-install-dir>/psa_7.0.Y on Linux)
    7. Type: bin\startup.bat (bin/startup.sh on Linux)
    8. http://<your-server-name>:8888/psa/site.Upgrade.do
    9. Follow the instructions there to complete the upgrade.
  4. After successful upgrade, you need to install the Celoxis as a service again.

 

If the Upgrade fails, refer here.