-
Type:
Bug
-
Resolution: Done
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
ALL
-
None
-
None
-
None
-
None
-
None
-
None
-
None
Hi I have taken full instance dump using mongodump with --oplog and --archive option. Dump is successful. I am using wiredTiger engine. However when I restore the dump using mongorestore using --oplogReplay and --archive option, I am getting below errors in restore log
2019-07-31T17:56:28.579+0530 don't know what to do with subdirectory "<DATABASE_NAME>", skipping...
2019-07-31T17:56:28.579+0530 don't know what to do with subdirectory "", skipping...
2019-07-31T17:56:28.579+0530 don't know what to do with subdirectory "admin", skipping..
However everything seems to be restored. So why were those errors and what did they mean?