Migration from 3.0 to 3.1

Preliminaries">Preliminaries

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

Migration

Step 1

Replace the following files:

  • Delete the old import-station.jar file and copy the new import-station.war to the main folder (the extension of the file has been changed).
  • 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 the import-station.cfg file to the new version:

#Import station version
import-station.version=3.1

Step 3

Run the new translations.sql script again.

For more information, 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.war).