Sign inSign up

casfergroup/autodumper

By casfergroup

Updated 11 months ago

Autodumper is a docker image that backups databases and sends the data to a remote host using Rclone

Image
Security
Databases & storage
0

1.2K

casfergroup/autodumper repository overview

Autodumper

Autodumper is a docker image that backups databases and sends the data to a remote host using Rclone. It can be useful for performing hot backups and storing them on S3. Find out more through the repository.

Supported Databases

  • MySQL
  • MariaDB
  • Postgres

How to run

Command-line

Run

docker run --rm \
  -e DB_HOST=mysql \
  -e DB_USER=testuser \
  -e DB_PASSWORD=testpass \
  -e DB_NAME=testdb \
  -e DB_TYPE=mysql \
  -e S3_REMOTE=myremote \
  -e S3_PATH=mybucket/backups \
  -e DUMP_PREFIX="backup_" \
  -v $(pwd)/rclone.conf:/root/.config/rclone/rclone.conf:ro \
  casfergroup/autodumper:latest

Tag summary

Content type

Image

Digest

sha256:e7fbbf867

Size

51.2 MB

Last updated

11 months ago

docker pull casfergroup/autodumper