I'm having a mongodb deployed on openshift, I want to restore the data from S3 bucket, is there a way to do this directly or I need to download the data from S3 first and then run mongorestore
command?
Asked
Active
Viewed 163 times
1

monica millad
- 81
- 9
-
2you need to download it first and run mongo restore – barrypicker Jun 13 '21 at 23:57