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

I cant get Supababase CLI to run on my mac mac #2935

Open
TheLegendAli opened this issue Dec 2, 2024 · 1 comment
Open

I cant get Supababase CLI to run on my mac mac #2935

TheLegendAli opened this issue Dec 2, 2024 · 1 comment

Comments

@TheLegendAli
Copy link

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.

@avallete
Copy link
Member

avallete commented Dec 3, 2024

Hi there !

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 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants