Compare commits

...

3 Commits
1.6.0 ... 1.6.1

Author SHA1 Message Date
Jose Diaz-Gonzalez
1211610e50 Release 1.6.1 2019-03-28 05:24:59 -04:00
Jose Diaz-Gonzalez
2a2803754a fix: update docker-s3backup image to fix backups to s3 2019-03-28 05:23:39 -04:00
Jose Diaz-Gonzalez
1b9e661fed docs: update readme install instructions to point to correct dokku version 2019-03-26 11:51:12 -04:00
4 changed files with 4 additions and 4 deletions

View File

@@ -10,7 +10,7 @@ Official mongo plugin for dokku. Currently defaults to installing [mongo 3.4.9](
## installation ## installation
```shell ```shell
# on 0.4.x+ # on 0.12.x+
sudo dokku plugin:install https://github.com/dokku/dokku-mongo.git mongo sudo dokku plugin:install https://github.com/dokku/dokku-mongo.git mongo
``` ```

View File

@@ -185,7 +185,7 @@ service_backup() {
fi fi
# shellcheck disable=SC2086 # shellcheck disable=SC2086
docker run --rm $BACKUP_PARAMETERS dokku/s3backup:0.9.1 docker run --rm $BACKUP_PARAMETERS dokku/s3backup:0.9.4
} }
service_backup_auth() { service_backup_auth() {

View File

@@ -18,7 +18,7 @@ plugin-install() {
pull-docker-image "${PLUGIN_IMAGE}:${PLUGIN_IMAGE_VERSION}" pull-docker-image "${PLUGIN_IMAGE}:${PLUGIN_IMAGE_VERSION}"
pull-docker-image "dokku/ambassador:0.2.0" pull-docker-image "dokku/ambassador:0.2.0"
pull-docker-image "dokku/wait:0.3.0" pull-docker-image "dokku/wait:0.3.0"
pull-docker-image "dokku/s3backup:0.9.1" pull-docker-image "dokku/s3backup:0.9.4"
pull-docker-image "busybox:1.30.1-uclibc" pull-docker-image "busybox:1.30.1-uclibc"
mkdir -p "$PLUGIN_DATA_ROOT" || echo "Failed to create $PLUGIN_SERVICE data directory" mkdir -p "$PLUGIN_DATA_ROOT" || echo "Failed to create $PLUGIN_SERVICE data directory"

View File

@@ -1,4 +1,4 @@
[plugin] [plugin]
description = "dokku mongo service plugin" description = "dokku mongo service plugin"
version = "1.6.0" version = "1.6.1"
[plugin.config] [plugin.config]