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

Delete data from blob #173

Open
brollb opened this issue Oct 17, 2019 · 2 comments
Open

Delete data from blob #173

brollb opened this issue Oct 17, 2019 · 2 comments

Comments

@brollb
Copy link
Collaborator

brollb commented Oct 17, 2019

It would be nice to be able to delete data from the blob when we know that it will not be used anymore. One such example is values uploaded to the blob for use with a plugin.

@kecso
Copy link
Member

kecso commented Oct 17, 2019

Due to the nature of the blob, that is not feasible (data stored by content-based hash meaning the id can point to other artifact that should not be removed).
If this is urgent, I would introduce some alternative storage that is accessible for a plugin (via a router, or using the server's file system directly).

On the other hand, we are working on a temporary blob storage that would be servicable and could be emptied when the server is down...

@pmeijer
Copy link
Contributor

pmeijer commented Oct 17, 2019

Didn’t we add a cleanup-script for the file system blob? It looked at all blobhash like properties in the database blobs and made a blacklist.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants