aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKai Knoblich <kai@FreeBSD.org>2022-01-18 18:01:41 +0000
committerKai Knoblich <kai@FreeBSD.org>2022-01-18 18:18:11 +0000
commita5bb8b78893caec2c8ed4efe92434cb11e6f9ec7 (patch)
tree6e4d737a3d05b6e5125c6cd4f927ea30c4e4c2fa
parentebef030ed2d5659ac0cddad753d6b5d2340536fd (diff)
downloadports-a5bb8b78893caec2c8ed4efe92434cb11e6f9ec7.tar.gz
ports-a5bb8b78893caec2c8ed4efe92434cb11e6f9ec7.zip
UPDATING: Add upgrade instructions for net-mgmt/netbox
Give users some advice about the upgrade to the NetBox 3.1 release series.
-rw-r--r--UPDATING11
1 files changed, 11 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 8b6559da1ef0..98c5d3c22005 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.
+20220118
+ 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 10 or higher. This is because PostgreSQL 9.6 is
+ End-of-Life since November 2021 and NetBox 3.1 makes use of the
+ "macaddr8" field which was introduced with PostgreSQL 10.
+
+ 2. Please also check the pkg-message and the changelogs for further info.
+
20220110:
AFFECTS: users of security/bastillion
AUTHOR: netchild@FreeBSD.org