From 4ba675c2c9c94aab44ae67526a28afbff9c6f011 Mon Sep 17 00:00:00 2001 From: tteckster Date: Fri, 13 May 2022 22:13:54 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 14212f24..a1517d0b 100644 --- a/README.md +++ b/README.md @@ -663,11 +663,11 @@ passwd postgres ``` Login using Postgres system account -``` +```yaml su - postgres ``` Now, change the Admin database password -``` +```yaml psql -c "ALTER USER postgres WITH PASSWORD 'your-password';" ``` Create a new user.