Replies: 1 comment
-
i have used this in the past: It is running in docker, do it can have access to your db, and it will upload an encrypted backup of the database to an S3 bucket. You could use any cloud provider for that or a cheap hosting alternative is Contabo |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
First Check
Commit to Help
Example Code
Description
Hi all!
I have been trying to adopt this project for my self-hosted dashboard and I want to make sure that DB is regularly backed up to host/an alternative location.
The
docker-compose.yml
setup ensured that the DB was not directly accessible from the host in a production environment, which is a good security practice, but this also limited the number of options(and all of the solutions I regularly use) by quite a bit.Could someone recommend me a good way to do this without compromising security?
Operating System
Linux
Operating System Details
N/A
Python Version
Python 3.12.2
Additional Context
No response
Beta Was this translation helpful? Give feedback.
All reactions