Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow us to backup or download a copy of our Supabase Storage #126

Open
Chaphasilor opened this issue Mar 10, 2022 · 4 comments
Open

Allow us to backup or download a copy of our Supabase Storage #126

Chaphasilor opened this issue Mar 10, 2022 · 4 comments
Labels
accepted Accepted for further investigation and prioritisation enhancement New feature or request

Comments

@Chaphasilor
Copy link

Chaphasilor commented Mar 10, 2022

Feature request

Is your feature request related to a problem? Please describe.

Right now, the dashboard only allows you to download individual files from a bucket, you can't download the entire bucket or even a folder, and there's no way to access to underlying S3 bucket to do this manually.

Describe the solution you'd like

I would like to have three options here, if possible:

  • Allow us to download whole folders as a zip archive
  • Allow us to request a copy of our entire bucket, so that you can generate it and then give us a download link (not sure if this is feasible)
  • Give us the credentials to the S3 bucket so that be can use one of the many tools for downloading the whole bucket ourselves. An account with read access would be enough, so that there isn't a possibility of messing up the integrity between bucket and database.

Describe alternatives you've considered

Manually downloading each file, not having an independent backup of the data, and switching to a different service :)

Additional context

n/a

@Chaphasilor Chaphasilor added the enhancement New feature or request label Mar 10, 2022
@kiwicopple
Copy link
Member

I'm going to shift this one to the storage server, because it seems like it could be a feature that we'll need to build into the API. Thanks for the feature request @Chaphasilor

@kiwicopple kiwicopple transferred this issue from supabase/supabase Mar 21, 2022
@JulienLecoq
Copy link

I would love to see a way of doing backups of our Supabase Storage too :)

@fenos fenos added the accepted Accepted for further investigation and prioritisation label Sep 7, 2022
@narve
Copy link

narve commented Jun 30, 2023

Backup is a must, and it is a pity that we need to rely on our on custom software (e.g. github actions).

Getting read-only S3 credentials seems like a low-effort way of giving us this functionality.

Any news on this one? A status update would be nice.

@inian
Copy link
Member

inian commented Jul 2, 2023

Unfortunately, we won't be able to generate S3 IAM creds for each project due to IAM limits. And we also run storage-api in multitenant mode which makes this slightly more complicated.

We are actively working on letting users bring their own S3 buckets now. Once you link your own bucket to storage, you should be able to manage backups and downloads on your side since you would have full access to the bucket.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
accepted Accepted for further investigation and prioritisation enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

6 participants