Skip to content
Other versions

Loading…

Migration from v2.10 to v2.11

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

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.

Update the “import-station.version” property value in the import-station.cfg file to the new version:

#Import station version
import-station.version=2.11

Run the new translations.sql script again.

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