Details
Details
Our phabricator application is now eating up a large chunk of disk space when trying to backup its db.
Part of my solution to minify the backup is to delete old diffs. I understand using bin/remove destroy D123 will delete a diff object.
My question now is is there a way to delete multiple diffs in one go? Something like declaring a date range?
Thanks!