mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-05-05 23:50:33 +00:00
Update README.md
This commit is contained in:
parent
b3ddc8efbb
commit
4ba675c2c9
1 changed files with 2 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue