Skip to content

Commit

Permalink
docs: Add v4.9.2 MPDB converter warning
Browse files Browse the repository at this point in the history
  • Loading branch information
WiIIiam278 committed Oct 13, 2023
1 parent 4d23377 commit 2db3bb3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,9 @@ public String getName() {
public String getHelpMenu() {
return """
=== MySQLPlayerDataBridge Migration Wizard ==========
NOTE: This migrator currently WORKS WITH MPDB version
v4.9.2 and below!
This will migrate inventories, ender chests and XP
from the MySQLPlayerDataBridge plugin to HuskSync.
Expand Down Expand Up @@ -254,6 +257,9 @@ public String getHelpMenu() {
STEP 4] To start the migration, please run:
"husksync migrate mpdb start"
NOTE: This migrator currently WORKS WITH MPDB version
v4.9.2 and below!
""".replaceAll(Pattern.quote("%source_host%"), obfuscateDataString(sourceHost))
.replaceAll(Pattern.quote("%source_port%"), Integer.toString(sourcePort))
.replaceAll(Pattern.quote("%source_username%"), obfuscateDataString(sourceUsername))
Expand Down
2 changes: 2 additions & 0 deletions docs/MPDB-Migration.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
This guide will walk you through how to migrate from MySQLPlayerDataBridge (MPDB) to HuskSync v2.x.

> **Warning:** Please note that due to MPDB changes, HuskSync only supports migrating from MySQLPlayerDataBridge `<= v4.9.2`. Support for newer versions will be added in the future.
## Requirements
- Spigot servers with MySQLPlayerDataBridge *still installed*

Expand Down

0 comments on commit 2db3bb3

Please sign in to comment.