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
failed to connect to postgres: failed to connect to host=127.0.0.1 user=postgres database=postgres: dial error (dial tcp 127.0.0.1:54322: connect: connection refused)
here is the full trace:
supabase start WARN: no seed files matched pattern: supabase/seed.sql Stopping containers... failed to connect to postgres: failed to connect to host=127.0.0.1 user=postgres database=postgres: dial error (dial tcp 127.0.0.1:54322: connect: connection refused) Try rerunning the command with --debug to troubleshoot the error.
The text was updated successfully, but these errors were encountered:
It look like the database cannot be reached for some reason. Did you try stoping all other possibly running containers with supabase stop --all --no-backup ?
Could you provide the debugs logs so we can see where the connexion is failing exactly ?
when I run
supabase start
I get the following error:
failed to connect to postgres: failed to connect to
host=127.0.0.1 user=postgres database=postgres: dial error (dial tcp 127.0.0.1:54322: connect: connection refused)
here is the full trace:
supabase start WARN: no seed files matched pattern: supabase/seed.sql Stopping containers... failed to connect to postgres: failed to connect to
host=127.0.0.1 user=postgres database=postgres: dial error (dial tcp 127.0.0.1:54322: connect: connection refused) Try rerunning the command with --debug to troubleshoot the error.
The text was updated successfully, but these errors were encountered: