mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-05-09 08:26:00 +02:00
[GH-ISSUE #1311] Messages not being recorded in cache.db despite cache-file configuration #930
Labels
No labels
ai-generated
android-app
android-app
android-app
🪲 bug
build
build
dependencies
docs
enhancement
enhancement
🔥 HOT
in-progress 🏃
ios
prio:low
prio:low
pull-request
question
🔒 security
server
server
unified-push
web-app
website
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ntfy#930
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 @flik1337 on GitHub (Apr 7, 2025).
Original GitHub issue: https://github.com/binwiederhier/ntfy/issues/1311
I've enabled caching in my ntfy server by setting the following configuration in /etc/ntfy/server.yml:
However, after setting this up, I've observed that the messages table in cache.db remains empty
no messages are being recorded in the cache.
I'm sure that ntfy has been restarted and has loaded the modified configuration file
@wunter8 commented on GitHub (Apr 7, 2025):
How are you running
ntfy? Are you sure permissions are correct on the cache.db file?@flik1337 commented on GitHub (Apr 7, 2025):
The permissions on cache.db is
I'm running ntfy using systemctl
@wunter8 commented on GitHub (Apr 7, 2025):
Hmm. That looks good. I'm not sure why you're having issues. Have you checked your server.yml for indentation errors using something like yamllint.com?