trouble starting supabase
i seem to have trouble starting the docker container every time i restart my computer
i first opened docker desktop, then ran
npx supabase start, but i seem to frequently get this or similar errors, which makes me have to restart my whole computer8 Replies
okay nevermind i guess... i closed docker and then ran the command again and it worked.
i just really dont understand docker
error message says you have another container with same name already present.
but what does that mean? I didn't create any containers, everything that exists is just done by the cli tool
and idk why that would change a minute later
could be some issue with docker, resolved a minute later
you can see the running containers in docker-desktop or run
docker psdo you generally open docker desktop first before trying to start it?
yes you need to start docker-desktop first because that launches docker engine
now im having trouble trying to back up my database (because i need to do a reset after a migration but i dont want all the data deleted)
but when i try to do
supabase db dump --data-only it says
and then hangs forever until i cancel it.
and now if i try to do supabase status, it says this:
maybe because i ran supabase link? i thought i had to do db dump, but it seems like im linking it to my live project and not my local one...
I just dont understand docker
same thing happens when i try to do supabase db reset, it just hangs forever
same with start... is there something i can do other than restarting my entire computer?First take down all the containers and remove all supabase volumes.
Then run
supabase start and see if all containers are healthy