Hi there. I had a perfectly working openremote install but decided that I should update the manager to benefit from any newer updates to it.
I followed correct procedure - docker compose down - docker compose pull and then docker compose up -d.
I now get this error:
docker compose up -d
[+] Running 3/3
Container openremote-postgresql-1 Healthy 0.5s
Container openremote-keycloak-1 Healthy 1.0s
✘ Container openremote-manager-1 Error 0.5s
dependency failed to start: container openremote-manager-1 is unhealthy
I ran docker compose logs and got this interesting info:
manager-1 | INFO [main ] flywaydb.core.internal.command.DbMigrate : Current version of schema “openremote”: 20250617.01
manager-1 | INFO [main ] flywaydb.core.internal.command.DbMigrate : Migrating schema “openremote” to version “20250916.01 - AddServiceRoles” [non-transactional]
manager-1 | SEVERE [main ] flywaydb.core.internal.command.DbMigrate : Migration of schema “openremote” to version “20250916.01 - AddServiceRoles” [non-transactional] failed! Please restore backups and roll back database and code!
manager-1 | SEVERE [main ] org.openremote.container.Container : >>> Runtime container startup failed
Does this mean I cannot go forwards in updating the manager from my current version to the new version?