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

# Feature request I'd like to be able to re-run some SQL at development database creation time that is not part of a migration but that is run before migrations...

enhancement
migration

# Bug report ## Describe the bug After stopping local supabase with `Ctrl+C`, subsequent `supabase start` calls fail with the error: `Error starting database: ERROR: database "main" does not exist`....

bug

# Bug report ## Describe the bug I have a database that has the postgis and moddatetime extensions installed. I linked to this database, then installed the extensions locally since...

bug

# Bug report ## Describe the bug When running supabase db remote commit the following error occur: `Error: unexpected end of JSON input` ## To Reproduce 1. Run: `supabase init`...

bug

# Bug report ## Describe the bug I am getting an error that `function extensions.moddatetime() does not exist` ## To Reproduce Steps to reproduce the behavior, please provide code snippets...

bug

# Chore ## Describe the chore Here is a video that shows some migrations running: https://user-images.githubusercontent.com/10214025/150527243-411c0728-2157-4173-a248-0d70de1147d9.mov There is an error on one of the files - but I don't know...

# Bug report ## Describe the bug Immediately after `supabase start` & `supabase db reset`, services (Auth, Storage, etc.) might not be ready yet, so API calls would fail. ##...

enhancement

# Feature request AO version 0.15.16 Currently one remote is allowed, set with ```sh supabase db remote set ``` Could this be extended to support multiple environments? ex (copying git):...

enhancement

# Bug report ## Describe the bug Remote migrations don't seem to include `create schema`. ## To Reproduce 1. Create a new project on app.supabase.io 2. Run the following SQL:...

bug

# Bug report ## Describe the bug When using `supabase db push` to deploy a schema change I get the following error: ``` $ supabase db push Applying unapplied migrations......

bug
p1