stefanprodan / mgob

MongoDB dockerized backup agent. Runs schedule backups with retention, S3 & SFTP upload, notifications, instrumentation with Prometheus and more.
MIT License
769 stars 152 forks source link

Adds `host` option #135

Closed wonko closed 3 years ago

wonko commented 3 years ago

This allows to bind to a specific host (and port, but that already existed).

closes #136

wonko commented 3 years ago

@stefanprodan Seems you have to update the docker pulling in Travis (see https://www.docker.com/increase-rate-limits i assume).

wonko commented 3 years ago

@stefanprodan any chance that this might get approved/merged? I need this for our install, and I'd rather have it upstream than to maintain my own fork of mgob...

wonko commented 3 years ago

@stefanprodan thanks for the merge, but the issue with the docker pulls in travis-ci stays, which results in no published image. I guess you'll have to update your Travis config to use a docker login in your travis-ci's before_script with a stored secret somewhere to authenticate, so you can use the higher pull limits.

(I would suggest a PR if I could, but this needs some manual work in travis)