Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Errors including "Database ftl does not exist" #3517

Closed
matt2e opened this issue Nov 25, 2024 · 0 comments
Closed

Errors including "Database ftl does not exist" #3517

matt2e opened this issue Nov 25, 2024 · 0 comments
Labels
triage Issue needs triaging

Comments

@matt2e
Copy link
Collaborator

matt2e commented Nov 25, 2024

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
@github-actions github-actions bot added the triage Issue needs triaging label Nov 25, 2024
@ftl-robot ftl-robot mentioned this issue Nov 25, 2024
@bradleydwyer bradleydwyer closed this as not planned Won't fix, can't repro, duplicate, stale Nov 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
triage Issue needs triaging
Projects
None yet
Development

No branches or pull requests

2 participants