Hello. I have been strugling with this for days now so hoping someone can help me. I have a free plan on Atlas abd i’m trying to get a dump of my database via the CLI but failing every time. Atlas says I can use the command:
mongodump --uri mongodb+srv://admin:<PASSWORD>@cluster0.lab0q.mongodb.net/<DATABASE>
but I can’t get it to recognise the --uri option.
I am using a Ubuntu client machine and went through the install process here https://docs.mongodb.com/mongocli/master/install but no luck.
Is there an easier way to get my data out of this? I currently have no means of backing up my data.
Thanks