diff options
author | Mike Karels <karels@FreeBSD.org> | 2024-03-04 01:54:40 +0000 |
---|---|---|
committer | Mike Karels <karels@FreeBSD.org> | 2024-03-04 01:54:40 +0000 |
commit | 52a66f314fe34f1c11fc8a8ea592e94808a25b77 (patch) | |
tree | 07f72c98372493e7855621ba7ad240895b7b2699 | |
parent | 24255dc12c96ab8dbc7cb76baa4f3ba914a6cc21 (diff) |
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
-rw-r--r-- | website/content/en/releases/13.3R/installation.adoc | 6 |
1 files 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: |