mirror of
https://github.com/acme-dns/acme-dns.git
synced 2026-04-27 04:45:48 +03:00
[GH-ISSUE #234] feature request - read/write test on startup #112
Labels
No labels
Documentation
Documentation
bug
enhancement
feature request
feature request
help wanted
pull-request
question
security
security
testing
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/acme-dns#112
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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 @jvanasco on GitHub (Jun 26, 2020).
Original GitHub issue: https://github.com/acme-dns/acme-dns/issues/234
Debugging this took way too long. I recently upgraded a server and all my certificate renewals started to fail. I eventually found in the error messages:
It would be nice if acme-dns tried to read&write on startup, to ensure it can do both - and print out a warning or exit if it can't.
--
Note for others: The cause of my issue was somewhat related to #88 - my database file and parent-directory were owned by
acme-dns... but the parent-directory was actually a symlink to another directory on a mounted volume; the symlink location was owned byacme-dnsbut the real location was not.