cli
cli copied to clipboard
Supabase CLI. Manage postgres migrations, run Supabase locally, deploy edge functions. Postgres backups. Generating types from your database schema.
# 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...
# 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 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 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 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...
# 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. ##...
# 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):...
# 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 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......