For me,100YWeatherSmall does not exists. I do I get it.
100YWeatherSmall is a database on the shared student cluster, from course M001.
Are you sure you need this particular database for M103?!
There is quiz in M003 for this DB.
Yes, but you’re in the M103 forums right now Either way, you will find the database on the shared student cluster, not on your private cluster.
Hi Harish_20733,
You can connect to our Atlas cluster, here are the details to connect:
Hostname: cluster0-shard-00-00-jxeqq.mongodb.net
Username: m001-student
Password: m001-mongodb-basics
Authentication Database: admin
Replica Set Name: Cluster0-shard-0
Read Preference: Primary Prefered
Here is the screenshot for rest of the options:
*Note: Make sure you can connect to the cluster from your system. You can check by ping cluster0-shard-00-00-jxeqq.mongodb.net
. Also for more details, check here.
Let me know if you need more information.
Kanika
Hi Kanika
Would it possible to copy over this DB to my cluster? If yes, what are steps for this?
Thanks,
Harish
It’s one more than one database. But yes, I believe @Kanika has a download link available for the complete dump. I could be wrong.
Waiting for Kanika’s response.
Hi Harish,
Here is the link which has detailed instructions on how to take dump of our Atlas cluster.
Let me know if you have questions!
Kanika
Hello Kanika,
Thanks for sharing up information and backup of DBs to restore them.
When I follow the instructions provided, I get following error message:
D:\myWorkArea\selfLearning\mondodbuniversity\dump\dump>mongorestore --host Clust
er0-shard-0/cluster0-shard-00-00-ccuky.mongodb.net:27017,cluster0-shard-00-01-cc
uky.mongodb.net:27017,cluster0-shard-00-02-ccuky.mongodb.net:27017 --ssl --usern
ame m001-student --password <> --authenticationDatabase 100YWea
therSmall --gzip
2018-11-03T23:58:13.144+0530 Failed: error connecting to db server: server re
turned error on SASL authentication step: Authentication failed.
“D:\myWorkArea\selfLearning\mondodbuniversity\dump\dump” is location where I have extracted provided dataset zip file.
Thanks,
Harish
The error message is pretty evident, no? You have incorrect login credentials.
Wait, are you trying to restore to the shared student cluster? Because that’s impossible
You can only restore that dump to a cluster you control.