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

## 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. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=supabase/postgres&package-manager=docker&previous-version=17.4.1.47&new-version=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...

dependencies
docker

Bumps supabase/realtime from v2.37.9 to v2.37.11. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=supabase/realtime&package-manager=docker&previous-version=v2.37.9&new-version=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...

dependencies
docker

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...

dependencies
go

- **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. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=supabase/logflare&package-manager=docker&previous-version=1.14.2&new-version=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...

dependencies
docker

Bumps postgrest/postgrest from v12.2.12 to v13.0.4. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=postgrest/postgrest&package-manager=docker&previous-version=v12.2.12&new-version=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...

dependencies
docker

**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...

bug

**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...