Update onlyoffice-install.sh - postgres 15 > 16

This commit is contained in:
tschettervictor
2024-10-18 11:39:42 -06:00
committed by GitHub
parent 706ddd8878
commit dd37205e2d

View File

@@ -10,7 +10,7 @@ DB_PASSWORD=$(openssl rand -base64 15)
RABBITMQ_USER="onlyoffice"
RABBITMQ_PASSWORD=$(openssl rand -base64 15)
JWT_SECRET=$(openssl rand -base64 20)
PG_VERSION="15"
PG_VERSION="16"
# Check for Root Privileges
if ! [ $(id -u) = 0 ]; then