Skip to content
Other versions

Loading…

Migration from v3.0 to v3.1

  • 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.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.

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

Run the new translations.sql script again.

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