docker-db-backup

Backup multiple database types on a scheduled basis with many customizable options (by tiredofit)

Docker-db-backup Alternatives

Similar projects and alternatives to docker-db-backup

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better docker-db-backup alternative or higher similarity.

docker-db-backup reviews and mentions

Posts with mentions or reviews of docker-db-backup. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-06.
  • Recommended container backup policy
    2 projects | /r/selfhosted | 6 Jun 2023
    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?
    3 projects | /r/selfhosted | 4 Feb 2023
  • Database dumps
    1 project | /r/docker | 19 Sep 2022
    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?
    3 projects | /r/selfhosted | 14 Sep 2022
    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
    3 projects | /r/selfhosted | 22 May 2022
    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?
    4 projects | /r/django | 4 Apr 2022
    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
    1 project | /r/selfhosted | 5 Dec 2021
    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.
    1 project | /r/unRAID | 4 Oct 2021
    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
    2 projects | /r/selfhosted | 4 Apr 2021
    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?
    3 projects | /r/selfhosted | 13 Jan 2021
    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.
  • A note from our sponsor - SaaSHub
    www.saashub.com | 26 Apr 2024
    SaaSHub helps you find the best software and product alternatives Learn more →

Stats

Basic docker-db-backup repo stats
10
707
9.1
15 days ago

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com