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** Supabase Docker container fails to start when running `supabase db pull` or `supabase start`. Full log with --debug Using connection pooler: postgresql://postgres.[REDACTED]:[YOUR-PASSWORD]@aws-0-us-west-1.pooler.supabase.com:6543/postgres Supabase CLI 2.22.12 Connecting to...
I'm writing a slim github action that just dumps the supabase types to check if it's up to date with the PR. Because of this, I don't need to run...
**Is your feature request related to a problem? Please describe.** I usually code in a no-internet environment, and using local supabase is the perfect solution for it — I code,...
**Describe the bug** **Our org is on the PRO plan.** db push -p [password] (with and without --dry-run) fail with error message ``failed to connect to postgres: failed to connect...
**Describe the bug** I am trying to run supabase link in a CI/CD environment but the command always prompts for a password. I used the following ``` supabase link --project-ref...
# Bug report - [ x ] I confirm this is a bug with Supabase, not with my own application. - [ x ] I confirm I have searched the...
For some reason, I mistakenly enter a wrong cli line and try to end the terminal quickly, then after I trying to use `supabase link --` it will eventually give...
**Describe the bug** This error occurs when running `supabase start` with analytics enabled supabase_vector_project container is not ready: unhealthy I was doing these steps in my comment on this closed...
**Describe the bug** supabase db diff shows schema changes no matter what. **To Reproduce** 1. Reset db locally 2. Create new test function in public schema 3. Generate new migration...
PostgreSQL container fails with "99-roles.sql: No such file or directory" error causing restart loop
## Bug Description The Supabase local database container fails to start properly due to a missing `99-roles.sql` file, causing a restart loop that prevents database initialization and migration application. ##...