cli
cli copied to clipboard
Supabase CLI. Manage postgres migrations, run Supabase locally, deploy edge functions. Postgres backups. Generating types from your database schema.
## What kind of change does this PR introduce? Bug fix, feature, docs update, ... ## What is the current behavior? Please link any relevant issues here. ## What is...
Bumps supabase/postgres from 17.4.1.47 to 17.4.1.048. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Bumps supabase/realtime from v2.37.9 to v2.37.11. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Bumps [go.opentelemetry.io/otel](https://github.com/open-telemetry/opentelemetry-go) from 1.36.0 to 1.37.0. Changelog Sourced from go.opentelemetry.io/otel's changelog. [1.37.0/0.59.0/0.13.0] 2025-06-25 Added The go.opentelemetry.io/otel/semconv/v1.33.0 package. The package contains semantic conventions from the v1.33.0 version of the OpenTelemetry Semantic...
- **chore(deps): bump supabase/realtime from v2.36.18 to v2.36.20 in /pkg/config/templates (#3725)** - **feat: hot reload eszip bundle when function source changes (#3710)** - **fix: bump edge-runtime to 1.68.0-develop.18 (#3727)** -...
Bumps supabase/logflare from 1.14.2 to 1.15.4. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Bumps postgrest/postgrest from v12.2.12 to v13.0.4. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
**Describe the bug** I followed [this post](https://supabase.com/docs/guides/local-development/testing/pgtap-extended) in order to setup my test environment. I am getting a `ERROR: permission denied for function uninstall_extension_if_exists`. Tests run as user `postgres` with...
# 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...
**Describe the bug** - [The docs](https://supabase.com/docs/guides/local-development/cli/config) list this as `otp_exp`, when it's actually `otp_expiry` **To Reproduce** Steps to reproduce the behavior: 1. Try to use `auth.email.otp_exp` in `config.toml` 2. It...