Created
October 20, 2016 16:17
-
-
Save attilagyorffy/7be7c5c226328fff61da2b7f69696ada to your computer and use it in GitHub Desktop.
Surviving a FreeBSD upgrade
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Surviving a major #FreeBSD Upgrade: | |
1) Add your /etc under git | |
2) # freebsd-update upgrade -r 11.0-RELEASE | |
3) Review changes | |
4) # pkg-static install -f pkg | |
5) # pkg upgrade -y | |
6) # freebsd-update install | |
Win. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment