I am attempting to restore file system backup into new sharded mongodb 3.6.
I copied all necessary data files into each member.
It looks like they are failing to start because shardIdentity is pointing at older configsvr replicaset.
I think recoverShardingState paramter used to be used to get around this problem but it has been removed apparently. (Document still refers to it)
What would be the best course of action at this point?
* update shardIdentity document manually with correct configsvr replicaset -> failed to initialize shard
* remove shardIdentity document -> throws error: "Cannot accept sharding commands if sharding state has not been initialized with a shardIdentity document"