Autodumper is a docker image that backups databases and sends the data to a remote host using Rclone
1.2K
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.
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
Content type
Image
Digest
sha256:e7fbbf867…
Size
51.2 MB
Last updated
11 months ago
docker pull casfergroup/autodumper