From 3c476e0fbbdc97ba7508af8376bd65ff47c14328 Mon Sep 17 00:00:00 2001 From: tremor021 Date: Fri, 12 Sep 2025 19:59:47 +0200 Subject: [PATCH] Joplin Server Update PSQL to v17 --- install/joplin-server-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/joplin-server-install.sh b/install/joplin-server-install.sh index 5cc2af32..45f20166 100644 --- a/install/joplin-server-install.sh +++ b/install/joplin-server-install.sh @@ -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