Date: Sun, 16 Oct 2022 07:13:12 GMT From: Matthias Fechner <mfechner@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 923ed9ea0129 - main - UPDATING: document solr version 8 and 9 Message-ID: <202210160713.29G7DC6u081437@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by mfechner: URL: https://cgit.FreeBSD.org/ports/commit/?id=923ed9ea0129606f16eb96aa4096fb3ce744b838 commit 923ed9ea0129606f16eb96aa4096fb3ce744b838 Author: Matthias Fechner <mfechner@FreeBSD.org> AuthorDate: 2022-10-16 07:05:44 +0000 Commit: Matthias Fechner <mfechner@FreeBSD.org> CommitDate: 2022-10-16 07:12:43 +0000 UPDATING: document solr version 8 and 9 --- UPDATING | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/UPDATING b/UPDATING index 5188e75e95d3..6cce2464aeed 100644 --- a/UPDATING +++ b/UPDATING @@ -5,6 +5,21 @@ 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. +20221016: + AFFECTS: textproc/apache-solr + AUTHOR: mfechner@FreeBSD.org + + Apache solr version 9 is released and made available as extra port + textproc/apache-solr9. + Version 9 cannot start directly with data from version 8. Additional steps + for data migration is required. + If you like to use the new version, deinstall the old version and install + the new version: + # pkg delete apache-solr + # pkg install apache-solr9 + After this you need to migrate data and migration, for this check the solr + documentation. + 20221015: AFFECTS: users of gstreamer1-* when upgrading via port builds on the host AUTHOR: riggs@FreeBSD.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202210160713.29G7DC6u081437>