Migration from 2.14 to 3.0
From version 3.1, Java version 11 must be used.
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.
- Delete the old import-station-windows-service.xml file and copy the new import-station-windows-service.xml to the main 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 value:
#Import station version
import-station.version=3.0
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.war).