mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-09-11 01:44:38 +00:00
update Zitadel PSQL (#5000)
This commit is contained in:
parent
2c1e101135
commit
db9ffe3105
1 changed files with 2 additions and 1 deletions
|
@ -17,8 +17,9 @@ msg_info "Installing Dependencies (Patience)"
|
|||
$STD apt-get install -y ca-certificates
|
||||
msg_ok "Installed Dependecies"
|
||||
|
||||
PG_VERSION="17" PG_MODULES="common" install_postgresql
|
||||
|
||||
msg_info "Installing Postgresql"
|
||||
$STD apt-get install -y postgresql postgresql-common
|
||||
DB_NAME="zitadel"
|
||||
DB_USER="zitadel"
|
||||
DB_PASS=$(openssl rand -base64 18 | tr -dc 'a-zA-Z0-9' | cut -c1-13)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue