cli
cli copied to clipboard
Supabase CLI. Manage postgres migrations, run Supabase locally, deploy edge functions. Postgres backups. Generating types from your database schema.
# 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.com/supabase/supabase/discussions), and...
# 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.com/supabase/supabase/discussions), and...
I added new enums to the end of my `notification` enum definition:  Running the diff tool did something unexpected: ```sql alter type "public"."notification" rename to "notification__old_version_to_be_dropped"; create type "public"."notification"...
I added a function and constraints using that function. The command `supabase db diff` generated this migration: ```sql alter table "public"."users" add constraint "users_avatar_check" CHECK (((avatar IS NULL) OR is_allowed_host(avatar,...
**Is your feature request related to a problem? Please describe.** At the moment, what `supabase inspect db` spits out is quite hard to read. Turning on the expanded display mode...
**Describe the bug** Hi Supabase Team 👋 , The Supabase GitHub integration is failing due to this error from a migration we successfully pushed a few months ago. We've never...
**Describe the bug** Supabase CLI starts and runs all containers/services on Docker Desktop 4.40.0 (187762) as expected. After upgrading to Docker Desktop 4.41.1 (191279) the `supabase start` command starts most...
# Bug report $ supabase db dump --data-only -f file.sql -x . . only the first table is excluded from the dump - [x] I confirm this is a bug...
**Describe the bug** full logs of supabase start --debug --create-ticket supabase start --debug --create-ticket Supabase CLI 2.22.12 2025/05/14 18:12:01 PG Send: {"Type":"StartupMessage","ProtocolVersion":196608,"Parameters":{"database":"postgres","user":"postgres"}} 2025/05/14 18:12:01 PG Recv: {"Type":"AuthenticationSASL","AuthMechanisms":["SCRAM-SHA-256"]} 2025/05/14 18:12:01 PG...
**Describe the bug** When initing a local project from an existing remote one. It seems migrations are ran two times and then ending in double declarations : ``` bash ERROR:...