From ab033ac3ec0143dbb88d46fc08bc5d9f8175e9b2 Mon Sep 17 00:00:00 2001 From: Slavi Pantaleev Date: Fri, 2 Jun 2023 17:28:23 +0300 Subject: [PATCH] Add missing entry to ToC --- docs/services/mongodb.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/services/mongodb.md b/docs/services/mongodb.md index d27d022..b0544f6 100644 --- a/docs/services/mongodb.md +++ b/docs/services/mongodb.md @@ -63,6 +63,8 @@ Table of contents: - [Getting a database terminal](#getting-a-database-terminal), for when you wish to execute SQL queries +- [Backing up MongoDB](#backing-up-mongodb), for when you wish to make a backup + ### Getting a database terminal You can use the `/mash/mongodb/bin/cli` tool to get interactive terminal access using the MongoDB Shell [mongosh](https://www.mongodb.com/docs/mongodb-shell/).