Han Qiao
Han Qiao
You can pipe yes / no to cli via stdin. For eg. ```bash yes | supabase db reset --linked ```
> Is there a better way to roll out breaking changes to core tools? Perhaps the CLI can print the suggested replacement command on such breaking changes in the future....
> When function imports file.ts it works in the current supabase but fails in the beta. The import issue is caused by the same [underlying problem](https://github.com/supabase/cli/issues/1739) and is resolved in...
This is likely a bug with `supabase/studio:20240205-b145c86` image. Transferring to frontend repo.
Hello @KevinHamonApp, there are additional schemas that need to be created on your external database for postgrest, realtime, storage, and gotrue to work. You can find these migrations in [supabase/postgres](https://github.com/supabase/postgres/tree/develop/migrations)...
> does not allow new schemas creation, and logical replication I think new schema creation is necessary because a lot of our authentication functionalities is hardcoded to use the `auth`...
Thanks for making this contribution. It does seem like a good default since many users are running into similar issues. I've updated the volume path to be under `db` instead,...
Hello, could you try granting the following permissions through the SQL Editor to fix this issue? ```sql GRANT ALL ON ALL TABLES IN SCHEMA supabase_functions TO postgres; GRANT ALL ON...
Also, our compose file has been updated to the latest studio image with Storage UI support. https://github.com/supabase/supabase/blob/master/docker/docker-compose.yml#L12 I will close this as completed but feel free to open if you...
Yes, I believe it is resolved. Feel free to reopen if the problem persists.