From ada160007ac0a499e1b20bfac1c114ba75632c4d Mon Sep 17 00:00:00 2001 From: rainbow napkin Date: Sat, 7 Dec 2024 19:14:23 +0000 Subject: [PATCH] Update Prepping FerretDB for use with Canopy --- ferretdb-debian.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ferretdb-debian.md b/ferretdb-debian.md index 22824f8..3e6b99d 100644 --- a/ferretdb-debian.md +++ b/ferretdb-debian.md @@ -2,6 +2,7 @@ title: Prepping FerretDB for use with Canopy --- + ## Step-by-step procedure for prepping FerretDB for use with Canopy: FerretDB is a FLOSS replacement for MongoDB. If you're not hell bent on using software with a hard FLOSS license like me, you're probably better off [using the original](mongodb-debian)
@@ -22,5 +23,3 @@ title: Prepping FerretDB for use with Canopy 1. Use super-cow powers to enter a postgres shell `sudo -i -u postgres` 2. Enter the postgresql shell `psql` -3. Ensure the administrative account is locked-out (should be by default, but just in-case) `ALTER USER postgres WITH NOLOGIN;` -4. \ No newline at end of file