mirror of
https://github.com/healthchecks/healthchecks.git
synced 2026-04-25 06:55:53 +03:00
[GH-ISSUE #623] DB_NAME for sqlite different than /tmp/hc.sqlite #451
Labels
No labels
bug
bug
bug
feature
good-first-issue
new integration
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/healthchecks#451
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 @alyvusal on GitHub (Mar 24, 2022).
Original GitHub issue: https://github.com/healthchecks/healthchecks/issues/623
Hi, When I use different location for DB_NAME like
DB_NAME=/db/hc.sqliteError says can not find location
@cuu508 commented on GitHub (Mar 25, 2022):
Does the directory
/db/exist? Do you have write permission on it?@alyvusal commented on GitHub (Mar 26, 2022):
Hi, I did not read about it on docs and docker hub. Now adding 999:999 solved issue. Thanks