Cloud & AWS

How to backup our MongoDB and push the file into AWS S3 in Ubuntu

2 min read

Please follow the below steps to backup the MongoDB.1) Install AWS CLI with the below command.pip install awscli –upgrade –user2) Configure AWS client with the below command.aws configure3) […]