cli icon indicating copy to clipboard operation
cli copied to clipboard

Supabase CLI. Manage postgres migrations, run Supabase locally, deploy edge functions. Postgres backups. Generating types from your database schema.

Results 501 cli issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** When working with other schemas not impacted by Supabase migrations (e.g. some other schemas from another app, with its own...

**Is your feature request related to a problem? Please describe.** When running `supabase db reset`, the entire database is dropped. This can be an issue when working with other applications...

**Describe the bug** `supabase db diff` is not completing successfully, and cannot see the geography type which is a postgis plugin type. I've verified that both my remote and local...

**Describe the bug** Failed to start supabase local environment **To Reproduce** Run `npx supabase start` **Expected behavior** Should start the local environment with docker containers **Screenshots** If applicable, add screenshots...

**Is your feature request related to a problem? Please describe.** I want to apply new migrations from a file instead of always using db diff command. Similar to how hasura...

**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...

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] I would like to...

typegen

**Describe the bug** The migration scripts generated by supabase db pull when a column was changed from an initial int primary key to a uuid primary key will build a...

**Is your feature request related to a problem? Please describe.** It it difficult for me to monitor the health of all of my functions at once, I have to manually...

enhancement

## What kind of change does this PR introduce? feature ## What is the new behavior? Upgrade postgres locally to 15.6 by default. ## Additional context Add any other context...