backblaze-personal-wine-container
docker-db-backup


backblaze-personal-wine-container | docker-db-backup | |
---|---|---|
2 | 10 | |
57 | 952 | |
- | 3.6% | |
0.0 | 6.1 | |
about 3 years ago | 14 days ago | |
Dockerfile | Dockerfile | |
GNU Affero General Public License v3.0 | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
backblaze-personal-wine-container
docker-db-backup
-
Recommended container backup policy
I have several dozen containers and I want to establish a good backup policy. Currently, all containers that store data do so by bind mounts to directories on a BTRFS volume. The files are backed up directly from the host. For MySQL/PostgreSQL containers I've been using the fantastic utility tiredofit/db-backup, which does a hot dump of all the data.
- How do you backup running systems?
-
Database dumps
this one (https://github.com/tiredofit/docker-db-backup) can be a solution, but it export only to S3 or compatible storage. ( i use Minio)
-
What is a good tool for doing DB backups?
Then went with https://github.com/prodrigestivill/docker-postgres-backup-local for remote productive Postgres backups, https://github.com/foorschtbar/pyd2b2 for local self-hosted docker database backups and might check out https://github.com/tiredofit/docker-db-backup because it looks promising.
-
How to backup docker databases like mysql, mariadb, etc
Take a look at tiredofit/db-backup. I run three containers, one for MariaDB, one for Postgres, and one for InfluxDB (also supports other DB types). It uses the database's native backup mechanism to create a database backup that your backup SW of choice can then pick up each day. Then set your backup SW to ignore the database files each night to eliminate the errors in your backups due to locks, open files, files changed during backup, etc.
-
What do you use to backup your database?
Cron works just fine but if you’re lazy like me and don’t want to create your scripts yourself, there are prebuilt docker images like https://github.com/tiredofit/docker-db-backup that dumps, compress, encrypts and uploads your backups.
-
Any guide out there on how to do Automatic remote Mariadb backup
I like do deploy one of these with every database. https://github.com/tiredofit/docker-db-backup Super easy to set up and works with all sorts of databases.
-
Backup, Restore, Upgrade setup for Postgres databases on Unraid.
I run a tiredofit/db-backup for each of my databases to backup the database on a nightly basis. I have a shared volume that I share between this container and my database container. I mount it in /backups in both containers for consistency. I retain 8 copies of the backups, just in case I don't catch something in time, and need to go back and restore to a previous date. This volume is kept on a separate drive from the actual database data (which I keep in /mnt/user/appdata (SSD backed cache pool).
-
Help me think through backing up containerized DBs
I built an image a while back that allows you to take scheduled backups of your databases that you could allow your backup software of choice archive and do its thing.
-
Recommend a MySQL/MariaDB backup script?
I have MariaDB in a docker container, recently found out about db-backup and set it up to backup MariaDB and now also Postgresql and Redis, though it requires a separate instance for each backup.
What are some alternatives?
docker-clamav - Docker antivirus software with monitoring and customizable features
AutoMySQLBackup - A fork and further development of AutoMySQLBackup from sourceforge. http://sourceforge.net/projects/automysqlbackup/
alpine-chrome - Chrome Headless docker images built upon alpine official image
docker-tinc - Docker Mesh VPN service with monitoring
swayvnc - Headless wayland desktop vnc sessions in a container
iron-alpine - Hardened alpine linux baseimage for Docker.
backblaze-personal-wine-container - Run the Backblaze personal backup client in a docker container
docker-openldap - Dockerized LDAP server with many customizable options
ror2-server - Host your own Risk of Rain 2 dedicated server. No technical skills required. Runs everywhere.
laravel-docker - Laravel PHP docker images

