Skip to content

Commit c9dac63

Browse files
committed
#IPTE-22: improved readme migration instructions
1 parent 252968a commit c9dac63

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,13 @@ It is recommended to run the application at computer start so you do not forget
4545

4646
You 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

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
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 -->

0 commit comments

Comments
 (0)