aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKai Knoblich <kai@FreeBSD.org>2023-09-10 12:53:48 +0000
committerKai Knoblich <kai@FreeBSD.org>2023-09-10 13:15:32 +0000
commitc4dcf1e3e83130bd4f6ea8837905e9797183b984 (patch)
tree58f58d847e2ac7da1d92d6722d7434e0c32fef7c
parentbbe8e56f6856f531284f73bf0b30eb52d19e2a39 (diff)
downloadports-c4dcf1e3e83130bd4f6ea8837905e9797183b984.tar.gz
ports-c4dcf1e3e83130bd4f6ea8837905e9797183b984.zip
UPDATING: Add upgrade instructions for net-mgmt/netbox
Give users some advice about the upgrade to the NetBox 3.6 release series.
-rw-r--r--UPDATING10
1 files changed, 10 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 154adaceb34a..52825a4e2f15 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,16 @@ 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.
+20230910:
+ 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 12 or higher. This is because Django 4.2 requires
+ PostgreSQL 12 as a minimum.
+
+ 2. Please also check the pkg-message and the changelogs for further info.
+
20230908:
AFFECTS: users of databases/postgresql* and other software using PostgreSQL to run
AUTHOR: kbowling@FreeBSD.org