Update README.md

This commit is contained in:
tteckster 2022-05-13 22:13:54 -04:00 committed by GitHub
parent b3ddc8efbb
commit 4ba675c2c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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.