Migration from 2.0 to 2.1
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.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 the import-station.cfg file to the new version:
#Import station version
import-station.version=2.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.jar).