Migration Manual - GeorgH93/Minepacks GitHub Wiki

Migration

The migration feature is only available in Minepacks V2.0 and newer.

Database type

The database migration allows to migrate from one database type to an other without losing any data. The plugin can not be used during the migration process. It is recommended to only migrate to a new and empty database.

To migrate the data all that has to be done is the execution of the migration command:

Permission: backpack.migrate

Usage: /backpack migrate db <target db type (mysql/sqlite/files)>

MySQL

MySQL requires the database servers, host address and credentials to be set (and loaded) in the config.yml (do not change the database type) before the migration command is used.