Update / Patch Easit GO
Easit distinguishes an update (or patch) from an upgrade in that an update occurs within a release and an upgrade occurs between releases. Going from release 20xx.xx Patch 1 to release 20xx.xx Patch 2 is an update while going from release 20xx.xx to release 20yy.yy is an upgrade.
The are several ways to perform the steps below, in this guide we will use PowerShell.
Releases prior to 2024.06
You can find instructions for how to update older releases here.
Preparations
Create a directory for backups, we suggest that you use the _Backup directory in Easits root directory (usually D:\Easit\_Backup), named something like todays date.
1 |
|
To know exactly where Easit GO we want to update "lives" we need to find its home directory. We do this by running a search for the Easit GO JAR file.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
|
Note the value or save it to a variable.
1 2 |
|
Find service
1 2 3 4 5 6 7 8 |
|
Note the Name of the service that you wish to update or save it to a variable.
1 |
|
Stop service
1 |
|
Backup
We move the JAR file for Easit GO to the backup directory.
1 |
|
Backup of database
Take a backup of the database for Easit GO that can be used to roll back if anything happens during or after you update Easit GO.
Update
We copy the new JAR file to systemHome and then we can start Easit GO again.
1 2 |
|
That´s it. You have now successfully updated Easit GO.