From 4973564548efe033d8a066e5c5ab1688f8baf520 Mon Sep 17 00:00:00 2001 From: Aurora Lahtela <24460436+AuroraLS3@users.noreply.github.com> Date: Sat, 21 Oct 2023 11:22:30 +0300 Subject: [PATCH] Updated Migration guide from Version 5.5 to 5.6 (markdown) --- Migration-guide-from-Version-5.5-to-5.6.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Migration-guide-from-Version-5.5-to-5.6.md b/Migration-guide-from-Version-5.5-to-5.6.md index 81e00bc..2d8936d 100644 --- a/Migration-guide-from-Version-5.5-to-5.6.md +++ b/Migration-guide-from-Version-5.5-to-5.6.md @@ -8,6 +8,13 @@ After update old versions will be unable to read/write web users. You can use `/plan servers` to check if you have all servers updated. +## Backup your database + +5.6 modifies database schema so if you would like to return to 5.5 it is recommended to backup your database. + +- If using MySQL/MariaDB, mysqldump/mariadbdump are recommended. +- If using SQLite, shutdown the server and copy database.db (Make sure database.db-shm or database.db-wal don't exist which suggests improper shutdown) + ## Setting up new web permission stuff This only applies if you have HTTPS enabled.