When will MongoDB 7 or higher be supported? The problem is that MongoDB 6 is not supported by Debian 12: Production Notes for Self-Managed Deployments - Database Manual - MongoDB Docs . However, the Datagearry Debian package requires at least Debian 12 because it is compressed with ZST: Debian Package Tracker .
We have now set up two VMs: one handles Mongo, the other Datagearry. Hence the next question. What is the official way to communicate with an external MongoDB with authentication? We have found that it works with this:
[Database]
host = mongodb://datagerry:PASSWORT@mongodb.example.com/datagerry
port = 27017
database_name = datagerry
However, we do not know if this is fully supported.