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`