PosgreSQL: Add version choice (#8103)

* Add version choice

* Update

* Update
This commit is contained in:
Slaviša Arežina
2025-10-04 18:45:02 +02:00
committed by GitHub
parent aded2cbd56
commit e39dd5ffa3
3 changed files with 22 additions and 13 deletions

View File

@@ -46,6 +46,10 @@
{
"text": "Set a password after installation for postgres user by running `echo \"ALTER USER postgres with encrypted password 'your_password';\" | sudo -u postgres psql`",
"type": "info"
},
{
"text": "Debian script offers versions `15, 16, 17, 18`, while Alpine script offers versions `15, 16, 17`.",
"type": "info"
}
]
}