-
-
Notifications
You must be signed in to change notification settings - Fork 145
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
Issue using nix start-client to spin up supabase local db #1386
Labels
bug
Something isn't working
Comments
Full log output
|
Also doesn't work when I run this
|
Running this command works tho |
Looks like the other commands that don't work are running on postgres 17, whereas the command thta works runs on postgres 15 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug report
Ran this command
nix run github:supabase/postgres#start-client -- --file <BACKUP FILE>
after following this guide https://supabase.com/docs/guides/platform/upgrading
Getting this error
This is complaining about port 5435 existing, but it doesn't exist when I run this command
netstat -an -p tcp | grep 5435
--> shows nothingDescribe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior, please provide code snippets or a repository:
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
System information
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: