Skip to content
Other versions

Loading…

Migration from v2.6 to v2.7

  • 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 with the new version value:

#Import station version
import-station.version=2.7

Run the new translations.sql script again.

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