Configuration Backup and File Location with Docker
Hi there,
I'm trying to figure out where the data for Homarr is stored when installed via docker compose on windows. The Homarr section for my docker-compose.yml looks like this:
When I navigate to the corresponding folders I see a folder named
db
with a db.sqlite
file inside. Is this file the data Homarr uses to store things like integrations, apps, boards, and board configurations, or am I missing something?
Notes: I've double checked all my folder permissions and tested (successfully) that docker has the permissions required to create files and folders within the relevant drive.4 Replies
Thank you for submitting a support request.
Depending on the volume of requests, our team should get in contact with you shortly.
⚠️ Please include the following details in your post or we may reject your request without further comment: - Log (See https://homarr.dev/docs/community/faq#how-do-i-open-the-console--log) - Operating system (Unraid, TrueNAS, Ubuntu, ...) - Exact Homarr version (eg. 0.15.0, not latest) - Configuration (eg. docker-compose, screenshot or similar. Use ``your-text`` to format) - Other relevant information (eg. your devices, your browser, ...)
Frequently Asked Questions | Homarr documentation
Can I install Homarr on a Raspberry Pi?
Solution
Yes, we use sqlite by default
./homarr/appdata is a relative path, so it depends on where you executed the compose commands from or from where your Portainer is running from
If you want to backup, you just need to copy the appdata contents. Try restoring the appdata on another system to practice the restore processes.
Thanks!