From 02a487da113c7451319de8716f66be6a0274537f Mon Sep 17 00:00:00 2001 From: Tobias <96661824+CrazyWolf13@users.noreply.github.com> Date: Thu, 19 Feb 2026 08:34:21 +0100 Subject: [PATCH] add: patchmon breaking change msg --- ct/patchmon.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ct/patchmon.sh b/ct/patchmon.sh index a65854faf..cf018116d 100644 --- a/ct/patchmon.sh +++ b/ct/patchmon.sh @@ -29,6 +29,13 @@ function update_script() { exit fi + if ! grep -q "PORT=3001" /opt/patchmon/backend/.env; then + msg_warn "⚠️ The next PatchMon update will include breaking changes (port changes)." + msg_warn "See details here: https://github.com/community-scripts/ProxmoxVE/pull/11888" + msg_warn "Press Enter to continue with the update, or Ctrl+C to abort..." + read -r + fi + NODE_VERSION="24" setup_nodejs if check_for_gh_release "PatchMon" "PatchMon/PatchMon"; then msg_info "Stopping Service"