This repo contains Docker images for with backup and restore utilities for the following databases:
- PostgreSQL
- MariaDB (aka MySQL)
- MongoDB
It also contains an image without any database client, but with the same utilities.
These images are designed to be used as base images for running backup and restore scripts, and are deployed in both Ubuntu (Default) and Alpine distro variants with all major supported versions of the database clients.
The primary motivation for creating these images was having an image that could be used in Kubernetes jobs to run backup and restore scripts.
Each image contains the following utilities along with the database client:
curl
,wget
- Download files from the internettar
,gzip
,zip
andxz
- Archive and compress filesopenssl
andgpg
- Encrypt and decrypt filesrsync
- Synchronize files and directories between two locationsrclone
- https://rclone.org/ - Sync files and directories to and from cloud storage providerscron
- Schedule tasks to run at specific intervals