no way to compare when less than two revisions
Differences
This shows you the differences between two versions of the page.
— | freebsd_release_upgrade [2012/08/07 02:42] (current) – created - external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== FreeBSD Release Upgrade ====== | ||
+ | * [[FreeBSD]] | ||
+ | * [[FreeBSD Deployment]] | ||
+ | |||
+ | === Branches === | ||
+ | |||
+ | FreeBSD has two branches that you will want to use: '' | ||
+ | |||
+ | === Upgrading === | ||
+ | |||
+ | '' | ||
+ | |||
+ | Get the latest release of FreeBSD. | ||
+ | |||
+ | < | ||
+ | freebsd-update upgrade -r 9.0-RELEASE | ||
+ | </ | ||
+ | |||
+ | If upgrading from 8.x, you may hit an error with the upgrade: | ||
+ | |||
+ | '' | ||
+ | |||
+ | '' | ||
+ | |||
+ | If this happens, update the script, and start again: | ||
+ | |||
+ | < | ||
+ | sed -i '' | ||
+ | freebsd-update upgrade -r 9.0-RELEASE | ||
+ | </ | ||
+ | |||
+ | This will run some scripts, ask some questions, and present some diffs. | ||
+ | |||
+ | < | ||
+ | freebsd-update install | ||
+ | reboot | ||
+ | freebsd-update install | ||
+ | </ | ||
+ | |||
+ | === Important Notes === | ||
+ | |||
+ | When upgrading between '' |