File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed
Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -45,10 +45,13 @@ It is recommended to run the application at computer start so you do not forget
4545
4646You should put the .jar in an extra folder as a * logs* and a * db* folder will be created next to it.\
4747
48- ###migrate from old version.
48+ ### Migrate from old version
4949
50- because the folder of the db-files changed in preparation for a db upgrade, it is necessary to move them from hand or the old data will be lost.
51- Please move the keeptip-h2-db.mv.db from the db/ folder into the db/1.4.197/ folder.
50+ 1 . Download new version and replace the .jar file.
51+ 2 . Start new version of KeepTime. Notice that your old data is not available.
52+ 3 . Stop KeepTime
53+ 4 . Copy the files (not directories) of directory ` db ` (next to the .jar file) into ` db/1.4.197/ ` (path now includes the database version).
54+ 5 . Start KeepTime again. Notice that your data is available again.
5255
5356## Requirements
5457
Original file line number Diff line number Diff line change 5555 <maven .compiler.source>1.8</maven .compiler.source>
5656 <maven .compiler.target>1.8</maven .compiler.target>
5757
58- <h2 .version>1.4.197</h2 .version>
58+ <h2 .version>1.4.197</h2 .version>
5959
6060 <maven-dependency-check .version>6.0.5</maven-dependency-check .version>
6161 <!-- USING HTML,XML (comma-separated list) did not work with plugin version 5.1.0 -->
You can’t perform that action at this time.
0 commit comments