From 90818e5b1ff0436d35e53f48cdd3ec89f75d9ffc Mon Sep 17 00:00:00 2001 From: Andrew Wang Date: Wed, 25 Aug 2021 01:43:13 -0400 Subject: [PATCH] fix --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7afa9bd..000827a 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ GRANT ALL ON SCHEMA public TO postgres; ``` create a new `pg_hba.conf` to force password authentication and reject non local ``` -cd /etc/postgres/// +cd /etc/postgresql/// mv pg_hba.conf pg_hba.conf.old ``` ``` @@ -62,7 +62,7 @@ local sameuser all md5 host all all 0.0.0.0/0 reject ``` ``` -systemctl restart postgres +systemctl restart postgresql ``` #### Dependencies