Hi all,
Would appreciate any help here (MongoDB version 4.2.11.
I am running a mongorestore with the following simple string:
mongorestore -u auser --password apassword --gzip --archive=replica_set_0.gz --oplogReplay
All works well and all my users collections and databases are restored OK . However, after the last one has finished restoring, I see the following message:
2020-12-01T18:12:06.749+0200 admin.tempusers 15.0KB
This just keeps going on and the restore does not finish causing be to cancel the restore.
The main issue that I have is that apart from this being puzzling that the oplog has probably not been replayed.
Has anyone else come across this, and /or I am just missing something.
Regards
John