git: a5bb8b78893c - main - UPDATING: Add upgrade instructions for net-mgmt/netbox
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 18 Jan 2022 18:19:54 UTC
The branch main has been updated by kai: URL: https://cgit.FreeBSD.org/ports/commit/?id=a5bb8b78893caec2c8ed4efe92434cb11e6f9ec7 commit a5bb8b78893caec2c8ed4efe92434cb11e6f9ec7 Author: Kai Knoblich <kai@FreeBSD.org> AuthorDate: 2022-01-18 18:01:41 +0000 Commit: Kai Knoblich <kai@FreeBSD.org> CommitDate: 2022-01-18 18:18:11 +0000 UPDATING: Add upgrade instructions for net-mgmt/netbox Give users some advice about the upgrade to the NetBox 3.1 release series. --- UPDATING | 11 +++++++++++ 1 file changed, 11 insertions(+) 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