@Samuel_Ngambi In Python you can check your Cluster Version with
client = MongoClient(uri="...")
client.server_info()
@Samuel_Ngambi In Python you can check your Cluster Version with
client = MongoClient(uri="...")
client.server_info()