git: 52a66f314f - main - 13.3 installation: remove unneeded warning
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 04 Mar 2024 01:56:27 UTC
The branch main has been updated by karels: URL: https://cgit.FreeBSD.org/doc/commit/?id=52a66f314fe34f1c11fc8a8ea592e94808a25b77 commit 52a66f314fe34f1c11fc8a8ea592e94808a25b77 Author: Mike Karels <karels@FreeBSD.org> AuthorDate: 2024-03-04 01:54:40 +0000 Commit: Mike Karels <karels@FreeBSD.org> CommitDate: 2024-03-04 01:54:40 +0000 13.3 installation: remove unneeded warning Rollbacks work from 13.3 to 12.4 and 13.2; remove the warning that they don't. Also note spurious error messages that appear during an upgrade --- website/content/en/releases/13.3R/installation.adoc | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/website/content/en/releases/13.3R/installation.adoc b/website/content/en/releases/13.3R/installation.adoc index 4d4a165f68..fac6804353 100644 --- a/website/content/en/releases/13.3R/installation.adoc +++ b/website/content/en/releases/13.3R/installation.adoc @@ -41,10 +41,6 @@ For Git use the releng/{localRel} branch which will be where any upcoming Securi The {{< manpage "freebsd-update" "8">}} utility supports binary upgrades of amd64, arm64, and i386 systems running earlier FreeBSD releases. -[.warning] -*Warning*: + -After upgrading, it is not possible to use `freebsd-update rollback` to return to 12.4-RELEASE or 13.2-RELEASE. - Systems running 12.4-RELEASE or 13.2-RELEASE can upgrade as follows: [.screen] @@ -75,6 +71,8 @@ After rebooting, {{< manpage "freebsd-update" "8">}} needs to be run again to in # freebsd-update install ---- +Note that messages will be displayed about attempts to remove directories; these messages can be ignored. + At this point, users of systems being upgraded from earlier FreeBSD releases will be prompted by {{< manpage "freebsd-update" "8">}} to rebuild or reinstall all third-party applications (e.g., ports installed from the ports tree or packages installed by {{< manpage "pkg" "8">}}) due to updates in system libraries. After updating installed third-party applications (and again, only if {{< manpage "freebsd-update" "8">}} printed a message indicating that this was necessary), run {{< manpage "freebsd-update" "8">}} again so that it can delete the old (no longer used) system libraries: