Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(migration): add last_heartbet and ready as column of server_insta…
…nces tables in a separate migration (#233) Addresses https://github.com/openshift-online/maestro/pull/229/files#r1888513628 as the issue is causing existing deployment to fail with errors like ``` 2024-12-17T13:19:34.107Z ERROR server/healthcheck_server.go:115 Unable to create maestro instance: ERROR: column "last_heartbeat" of relation "server_instances" does not exist (SQLSTATE 42703) github.com/openshift-online/maestro/cmd/maestro/server.(*HealthCheckServer).pulse ``` or ``` 2024-12-17T13:19:54.339Z ERROR server/healthcheck_server.go:184 Unable to mark inactive maestro instances ([maestro-maestro-689869f6dd-5jsbs maestro-maestro-689869f6dd-6tgxq]): ERROR: column "ready" of relation "server_instances" does not exist (SQLSTATE 42703) github.com/openshift-online/maestro/cmd/maestro/server.(*HealthCheckServer).checkInstances ```
- Loading branch information