-
-
Notifications
You must be signed in to change notification settings - Fork 209
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
Supabase will not start after latest update (to 1.203.0). #2742
Comments
It seems indeed duplicate. Did you tried the suggestions on the issues ? Does the problem persist for you ?
|
Fortunately I had not tried the DB reset yet, so I can try the tests you requested. Restarting after So I added table-drop & creation at the top of seed.sql. Now I'm getting
Which is wrong, because at the top of seed.sql I have:
So I gave up on seed data and removed the INSERT statements from seed.sql, and restarted. This time supabase started up without issue. Then (in a database tool's terminal window), I executed the exact INSERT statements I'd previously had in seed.sql, and they worked without issue. So it appears we have a problem with seed.sql, in that table definitions must be included... but if they are, seed-data inserts fail. |
Indeed, |
Thanks for the confirmation. |
Describe the bug
After being informed by the CLI that an update was available, I did a brew update/upgrade. After that
supabase start
in my dev tree failed with lots of
00:01:51.050 [error] Postgrex.Protocol (#PID<0.4721.0>) failed to connect: ** (Postgrex.Error) FATAL 3D000 (invalid_catalog_name) database "_supabase" does not exist
Expected behavior
Supabase starting
Screenshots
If applicable, add screenshots to help explain your problem.
System information
Rerun the failing command with
--create-ticket
flag.Starting with
supabase start --ignore-health-check
appears to launch OK.
Probably a dupe of #2737 but I don't think that title reflects the severity of the problem.
The text was updated successfully, but these errors were encountered: