Kevin, thanks for your email and here is the info.
-
DB version of the Mongo we are running is 3.6.16
-
We did follow the same process of mongodump/mongorestore. We are doing this to migrate our DB from a VM to a Physical server.
-
I dont think we dropped the Index as this is related to a Product and we did not want to mess with it.
Here is what we see on the error msgs after we enabled the logging level to debug mode.
COMMAND [conn3894] command admin.$cmd command: isMaster { ismaster: true, $db: “admin” } numYields:0 reslen:208 locks:{} protocol:op_msg 0ms
2020-09-06T12:51:11.308-0700 F INDEX [conn4488] Found an invalid index { v: 2, key: { _id: 1 }, name: “id”, ns: “bigid-server.tmp.agg_out.46” } on the bigid-server.tmp.agg_out.46 collection: CannotCreateIndex: use of v0 indexes is only allowed with the mmapv1 storage engine
2020-09-06T12:51:11.308-0700 F - [conn4488] Fatal Assertion 28782 at src/mongo/db/catalog/index_catalog_impl.cpp 176
2020-09-06T12:51:11.308-0700 F - [conn4488]
thanks
ravi