Check for host availability before backup

This commit is contained in:
Dave Conroy
2019-06-17 14:54:29 -07:00
parent d1d093b87d
commit 78e7434a85
4 changed files with 89 additions and 4 deletions

View File

@@ -36,7 +36,7 @@ COPY --from=mongo-packages / /usr/src/apk
apk add \
pixz@testing \
&& \
\
## Locally Install Mongo Package
cd /usr/src/apk && \
apk add -t .db-backup-mongo-deps --allow-untrusted \