Skip to content

AIV Patch update

The document contains steps of patch update at client side, here we have two scenarios where first contains steps where AIV is normally installed in client machine. and second, where AIV is installed by package installer. Both types have same flow of patch application except for their location.

Flow chart :

Image

Note: Patch update on client side contains two types of files:

  1. front-end code.
  2. Backend .jar file.
  • We should have .jar and Front-end code file while updating the patch at client side.
  • While updating the patch, make sure that tomcat server is not running.

Taking backup of Existing files:

  1. Take Dump of MySQL database:
  • Go to sever location and export the Data source at required location. Need path of how to take backup in mysql document.
  1. Take Backup of front-end code:
  • Location: C:\AIV\apache-tomcat-8.5.61\webapps and Find AIV folder and take its backup at required folder.
  • Take backup steps of repository folder: Location: C:\AIV\repository\ and take backup of whole repository folder.
  1. Take Backup of Back-end .jar file:
  • Location: C:\AIV\apache-tomcat-8.5.61\webapps\aiv\WEB-INF\lib
  • Location: C:\AIV\apache-tomcat-8.5.61\webapps and Find AIV folder and take its backup at required folder.
  • Take backup steps of repository folder: Location: C:\AIV\repository\ and take backup of whole repository folder.

Application of Patch Files:

  1. Go to AIV folder and paste the front-end code:
  • Go to Location: C:\AIV\apache-tomcat-8.5.61\webapps\aiv and paste the front-end code.
  1. Go to Lib folder to add .jar file:
  • Go to Location: C:\AIV\apache-tomcat-8.5.61\webapps\aiv\WEB-INF\lib and paste the .jar file.