supabase / cli

Supabase CLI. Manage postgres migrations, run Supabase locally, deploy edge functions. Postgres backups. Generating types from your database schema.
https://supabase.com/docs/reference/cli/about
MIT License
1.03k stars 202 forks source link

`supabase db reset` fails if storage is disabled #2658

Closed wyozi closed 2 weeks ago

wyozi commented 3 weeks ago

Describe the bug If storage is disabled via supabase config.toml, resetting the database via supabase db reset fails

To Reproduce Steps to reproduce the behavior:

  1. Disable storage in config.toml ([storage] enabled = false)
  2. Try to reset db with supabase db reset
  3. "failed to inspect container health: Error response from daemon: No such container: supabase_storage_raxalle"

Expected behavior Reset succeeds

System information

avallete commented 2 weeks ago

Thanks for reporting this issue! I've reproduced the bug and I'm working on a fix. I'll update you once it's resolved.