H!
I am thinking to upgrade FreeBSD 10.3-RELEASE to version 11 and as all the time I will use
Thank you.
I am thinking to upgrade FreeBSD 10.3-RELEASE to version 11 and as all the time I will use
freebsd-update
. I am using Synth. My question is it is correct that after second freebsd-update install
I should rebuild all ports with Synth, install them and than reboot and run freebsd-update install
again?Thank you.
The freebsd-update(8) utility supports binary upgrades of amd64 and i386
systems running earlier FreeBSD releases. Systems running earlier
FreeBSD releases can upgrade as follows:
# freebsd-update upgrade -r 11.0-RC2
During this process, freebsd-update(8) may ask the user to help by
merging some configuration files or by confirming that the automatically
performed merging was done correctly.
# freebsd-update install
The system must be rebooted with the newly installed kernel before
continuing.
# shutdown -r now
After rebooting, freebsd-update needs to be run again to install the new
userland components:
# freebsd-update install
It is recommended to rebuild and install all applications if possible,
especially if upgrading from an earlier FreeBSD release, for example,
FreeBSD 9.x. Alternatively, the user can install misc/compat9x and
other compatibility libraries, afterwards the system must be rebooted
into the new userland:
# shutdown -r now
Finally, after rebooting, freebsd-update needs to be run again to remove
stale files:
# freebsd-update install