-
Notifications
You must be signed in to change notification settings - Fork 67
Database Migration
github-actions[bot] edited this page Jan 31, 2025
·
1 revision
📖 Permission:
emf.admin.debug.database
EMF uses flyway to automatically migrate the database. Normally you shouldn't need to manually migrate the database. In case things breaks you can use some commands to try and fix the issues.
📖 Permission:
emf.admin.debug.database.flyway
Drops the flyway schema history table.
Runs the flyway repair command.
Runs the flyway clean command.
📖 Permission:
emf.admin.debug.database.migrate
Attempts to migrate the database to the latest version.
Running the /emf admin migrate
will attempt to migrate from database version 2 to the latest version.
Welcome to the EvenMoreFish Wiki.