Updated Database management (markdown)

Aurora Lahtela 2022-07-31 08:50:26 +03:00
parent 727ee5471f
commit cb30ea37f1

@ -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!