git: 93d981cdb33a - main - UPDATING: Add upgrade instructions for net-mgmt/netbox
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 22 Feb 2023 07:15:10 UTC
The branch main has been updated by kai: URL: https://cgit.FreeBSD.org/ports/commit/?id=93d981cdb33ae6ef218e3595daa49f1f6e3d6ba8 commit 93d981cdb33ae6ef218e3595daa49f1f6e3d6ba8 Author: Kai Knoblich <kai@FreeBSD.org> AuthorDate: 2023-02-22 07:06:02 +0000 Commit: Kai Knoblich <kai@FreeBSD.org> CommitDate: 2023-02-22 07:06:02 +0000 UPDATING: Add upgrade instructions for net-mgmt/netbox Give users some advice about the upgrade to the NetBox 3.4 release series. --- UPDATING | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/UPDATING b/UPDATING index 87a42a064504..01051480919a 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. +20230222: + 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 11 or higher. This is because PostgreSQL 10 is + End-of-Life since November 2022 and Django 4.1 requires PostgreSQL 11 + as a minimum. + + 2. Please also check the pkg-message and the changelogs for further info. + 20230218: AFFECTS: users of databases/mysql57-(server|client) AUTHOR: joneum@FreeBSD.org