Skip to content
This repository has been archived by the owner on Nov 16, 2022. It is now read-only.

Manage old images on update #39

Open
davidyell opened this issue Feb 16, 2015 · 2 comments
Open

Manage old images on update #39

davidyell opened this issue Feb 16, 2015 · 2 comments

Comments

@davidyell
Copy link
Owner

When new images are uploaded the old ones need to be managed so that the server won't just fill up with useless images.

@davidyell davidyell self-assigned this Feb 16, 2015
@davidyell davidyell modified the milestone: v1.0.0 Mar 3, 2015
@isemantics
Copy link
Contributor

Maybe add a config setting to Proffer like cleanup with options:

  • false [default]: Same behavior as now, images/files stay on server even though they may not be used/referenced anymore
  • true: On update & on changed file, would remove the old files after successfully uploading/saving the new files.

(also needs to check if the file still actually exists)

@davidyell
Copy link
Owner Author

There is the cleanup shell which can clean out old images. I'd also like to try and avoid extra configuration, however I think that there is some thinking which needs to happen around updates and deletes, because currently a delete will remove images, when some people might not want that.

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

No branches or pull requests

2 participants