Report this

What is the reason for this report?

Backing up MongoDB AWS EC2 to S3

Posted on September 29, 2020

Hi Team, Myself balaji,

I tried to backup the mongodb database to s3 bucket, everything went well and good and the backup file stored in the s3 bucket also(security: disabled). But when i tried to backup the database by enabling the security in the mongod.conf file, am getting an error as mentioned below:

MongoDB server version: 4.2.9 { “ok” : 0, “errmsg” : “command fsync requires authentication”, “code” : 13, “codeName” : “Unauthorized” } please let me know where i did the mistake tq.



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Hi Balaji,

To be able to use the fsync command with security enabled, you need to the hostManager role which comes with the admin user https://docs.mongodb.com/manual/reference/built-in-roles/#hostManager.

Run the fsync command while logged in as the admin user or another user with the admin role https://stackoverflow.com/a/57877333/4763270

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.