gotify / gotify/server

separate config and messages DB

Open
#900 1 comment 0 reactions 0 assignees View on GitHub
a:feature
Dominant language
Go
Stars
15.9k
Forks
873
Avg merge
2d 22h
Merged PRs (30d)
6

Description

Presently messages and configuration are all in the same sqlite DB file.

It would be better if messages and configuration were in separate DB files this way one could have the configuration database backed up/restored easily without having to maintain a backup of a potentially large set of messages. This would also allow one to separate where each of these are stored and mounted in the docker container. In particular, this would be good to be able to store data (messages, images etc) in one location and configuration in another (a dropbox mount for example)

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.