Skip to content

Commit 5fc783d

Browse files
authored
update postgresql json to add post install password setup (#1318)
1 parent 670d64e commit 5fc783d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

json/postgresql.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,10 @@
3030
"username": null,
3131
"password": null
3232
},
33-
"notes": []
33+
"notes": [
34+
{
35+
"text": "Set a password after installation for postgres user by running `echo \"ALTER USER postgres with encrypted password 'your_password';\" | sudo -u postgres psql`",
36+
"type": "info"
37+
}
38+
]
3439
}

0 commit comments

Comments
 (0)