cli
cli copied to clipboard
Supabase CLI. Manage postgres migrations, run Supabase locally, deploy edge functions. Postgres backups. Generating types from your database schema.
**Describe the bug** `INSERT INTO` is slow for data dump in comparison to `COPY` when you need to scale, `COPY` is also the default export with `pg_dump` for postgres. `Migrations`...
# Improve documentation ## Link https://supabase.com/docs/guides/self-hosting/docker ## Describe the problem It's not quite clear how to update/upgrade the postgres image to the newest version when doing self-hosting with docker. Of...
**Describe the bug** When adding a value to an enum, the db diff algorithm renames the type, creates a new one with the new value, and then alters all objects...
### Problem Description Currently, when creating the `pgtap` extension with a custom schema: ```sql CREATE EXTENSION IF NOT EXISTS pgtap WITH SCHEMA pgtap; --
**Describe the bug** supabase db reset doesnt reset supabase_functions.hooks and so **To Reproduce** Run `supabase db reset targetting a db-url` **Expected behavior** - All db should be reset to clean...
**Describe the bug** An error occurs in the "user_metadata" column of the "objects" table while running the npx supabase db reset --debug command. **Screenshots**  **System information** - Ticket ID:...
**Describe the bug** It seems that `env(...)` is not evaluated in `account_sid`. Twilio works if it put value directly in `account_sid` but it doesn't if i try to use and...
**Is your feature request related to a problem? Please describe.** I would like to use a S3 Compatible Storage Backend during local development and configure it using `config.toml`. **Describe the...
**Describe the bug** Error deleting content line with generated image session Error message: ``` Failed to delete table row: ERROR: XX000: URL using bad/illegal format or missing URL CONTEXT: SQL...
**Describe the bug** When running Supabase locally, I encounter the following error: ``` failed to execute http request: Get "http://127.0.0.1:54321/storage/v1/bucket": context deadline exceeded (Client.Timeout exceeded while awaiting headers) ``` **To...