mirror of
https://github.com/acme-dns/acme-dns.git
synced 2026-04-27 12:55:48 +03:00
[GH-ISSUE #247] No sqlite database #123
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#123
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 @Quixus on GitHub (Nov 12, 2020).
Original GitHub issue: https://github.com/acme-dns/acme-dns/issues/247
Running acme-dns does not create an database and exits with
ERRO[0000] Could not open database [unable to open database file]. The steps to create one that is usable with acme-dns are not mentioned in the installation instructions. What do I have to do to get a working database?Thanks in advance and best regards.
@Quixus commented on GitHub (Nov 12, 2020):
Nevermind creating a database in var/lib/acme-dns helped. Still the instructions should include this necessary step.
@uschindler commented on GitHub (Feb 2, 2021):
The issue is mainly if the directory does not exist. Once you created a directory it starts and creates the db file.