reactioncommerce / mongo-s3-backup

A Docker container to backup a MongoDB deployment to S3 and list or restore those backups.
5 stars 9 forks source link

upgrade to awscli v2 #4

Closed ghost closed 3 years ago

ghost commented 3 years ago

closes #2

start using aws cli v2 stop using pip to install it (follow official instructions instead)

tested against fresh reaction-development-framework installation brought up using make start on macos. when tested had to use --network="host" flag in addition to the other flags specified in the readme for things to work... something to do with running in bridged mode. haven't tested on linux yet as my other machine is taking a nap right now.

new image is 410MB. probably larger than what was there previously but changes to the aws cli necessitated a change in images as explained in the backing issue. the new image is linked to in the upstream issue against the aws cli. according to the docs for the image it's used by mono so it feels sturdy enough to use as a bases for this project.

Screen Shot 2020-08-06 at 23 22 56 Screen Shot 2020-08-06 at 23 29 55
ghost commented 3 years ago

dco complete

ghost commented 3 years ago

Closing this to switch to a topic branch and continue submitting pulls.