GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
APPJAIL-UPGRADE(1) FreeBSD General Commands Manual APPJAIL-UPGRADE(1)

appjail-upgradeUpgrade a jail or a release

appjail upgrade jail -i [-f] jail

appjail upgrade jail -u -n new-release [-f] jail

appjail upgrade release -i -n new-release [-If] [-a arch] [-v version] [release]

appjail upgrade release -u -n new-release [-If] [-a arch] [-v version] [release]

The appjail upgrade is a utility to fetch files necessary for upgrading a jail or a release to a new FreeBSD release.

appjail upgrade can't upgrade a jail or a release that comes from an empty release or a build from the FreeBSD source tree. In the case of jails, only thick jails can be upgraded.

The options are as follows:

-i [-f] jail
Install the most recently fetched updates or upgrade in a jail.
Force freebsd-update(8) fetch to proceed in the case of an unfinished upgrade
-u -n new-release [-f] jail
Fetch files necessary for upgrading a jail to a new FreeBSD release.
new-release
Specify the new release (e.g., 11.2-RELEASE) to which freebsd-update(8) should upgrade.
Force freebsd-update(8) fetch to proceed in the case of an unfinished upgrade
-i -n new-release [-If] [-a arch] [-v version] [release]
Install the most recently fetched updates or upgrade in a release. By default, the release specified by the DEFAULT_RELEASE parameter is used.
new-release
Specify the new release (e.g., 11.2-RELEASE) to which freebsd-update(8) should upgrade.
Ignore invalid FreeBSD release syntax.
Force freebsd-update(8) fetch to proceed in the case of an unfinished upgrade
arch
Match release with the given architecture.
version
Match release with the given version.
-u -n new-release [-If] [-a arch] [-v version] [release]
Fetch files necessary for upgrading a release to a new FreeBSD release. By default, the release specified by the DEFAULT_RELEASE parameter is used.

Since there is a possibility that existing thin jails are still using the old release, this parameter makes a copy of the release with the version and architecture you specified and performs the upgrade using it. The release with the previous version remains intact.

If a failed upgrade is detected, this option continues by removing the release that matches the new version to perform the upgrade again.

new-release
Specify the new release (e.g., 11.2-RELEASE) to which freebsd-update(8) should upgrade.
Ignore invalid FreeBSD release syntax.
Force freebsd-update(8) fetch to proceed in the case of an unfinished upgrade
arch
Upgrade release with the given architecture.
version
Upgrade release with the given version.

The appjail upgrade utility exits 0 on success, and >0 if an error occurs.

appjail-fetch(1) appjail-update(1) sysexits(3)

Jesús Daniel Colmenares Oviedo <DtxdF@disroot.org>

April 13, 2024 FreeBSD 14.3-RELEASE

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.