update Zitadel PSQL (#5000)

This commit is contained in:
CanbiZ 2025-06-05 22:04:04 +02:00 committed by GitHub
parent 2c1e101135
commit db9ffe3105
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,8 +17,9 @@ msg_info "Installing Dependencies (Patience)"
$STD apt-get install -y ca-certificates $STD apt-get install -y ca-certificates
msg_ok "Installed Dependecies" msg_ok "Installed Dependecies"
PG_VERSION="17" PG_MODULES="common" install_postgresql
msg_info "Installing Postgresql" msg_info "Installing Postgresql"
$STD apt-get install -y postgresql postgresql-common
DB_NAME="zitadel" DB_NAME="zitadel"
DB_USER="zitadel" DB_USER="zitadel"
DB_PASS=$(openssl rand -base64 18 | tr -dc 'a-zA-Z0-9' | cut -c1-13) DB_PASS=$(openssl rand -base64 18 | tr -dc 'a-zA-Z0-9' | cut -c1-13)