Skip to content

Commit

Permalink
Mention deleting old map data in SQL guide (#67)
Browse files Browse the repository at this point in the history
* Mention deleting old map data in SQL guide

* Update wiki/getting-started/Installation.md

Co-authored-by: Lukas Rieger <[email protected]>

---------

Co-authored-by: Lukas Rieger <[email protected]>
  • Loading branch information
TechnicJelle and TBlueF authored Mar 19, 2024
1 parent 283b7e6 commit 2dbd24d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions wiki/getting-started/Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,10 @@ This setup extends the basic setup by using an SQL-Server to store your maps.
for more info about this config-file)*
- Now open each of your map-config-files and set `storage` to `"sql"`.
- Reload BlueMap with `/bluemap reload`.
- Now that your maps are stored on your database, you should delete the old map data from your filesystem, to prevent it from interfering.
You can do this by running the command `/bluemap storages file delete <map>` for each of the maps you have just switched to SQL.
Or just manually delete the old map-data folder on your filesystem, which usually is at `./bluemap/web/maps`.


If everything is set up correctly, BlueMap should start to render your maps and store them on the SQL-Server.
Check the console/logs for any errors or warnings.
Expand Down

0 comments on commit 2dbd24d

Please sign in to comment.