mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-01-14 07:33:34 +01:00
Option to disable registration_info.json backups when running --account
#621
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @GrantGryczan on GitHub (Apr 10, 2024).
Suggestion
I'd like an option to not generate backups when running
dehydrated --account, because currently the backups just don't get automatically cleaned up otherwise. And I really have no use for these backups.Here's the line that backs up the file:
4fd777e87e/dehydrated (L1657)Why not just delete the backup files if I don't need them?
Well not only is that inconvenient, but in my case, I'm developing a Docker image integrating
dehydratedwith a declarative config. Ideally, a user of my image should be able to change their ACME account email without having to manually go into the Docker volume to delete these backup files. I could delete them automatically, butdehydratedalso outputs a message saying the file was backed up, so deleting them would make that message misleading.