1. Check if there are new scripts available and run them first
  2. Open the Windows Task Scheduler and check if there is a batch for running a .jar file configured
  3. Determine the folder in which the .jar file is stored
  4. Copy the update-version of the .jar file into the folder
  5. Copy the details (server name and database name) of the application.properties from old .jar file and paste into new .jar file
  6. Copy details from old config file into new config file in folder ...\pavis-rest-0.0.22.jar\BOOT-INF\classes\static\static\media\
  7. For a clear structure, copy old .jar file into a subfolder "history"
  8. Validate the update
    1. Open up a command line and enter:
      1. java -jar C:\Serviva\pavis-rest-0.0.22.jar
      2. (needs to match your path; new version number)
    2. delete browser cache
    3. check Pavis interface in Patricia
  9. If there is a batch in Windows Task Scheduler, edit the batch file:
    1. add new version number in batch file when opening it in a text editor
    2. make sure that the path and file name in Windows Task Scheduler match your new version number


  • No labels
Write a comment…