Thanks for your response.
If I post a screenshot it will reveal my connection info so i’ll paste from the command line below
I have now followed the instructions on this page to install the Mongo database tools
I then try the following command along with the equal sign, thank you
mongodump -uri=‘mongodb+srv://<MY_USER>:<MY_PASS>@cluster0.lab0q.mongodb.net/’
I then get
2021-01-09T05:22:28.859+0000 warning: Failed to connect to 127.0.0.1:27017, reason: errno:111 Connection refused
My Linux box has 27017 outbound allowed. My application wouldn’t work without this. And I have set up Atlas to allow connections from this IP, again my app wouldn’t work without this. So I’m not sure why it is saying “connection refused”
Thanks