I'm trying to execute. `supabase start` but i got ...
# help
f
I'm trying to execute.
supabase start
but i got this error
Error: Error starting database: ERROR:  schema "graphql_public" does not exist
n
Hello ! This thread has been automatically created from your message in a ``few seconds ago``. Pinging @User so that they see this as well! Want to unsubscribe from this thread? Right-click the thread in Discord (or use the ... menu) and select Leave Thread to unsubscribe from future updates. Want to change the title? Use the
/title
command! We have solved your problem? Click the button below to archive it.
g
I assume this is the CLI. Is this a new install you are trying?
n
fernandolguevara (2022-03-25)
f
yep, I'm using the CLI with a fresh install
g
It appears there is a new extension being added pg_graphql just recently possibly, but I'm not positive on timing of code being changed... I opened an issue here in case this is the problem. But not sure, or if it is CLI issue, or possibly your issue... https://github.com/supabase/postgres/issues/169
f
thanks!
g
You might post there also if you have more info.
@User Hopefully you tried again and got things going. They responded to that issue saying it was a temporary glitch in image around then.
f
@User thanks to get in touch! my workaround to fix it was remove all the docker data related to supabase and run
supabase start
cmd again