fix: use updated dokkupaas/s3backup image to fix backup issues. Closes dokku/dokku-postgres#109

This commit is contained in:
Jose Diaz-Gonzalez
2017-04-13 19:56:48 -06:00
parent 0b81908cb2
commit 6a7f525e0e
2 changed files with 2 additions and 2 deletions

View File

@@ -121,7 +121,7 @@ service_backup() {
-e AWS_SECRET_ACCESS_KEY="$(cat "$AWS_SECRET_ACCESS_KEY_FILE")" \
-e BUCKET_NAME="$BUCKET_NAME" \
-e BACKUP_NAME="${PLUGIN_COMMAND_PREFIX}-${SERVICE}" \
-v "${TMPDIR}:/backup" dokkupaas/s3backup:0.5.0-2
-v "${TMPDIR}:/backup" dokkupaas/s3backup:0.6.0
}
service_backup_auth() {

View File

@@ -13,7 +13,7 @@ plugin-install() {
pull-docker-image "${PLUGIN_IMAGE}:${PLUGIN_IMAGE_VERSION}"
pull-docker-image "svendowideit/ambassador:latest"
pull-docker-image "dokkupaas/wait:0.2"
pull-docker-image "dokkupaas/s3backup:0.5.0-2"
pull-docker-image "dokkupaas/s3backup:0.6.0"
pull-docker-image "busybox:latest"
mkdir -p "$PLUGIN_DATA_ROOT" || echo "Failed to create $PLUGIN_SERVICE directory"