🗄️Data Migration
If you want to switch your storage method and don't want to loose your existing data, you need to follow these steps:
Export your existing data using
/lsz data export data.csv
Change the storage method in the
config.yml
and optionally change the database credentialsRestart or reload your server
Import the old data using
/lsz data import data.csv
Last updated