acme-dns icon indicating copy to clipboard operation
acme-dns copied to clipboard

No sqlite database

Open Quixus opened this issue 4 years ago • 2 comments

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 avatar Nov 12 '20 15:11 Quixus

Nevermind creating a database in var/lib/acme-dns helped. Still the instructions should include this necessary step.

Quixus avatar Nov 12 '20 15:11 Quixus

The issue is mainly if the directory does not exist. Once you created a directory it starts and creates the db file.

uschindler avatar Feb 02 '21 08:02 uschindler