From 8eab3aaa52c36c95b6ebbf18f6d97515ee58480d Mon Sep 17 00:00:00 2001 From: kateisprettydamngreat <82071373+kateisprettydamngreat@users.noreply.github.com> Date: Sun, 14 Apr 2024 21:19:42 -0400 Subject: [PATCH] Update faq.md to add backup advice. --- docs/support/faq.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/support/faq.md b/docs/support/faq.md index f487d18f..b3870d47 100644 --- a/docs/support/faq.md +++ b/docs/support/faq.md @@ -26,6 +26,10 @@ Since Overseerr has an almost native app experience when installed as a Progress Out of the box, Overseerr already fulfills most of the [PWA install criteria](https://web.dev/install-criteria/). You simply need to make sure that your Overseerr instance is being served over HTTPS (e.g., via a [reverse proxy](../extending-overseerr/reverse-proxy.md)). +### Where is my Overseerr data stored? +Overseerr keeps track of users, requests, and configuration settings in database files, you can find them located within your container's filesystem at `app/config/db/' +If you need to manually backup your data, the 3 files in there contain it. Additionally, changes made to these files such as replacement require you to restart the container before appearing. + ### Overseerr is amazing! But it is not translated in my language yet! Can I help with translations? You sure can! We are using [Weblate](https://hosted.weblate.org/engage/overseerr/) for translations. If your language is not listed, please [open a feature request on GitHub](https://github.com/sct/overseerr/issues/new/choose).