Git Product home page Git Product logo

mongodb-s3-backup's Issues

us-east-1

Just a heads up that the script won't work for us-east-1 region.

Here's my fix:

curl -X PUT \
--header "Host: $S3_BUCKET.s3.amazonaws.com" \
--header "Date: $HEADER_DATE" \
--header "content-type: $CONTENT_TYPE" \
--header "Content-MD5: $CONTENT_MD5" \
--header "Authorization: AWS $AWS_ACCESS_KEY:$SIGNATURE" \
--upload-file $DIR/backup/$ARCHIVE_NAME \
https://$S3_BUCKET.s3.amazonaws.com/$ARCHIVE_NAME

Max upload size

I think this script is limited to 5GB by the amazon single put max size, correct?

License

Do you intend to declare an open-source license for this code?

Thanks

DANGEROUS DO NOT USE

As foolish as I am I ran this on my production. It locked my database for all writes.
I had to spend few minutes googling how to unlock it.
while alot of people complained.

SUCKS

Positional parameters

Hey Dude,

Probably worth mentioning that the parameters for username and password in your backup.sh are missing a preceding "-" character. Script won't work without amending this. I'm using mongodb 3.x btw.

Thanks, Happy Holidays....

S3 folders

Hello,

So it seems the script will only backup to the root of an S3 bucket and not folder structures within the bucket?

Thanks..

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.