git: c4dcf1e3e831 - main - UPDATING: Add upgrade instructions for net-mgmt/netbox
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 10 Sep 2023 13:16:28 UTC
The branch main has been updated by kai:
URL: https://cgit.FreeBSD.org/ports/commit/?id=c4dcf1e3e83130bd4f6ea8837905e9797183b984
commit c4dcf1e3e83130bd4f6ea8837905e9797183b984
Author: Kai Knoblich <kai@FreeBSD.org>
AuthorDate: 2023-09-10 12:53:48 +0000
Commit: Kai Knoblich <kai@FreeBSD.org>
CommitDate: 2023-09-10 13:15:32 +0000
UPDATING: Add upgrade instructions for net-mgmt/netbox
Give users some advice about the upgrade to the NetBox 3.6 release
series.
---
UPDATING | 10 ++++++++++
1 file changed, 10 insertions(+)
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