Existing Installation/Upgrade Guide

Version X to Version X General Migration Steps

  1. Shut down project (e.g. turn off Tomcat)

  2. Make copies of any configuration files you've modified and don't want to be overwritten (VetView-authentication-config.propertiesVetView-database-config.propertiesVetView-communication-config.properties (all 3 in the <VetView Installation Folder>/WEB-INF folder/classes folder), or zk.xml (in the <VetView Installation Folder>/WEB-INF folder).


  3. If you never specified a path for attachments and custom labels/reports (on this Hospital Setup Tab), and you have some of those, you'll need to make copies of those attachments, reports, and labels. They will be located in the <VetView Installation Folder>/upload folder.

  4. Apply database upgrade package script (It is recommended that a database backup be made before running update scripts.
    1. VetView /wiki/spaces/TECH/pages/3735625 Update Script
    2. /wiki/spaces/TECH/pages/3735625 Localization Update Script (integrated into update script after 1.4.5)

      Important Note

      If your version of VetView is behind a couple of releases, you will need to run all the Update, Upgrade, and Localization scripts in between your version and the destination version.

  5. Deploy new war file

  6. Make any necessary updates to configuration files that you saved in step 2. 

  7. Restart Project


Specific Version Steps