redis VS docker-db-backup

Compare redis vs docker-db-backup and see what are their differences.

redis

Persistent Redis as a private Docker service on Render (by render-examples)

docker-db-backup

Backup multiple database types on a scheduled basis with many customizable options (by tiredofit)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
redis docker-db-backup
1 10
30 707
- -
0.0 9.1
over 1 year ago 15 days ago
Dockerfile Dockerfile
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
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.

redis

Posts with mentions or reviews of redis. We have used some of these posts to build our list of alternatives and similar projects.
  • Deploy Rails and Sidekiq to Render.com using YAML
    1 project | dev.to | 26 Oct 2021
    services: - type: web name: myapp-web env: ruby region: frankfurt # or oregon plan: starter numInstances: 1 buildCommand: ./bin/render-build.sh startCommand: REDIS_URL="redis://${REDIS_HOST}" bundle exec puma -C config/puma.rb domains: - example.com # replace with your domain name envVars: - key: DATABASE_URL fromDatabase: name: myapp-db property: connectionString - key: REDIS_HOST fromService: name: myapp-redis type: pserv property: hostport - key: RAILS_MASTER_KEY sync: false - type: worker name: myapp-sidekiq env: ruby region: frankfurt # or oregon plan: starter buildCommand: bundle install && bundle exec rake assets:precompile startCommand: REDIS_URL="redis://${REDIS_HOST}" bundle exec sidekiq -e production envVars: - key: DATABASE_URL fromDatabase: name: myapp-db property: connectionString - key: REDIS_HOST fromService: name: myapp-redis type: pserv property: hostport - key: RAILS_MASTER_KEY sync: false - type: pserv name: myapp-redis env: docker region: frankfurt # or oregon repo: https://github.com/render-examples/redis.git numInstances: 1 disk: name: myapp-redis-data mountPath: /var/lib/redis sizeGB: 1 databases: - name: myapp-db plan: starter region: frankfurt # or oregon

docker-db-backup

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.

What are some alternatives?

When comparing redis and docker-db-backup you can also consider the following projects:

docker-nextcloud - Nextcloud Docker image

mariadb-backup-s3

Bee-Queue - A simple, fast, robust job/task queue for Node.js, backed by Redis.

docker-openldap - Dockerized LDAP server with many customizable options

redix - a very simple pure key => value storage system that speaks Redis protocol with Postgres as storage engine and more

AutoMySQLBackup - A fork and further development of AutoMySQLBackup from sourceforge. http://sourceforge.net/projects/automysqlbackup/

laravel-docker - Laravel PHP docker images

docker-tinc - Docker Mesh VPN service with monitoring

backblaze-personal-wine-container - Run the Backblaze personal backup client in a docker container

docker-mariadb - MariaDB (MySQL fork) - Docker Image for amd64, arm64, arm (Raspberry Pi)

docker-clamav - Docker antivirus software with monitoring and customizable features

backblaze-personal-wine-container - Run the Backblaze personal backup client in a container