Joplin Server Update PSQL to v17

This commit is contained in:
tremor021 2025-09-12 19:59:47 +02:00
parent c20d542698
commit 3c476e0fbb

View File

@ -19,7 +19,7 @@ $STD apt-get install -y \
rsync
msg_ok "Installed Dependencies"
PG_VERSION="16" setup_postgresql
PG_VERSION="17" setup_postgresql
NODE_VERSION=22 NODE_MODULE="yarn@latest,npm@latest,pm2@latest" setup_nodejs
mkdir -p /opt/pm2
export PM2_HOME=/opt/pm2