-
Notifications
You must be signed in to change notification settings - Fork 0
⭐ StartMongodb
Terrence Daniels edited this page Jul 31, 2026
·
2 revisions
StartMongodb provisions MongoDB databases through the same 7-step pipeline every engine follows (see StartActions Overview). MongoDB's own specifics — SSL support, cert mount path, healthcheck probe — are covered in the database-provisioning-engines.html, alongside the other 7 engines, rather than repeated here.
Worth knowing: its healthcheck is a hardcoded echo ok, not a real connectivity check — it can't actually detect a down or unreachable Mongo instance. Supports SSL/TLS through the shared SSL Subsystem.