From cb30ea37f1cf26a269ab94d19b98a31bf87e7b68 Mon Sep 17 00:00:00 2001 From: Aurora Lahtela <24460436+AuroraLS3@users.noreply.github.com> Date: Sun, 31 Jul 2022 08:50:26 +0300 Subject: [PATCH] Updated Database management (markdown) --- Database-management.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Database-management.md b/Database-management.md index dfc2689..9dd3b1e 100644 --- a/Database-management.md +++ b/Database-management.md @@ -19,8 +19,8 @@ This article covers how to modify data in the database. Perhaps you want to migrate the database to MySQL. Note: Moving data REMOVES ALL DATA FROM THE RECEIVING DATABASE. 1. [Set up your MySQL](https://github.com/plan-player-analytics/Plan/wiki/Bukkit-Set-Up#optional-mysql) -2. Keep `Database.Type` as SQLite until the move has completed -3. After Plan is using MySQL run `/plan db move SQLite MySQL` +2. Set `Database.Type` back as SQLite until the move has completed, make sure your MySQL works before this. +3. Run `/plan db move SQLite MySQL` 4. `/plan reload` Same works in reverse for MySQL to SQLite!