-
Notifications
You must be signed in to change notification settings - Fork 402
Cannot start supabase after stopping #135
Copy link
Copy link
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Bug report
Describe the bug
After stopping local supabase with Ctrl+C, subsequent supabase start calls fail with the error: Error starting database: ERROR: database "main" does not exist.
There is a SQL dump inside supabase/.branches/main directory.
I then have to nuke my supabase directory, then re-init.
To Reproduce
supabase initsupabase startCtrl+Conce instance is upsupabase start- See error
Expected behavior
supabase start restarts the instance once stopped.
System information
- OS: macOS
- Version of supabase-js: 0.15.14
- Version of Node.js: 14.18.1
Additional context
Fairly new to the Go CLI, I was using the old Docker setup without incident, so possibly I'm missing something simple.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working