From c114494c203916bc150d22e939d44ac05e09cbfe Mon Sep 17 00:00:00 2001 From: shivajiva101 Date: Mon, 13 Dec 2021 15:45:50 +0000 Subject: [PATCH] Update README.md attempt to make the db update scenario clearer to users --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8a57f0f..d9693f2 100644 --- a/README.md +++ b/README.md @@ -19,12 +19,13 @@ favourite database management gui. Transactions are coded without locks so it's not recommended to write to the database whilst Minetest is using it. Reading the database shouldn't be an issue. -Existing users please note: sban will not allow MT to run if your db version doesn't match this version, you need to apply sban/tools/sban_update.sql copy the file into the world folder you applying it to, then in a terminal navigate to the world folder and use the commands: +Existing users please note: sban will not allow minetest to run if your db version doesn't match the current version required, if that happens and only if, you need to apply sban/tools/sban_update.sql to the database by copying the file into the world folder, then you can use sqlite3 in a terminal after navigating to the world folder using the commands: sqlite3 sban.sqlite .read sban_update.sql .exit +It's a good idea to make a backup prior to running the update just in case and the update should not be applied more than once! #### INSTALLATION