How to backup docker databases like mysql, mariadb, etc

This page summarizes the projects mentioned and recommended in the original post on /r/selfhosted

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • dbback

  • docker-db-backup

    Backup multiple database types on a scheduled basis with many customizable options

  • 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.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • docker-postgres-backup-local

    Backup PostgresSQL to local filesystem with periodic backups and rotate backups.

  • I use a postgres database in a container and back it up with another container, prodrigestivill/postgres-backup-local. It dumps the database to .sql files on a schedule for me.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Database dumps

    1 project | /r/docker | 19 Sep 2022
  • What is a good tool for doing DB backups?

    3 projects | /r/selfhosted | 14 Sep 2022
  • Any guide out there on how to do Automatic remote Mariadb backup

    1 project | /r/selfhosted | 5 Dec 2021
  • Backup, Restore, Upgrade setup for Postgres databases on Unraid.

    1 project | /r/unRAID | 4 Oct 2021
  • Help me think through backing up containerized DBs

    2 projects | /r/selfhosted | 4 Apr 2021