mirror of
https://github.com/acme-dns/acme-dns.git
synced 2026-04-27 04:45:48 +03:00
[GH-ISSUE #403] v2.0.2: Unable to run because sqlite3 is missing? #227
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#227
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 @stblassitude on GitHub (Feb 8, 2026).
Original GitHub issue: https://github.com/acme-dns/acme-dns/issues/403
acmedns v2.0.2 by means of the Docker Hub image.
The process starts, but as soon as I try to register an entry, I get that nil pointer dereference.
After downgrading to v1.0, everything works as expected.
@mshafer1 commented on GitHub (Feb 8, 2026):
Change the "type" to sqlite (without the 3). See also: #401
@stblassitude commented on GitHub (Feb 8, 2026):
Thank you. It would be helpful if the sample config in README.md would be updated, and it also would be helpful to have a check on startup that is not a runtime error...
@jejbq commented on GitHub (Mar 13, 2026):
Same issue, I rolled back to v1.0 and is working fine.
Related exceptions:
https://github.com/acme-dns/acme-dns/issues/403
https://github.com/acme-dns/acme-dns/issues/401
https://github.com/acme-dns/acme-dns/issues/411
Backtrace with v2.0.2, v2.0.1