You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After running a newer database migration, Kuma CP instances running on an older version fail to start if restarted. The following error is encountered:
ERROR kuma-cp.run unable to set up Control Plane runtime {"error": "database is not migrated. Run \"kuma-cp migrate up\" to update database to the newest schema"}
Expected Behavior
Database migrations are expected to be backward compatible. An older version of Kuma CP should not crash on restart due to a newer migration.
What happened?
After running a newer database migration, Kuma CP instances running on an older version fail to start if restarted. The following error is encountered:
Expected Behavior
Database migrations are expected to be backward compatible. An older version of Kuma CP should not crash on restart due to a newer migration.
We should check here if database is older version instead:
https://github.com/kumahq/kuma/blob/master/pkg/plugins/resources/postgres/migrate.go#L91
The text was updated successfully, but these errors were encountered: