Can anyone help me to restore the collection that is in a pending state after the drop? I accidentally deleted a collection.
I run
db.getCollectionNames({includePendingDrops: true})
and I get the list of the collections that are in a pending state. Is there any way to recover them?