Data Migration
How to migrate your data to a different storage method
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 credentials - Restart or reload your server
- Import the old data using
/lsz data import data.csv