I just updated to 13.1-RELEASE from 12.3-RELEASE using
I did the first install run, then the second, then it told me to update the ports first.
So, I ran
Then I tried portupgrade again, it got a little ways through and the remote connection dropped.
I should mention that I also did a
I logged back in and tried
If I do a
Also, unless there is no other option, please don't suggest "just use poudriere it's super easy!". I have tried numerous times to switch and I can't make heads nor tails of the process. Maybe I am just thinking about things incorrectly, but I've found the startup procedure unfathomable, no matter how many "get started in 37 easy steps!" tutorials I've seen.
freebsd-update -r 13.1-RELEASE upgrade
I did the first install run, then the second, then it told me to update the ports first.
So, I ran
portupgrade -can
and I got an error that told me it noticed a major version change, so please do a pkg bootstrap -f
which I did.Then I tried portupgrade again, it got a little ways through and the remote connection dropped.
I should mention that I also did a
portsnap fetch ; portsnap upgrade
which seemed to work fine.I logged back in and tried
portupgrade -can
again and now I get the message:
Code:
[missing key: virtual_categories] [Updating the portsdb <format:bdb_btree> in /usr/ports ... - 0 port entries found /usr/ports/INDEX-13:1:Port info line must consist of 13 fields.
..... done]
missing key: virtual_categories: Cannot read the portsdb!
database file error
If I do a
pkg info
everything is there, but I guess the database is hosed? What do you suggest?Also, unless there is no other option, please don't suggest "just use poudriere it's super easy!". I have tried numerous times to switch and I can't make heads nor tails of the process. Maybe I am just thinking about things incorrectly, but I've found the startup procedure unfathomable, no matter how many "get started in 37 easy steps!" tutorials I've seen.