Does any one know a way i can pull the strorage policies and push them to a new project
I have copied the storage tables/ and migrated the storage objects, but the polices are missing, any idea how i can grab those and create them in the new project
3 Replies
You can use
supabase db dump command but you'll need to extract policies from this file yourself as it will dump everything about storage schema
For example:

if the src and dest db versions are same then you can simply execute this whole file. you shouldn't face any issues