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

**Describe the bug** On a new project, `supabase link` doesn't create a `./supabase/config.toml`, but CLI marks command as succesful while listing differences from remote `config.toml`. Current behavior makes it unclear...

I installed the `[supabase_2.9.6_linux_arm64.deb]` package from this site onto my RPI5, but when trying to run it, get the following errors: ``` : Unsupported system page size : Unsupported system...

**Describe the bug** Cannot list project snippets by supabase cli **To Reproduce** Steps to reproduce the behavior: 1. yarn supabase login 2. yarn supabase supabase link --project-ref 3. yarn supabase...

Bumps [github.com/go-viper/mapstructure/v2](https://github.com/go-viper/mapstructure) from 2.2.1 to 2.3.0. Release notes Sourced from github.com/go-viper/mapstructure/v2's releases. v2.3.0 What's Changed build(deps): bump actions/checkout from 4.1.7 to 4.2.0 by @​dependabot in go-viper/mapstructure#46 build(deps): bump golangci/golangci-lint-action from...

dependencies
go

**Describe the bug** If you create a function and put it in a folder and update the `entrypoint` in `config.toml` its path is not respected. **To Reproduce** Steps to reproduce...

**Describe the bug** I have created the below declarative schema structure. ![Image](https://github.com/user-attachments/assets/62576f43-ea7d-4712-9fd9-348aeea0df6c) I have added the below schema paths to my `config.toml`: ```toml [db.migrations] schema_paths = [ "schemas/enums.sql", "schemas/tables/abstract/baseModel.sql", "schemas/tables/abstract/*.sql",...

bug

## Bug description When using `supabase start` locally, if `.temp/postgres-version` is not manually set, the CLI pulls the latest Postgres image (currently v17.4.x). This causes the Postgres container to fail...

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Create new project on supabase 2. Try to pull...

Following this guide I am trying to get supabase up and running in my docker for windows/desktop: [https://supabase.com/docs/guides/self-hosting/docker#before-you-begin](https://supabase.com/docs/guides/self-hosting/docker#before-you-begin ) I've followed all instructions given in the Guide. I was expecting...

**Describe the bug** I currently have a `GRANT USAGE ON SCHEMA ` for my custom schema in a SQL file in the supabase/schemas directory using declarative schemas but when I...