Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rebasing OS #4

Open
pynixis opened this issue Aug 4, 2021 · 1 comment
Open

Rebasing OS #4

pynixis opened this issue Aug 4, 2021 · 1 comment

Comments

@pynixis
Copy link

pynixis commented Aug 4, 2021

Currently, I am running 12.1-p6. I am trying to rebase off 12.2 or 13. I used the command "sudo pkg freebsd-update fetch; sudo pkg freebsd-update install". I restarted the OS and I still seem to have the same version 12.1-p6

@bsdlme
Copy link
Member

bsdlme commented Aug 5, 2021

freebsd-update fetch only fetches security patches. If you want to upgrade to a newer release you need to pass the release name as well:

freebsd-update upgrade -r 12.2-RELEASE

Please see https://docs.freebsd.org/en/books/handbook/cutting-edge/#updating-upgrading-freebsdupdate for details on wich additional steps are involved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants