mirror of
https://github.com/fleetdm/fleet
synced 2026-05-22 00:18:27 +00:00
* Add fleetctl command to get missing migrations * Fix copy paste and lint * Detect migrations applied out of order * Add extra bullet to changes * Trigger creation of migration status tables * Fix unit tests * PR fixes * PR comment fixes
2 lines
250 B
Text
2 lines
250 B
Text
* New `fleetctl` command `debug migrations` to show missing migrations of a running fleet instance.
|
|
* `fleet serve` and `fleet prepare db` will fail if there are unknown migrations (possibly an old version of fleet running against a newer database).
|