mirror of
https://github.com/acme-dns/acme-dns.git
synced 2026-04-27 12:55:48 +03:00
[GH-ISSUE #401] sqlite3 support missing in new version #228
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#228
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 @hanskuhn on GitHub (Feb 5, 2026).
Original GitHub issue: https://github.com/acme-dns/acme-dns/issues/401
Thank you for the new release! This software is useful for for managing our DNS challenge-based certificate workflow.
I downloaded the latest release from github (acme-dns_2.0.2_linux_amd64.tar.gz).
When I start the service, I get the following error on startup:
Here's the relevant section from
/etc/acme-dns/config.cfg:Let me know if you need further information.
@joohoi commented on GitHub (Feb 5, 2026):
Try using keyword "sqlite" instead of "sqlite3". This is due to moving to pure-go sqlite implementation.
@hanskuhn commented on GitHub (Feb 5, 2026):
That worked. Thanks!
@mikegleasonjr commented on GitHub (Feb 6, 2026):
May I suggest outputting a message about using "sqlite3" being deprecated in favor of "sqlite" and assuming "sqlite" when "sqlite3" is specified instead of not reading the DB at all?
@MyIgel commented on GitHub (Mar 1, 2026):
In addition to that, when sqlite3 instead of sqlite is stil configured, TXT requests end in a crash: