storage
storage copied to clipboard
can not dump buckets
Bug report
- [x] I confirm this is a bug with Supabase, not with my own application.
- [x] I confirm I have searched the Docs, GitHub Discussions, and Discord. Docs says --schema storage it should be fine.
Describe the bug
When dumping local db storage data is not dumped.
To Reproduce
Steps to reproduce the behavior, please provide code snippets or a repository:
-
Go to storage
-
create new bucket
-
check bucket data is in DB
-
dump local db with
pnpm supabase db pull --local --schema public,storage,graphql_public -
Bucket permissions are dumped. But bucket names are not in migration file
-
just to make sure, delete docker volumes and
pnpm supabase startit does not create buckets
Expected behavior
Bucket data must be dumped
System information
- OS: macOS
- Browser chrome
- Version of "supabase": "1.178.2",
- Version of Node.js: v20.12.2