Migration from 2.13 to 2.14

Preliminaries

  • If the application is running (java -jar import-station.jar) stop the process.
  • Make a backup of folder import-station

Migration

Step 1

Replace the following files:

  • Delete the old import-station.jar file and copy the new import-station.jar file to the main folder.
  • Delete the old translations.sql file and copy the new translations.sql file to the main folder.
  • Delete the old import-station-plugins.jar file and copy the new import-station-plugins.jar to the plugins folder.

If you have custom plugins, ensure to keep a copy of them in the plugins folder

Step 2

Update the "import-station.version" property value in import-station.cfg file with the new value of the version:

#Import station version
import-station.version=2.14

Step 3

Run the new translations.sql script again.

For more information about it, see the steps here: https://docs.openkm.com/kcenter/view/imp-station-2/setup.html 

Step 4

Run the application again (java -jar import-station.jar)