-
**Describe the bug**
If I run the command `supabase db dump -f dump.sql`, only the schema will be dumped. How can I do a full dump including the data?
```bash
$ supabase db dump -f dump.sql
Dump…
-
# Bug report
- [x ] I confirm this is a bug with Supabase, not with my own application.
- [x ] I confirm I have searched the [Docs](https://docs.supabase.com), GitHub [Discussions](https://github…
-
https://github.com/supabase-community/postgres-new/blob/f1dcb5c72b834e8ec9a74e1b875c1762f109bcba/apps/postgres-new/components/ide.tsx#L160
I'm using database.build to showcase my data migration too…
-
**Describe the bug**
[v1.203.0](https://github.com/supabase/cli/releases/tag/v1.203.0) will not start without either:
disabling health checks
`supabase start --ignore-health-check`
or disablin…
-
# Bug report
## Describe the bug
"Invalid authentication credentials error in GraphiQL on Supabase Studio (self-hosted via Docker).".
## To Reproduce
Steps to reproduce the behavior, pleas…
-
Actually the production DB is used in tests, but this is causing some problems on setup of fixtures and teardowns, so a way to use a test storage must be found.
A solution can be create a different…
-
# Bug report
- [ x ] I confirm this is a bug with Supabase, not with my own application.
- [ x ] I confirm I have searched the [Docs](https://docs.supabase.com), GitHub [Discussions](https://…
rpie3 updated
1 month ago
-
### Problem Description
Currently, when creating the `pgtap` extension with a custom schema:
```sql
CREATE EXTENSION IF NOT EXISTS pgtap WITH SCHEMA pgtap; --
-
# Bug report
- [Y] I confirm this is a bug with Supabase, not with my own application.
- [Y] I confirm I have searched the [Docs](https://docs.supabase.com), GitHub [Discussions](https://gith…
-
Right now anyone can access the DB through the API. It would be better for security if we required people to create a token to access it, and that can then be revoked on an individual basis. This way …