Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mention deleting old map data in SQL guide #67

Merged
merged 2 commits into from
Mar 19, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading