appleboy/Online Backup Database

Docker image to periodically backup a your database to AWS S3

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
database_driversupport `postgres`, `mysql` or `mongo`. default is `postgres`postgres
database_usernamedatabase username
database_passworddatabase password
database_namedatabase name
database_hostdatabase host
database_optssee the `pg_dump`, `mysqldump` or `mongodump` command
storage_driversupport `s3` or `disk`. default is `s3`s3
access_key_idminio or aws s3 access key id
secret_access_keyminio or aws s3 secret access key
storage_endpoints3 endpoint. default is `s3.amazonaws.com`s3.amazonaws.com
storage_buckets3 bucket name
storage_regions3 region. default is `ap-northeast-1`ap-northeast-1
storage_pathbackup folder path in bucket. default is `backup` and all dump file will save in `bucket/backup` directorybackup
storage_ssldefault is `false`false
storage_insecure_skip_verifydefault is `false`false

no outputs