Comments on: Streaming MongoDB Backups Directly to S3 https://www.percona.com/blog/streaming-mongodb-backups-directly-to-s3/ Mon, 04 Dec 2023 16:54:49 +0000 hourly 1 https://wordpress.org/?v=6.5.2 By: Chimera https://www.percona.com/blog/streaming-mongodb-backups-directly-to-s3/#comment-10974219 Mon, 04 Dec 2023 16:54:49 +0000 https://www.percona.com/blog/?p=85523#comment-10974219 could you pipe the output of the mongoexport job using the standard AWS s3 command instead, without compression, such as: mongoexport –db=db2 –archive | aws s3 cp – s3://mbackups/$(date +%Y-%m-%d.%H-%M).json

]]>