Migration - LandlordPlugin/LandLord GitHub Wiki

Migration

This only applies to users of the old landlord (by jcdesimp) from 2014-2016!

You can use this version of landlord without loosing your database!
If you used LandLord origin (the original version by jcdesimp) you have to drop the database in the new landlord folder and run following command: "/landlord migrate v1" If you used my updated version for 1.12 (also called v2), you have more options:
MySQL: "/landlord migrate v2 mysql". There will be a file MySQL.yml generated, where you need to enter the credentials for the old database.
SQLite: "/landlord migrate v2 sqlite". Simply drop the database file in the Landlord folder.