From 66415738b6021aa0a68f281b668b700be17dd8a3 Mon Sep 17 00:00:00 2001 From: LordMathis Date: Sat, 30 Nov 2024 22:07:58 +0100 Subject: [PATCH] Add upgrading section --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 3563e4c..260c4fb 100644 --- a/README.md +++ b/README.md @@ -103,3 +103,7 @@ A Dockerfile is provided for easy deployment. To build and run the Docker image: ``` docker run -p 8080:8080 -v /path/to/data:/app/data novamd ``` + +## Upgrading + +Before first stable release (1.0.0) there is not upgrade path. You have to delete the database file and start over.