dokku / dokku-mongo

a mongo plugin for dokku
MIT License
177 stars 32 forks source link

Error on backup #81

Closed internetstyle closed 7 years ago

internetstyle commented 7 years ago

When I run backup getting this error:

dokku mongo:backup-auth testexyzz-db "xxx" "yyy" dokku mongo:backup testexyzz-db testexyzz

gof3r error: Post https://testexyzz.s3-us-east-1x-amz-request-id.amazonaws.com/mongo-testexyzz-db-2017-04-17-21-23-22.tgz?uploads=: dial tcp: lookup testexyzz.s3-us-east-1x-amz-request-id.amazonaws.com on 72.14.179.5:53: no such host

Credentials added, and bucket existing. Someone can help me. Thanks.

josegonzalez commented 7 years ago

Upgrade your plugin, you are not running latest, which fixes the issue.

internetstyle commented 7 years ago

I do it only running "dokku plugin:update mongo" or is needed stop all containers? Thank you.

josegonzalez commented 7 years ago

You can just run that command and it'll update the mongo plugin just fine. It won't restart any running containers.