From 1fd08d27da49cd748cce4f3a99add066cbeac522 Mon Sep 17 00:00:00 2001 From: rainbow napkin Date: Wed, 21 May 2025 02:53:18 +0000 Subject: [PATCH] Update Prepping MongoDB for use with Canopy --- mongodb-debian.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mongodb-debian.md b/mongodb-debian.md index cb2f3ad..e07a4d9 100644 --- a/mongodb-debian.md +++ b/mongodb-debian.md @@ -3,6 +3,7 @@ title: Prepping MongoDB for use with Canopy --- + ## Step-by-step procedure for prepping MongoDB for use with Canopy: MongoDB, while gratis and open-source, is not entirely FLOSS. If you're hell bent on using software with a hard FLOSS license, you're probably better off [FerretDB](ferretdb-debian)
@@ -35,6 +36,7 @@ security: ``` ### Setting up the Canopy User/DB +This section is incomplete, I'd like to go over this with more security-related documentation for MongoDB. I'm not a professional DBA XP 1. Restart `mongod` with `sudo systemctl restart mongod` 2. Drop back into `mongosh` with authentication `mongosh -u 'admin'`, entering the password on prompt 3. Switch over to the canopy database `use canopy`