git: 2bc8c570f2e0 - main - UPDATING: Add upgrade instructions for net-mgmt/netbox

From: Kai Knoblich <kai_at_FreeBSD.org>
Date: Sat, 08 Feb 2025 09:55:03 UTC
The branch main has been updated by kai:

URL: https://cgit.FreeBSD.org/ports/commit/?id=2bc8c570f2e0f3d528152c2e707e97d7dac776d9

commit 2bc8c570f2e0f3d528152c2e707e97d7dac776d9
Author:     Kai Knoblich <kai@FreeBSD.org>
AuthorDate: 2025-02-08 09:14:32 +0000
Commit:     Kai Knoblich <kai@FreeBSD.org>
CommitDate: 2025-02-08 09:51:47 +0000

    UPDATING: Add upgrade instructions for net-mgmt/netbox
    
    Give users some advice about the upgrade to the NetBox 4.2 release
    series.
---
 UPDATING | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/UPDATING b/UPDATING
index c8f2e8179190..a6e75b89fd0d 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,17 @@ they are unavoidable.
 You should get into the habit of checking this file for changes each time
 you update your ports collection, before attempting any port upgrades.
 
+20250208:
+  AFFECTS: users of net-mgmt/netbox
+  AUTHOR: kai@FreeBSD.org
+
+  1. Please make sure that the PostgreSQL server for the NetBox instance is
+     running version 13 or higher.  This is because PostgreSQL 12 reached
+     its End of Life (EOL) on November 14, 2024 and was also removed from
+     the ports tree at the beginning of 2025.
+
+  2. Please also check the pkg-message and the changelogs for further info.
+
 20250205:
   AFFECTS: users of www/gitlab
   AUTHOR: mfechner@FreeBSD.org