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
Had this one time after waiting a bit after running ftl dev:
warn:expire-stale-leases: failed to expire leases: FATAL: terminating connection due to administrator command (SQLSTATE 57P01)
error:lease:/system/scheduledtask/reap-async-calls: Failed to renew lease /system/scheduledtask/reap-async-calls: failed to connect to `user=postgres database=ftl`: 127.0.0.1:15432 (127.0.0.1): server error: FATAL: database "ftl" does not exist (SQLSTATE 3D000)
warn:sync-routes-and-schema: failed to connect to `user=postgres database=ftl`: 127.0.0.1:15432 (127.0.0.1): server error: FATAL: database "ftl" does not exist (SQLSTATE 3D000)
warn:reap-async-calls: internal: could not start transaction: failed to begin transaction: failed to connect to `user=postgres database=ftl`: 127.0.0.1:15432 (127.0.0.1): server error: FATAL: database "ftl" does not exist (SQLSTATE 3D000)
warn:controller-heartbeat: failed to heartbeat controller: failed to connect to `user=postgres database=ftl`: 127.0.0.1:15432 (127.0.0.1): server error: FATAL: database "ftl" does not exist (SQLSTATE 3D000)
warn:pubsub: progress subscriptions: failed to begin transaction: failed to begin transaction: failed to connect to `user=postgres database=ftl`: 127.0.0.1:15432 (127.0.0.1): server error: FATAL: database "ftl" does not exist (SQLSTATE 3D000)
error:controller0: Could not deregister runner http://127.0.0.1:8898 (rnr-4-1hvtfwt30ti6trh0): failed to connect to `user=postgres database=ftl`: 127.0.0.1:15432 (127.0.0.1): server error: FATAL: database "ftl" does not exist (SQLSTATE 3D000)
debug:controller0: Streaming RPC failed: failed to connect to `user=postgres database=ftl`: 127.0.0.1:15432 (127.0.0.1): server error: FATAL: database "ftl" does not exist (SQLSTATE 3D000): /xyz.block.ftl.v1.ControllerService/RegisterRunner
warn:execute-async-calls: failed to acquire async call: ERROR: relation "async_calls" does not exist (SQLSTATE 42P01)
error:controller0: failed to get deployments when polling: ERROR: relation "deployments" does not exist (SQLSTATE 42P01)
error:controller0: failed to get deployments when polling: ERROR: column d.last_activated_at does not exist (SQLSTATE 42703)
error:controller0: Could not deregister runner http://127.0.0.1:8895 (rnr-1-4g8u2tzn0i7irzd2): not found
The text was updated successfully, but these errors were encountered:
Had this one time after waiting a bit after running
ftl dev
:The text was updated successfully, but these errors were encountered: