Migration from v3.1 to v3.2
Preliminaries
Section titled “Preliminaries”- If the application is running (java -jar import-station.jar), stop the process.
- Make a backup of the import-station folder.
Migration
Section titled “Migration”Step 1
Section titled “Step 1”Replace the following files:
- Delete the old import-station.war 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.
Step 2
Section titled “Step 2”Update the “import-station.version” property value in the import-station.cfg file with the new value of the version:
#Import station versionimport-station.version=3.2Step 3
Section titled “Step 3”Run the new translations.sql script again.
Step 4
Section titled “Step 4”Run the application again (java -jar import-station.war).