Following the upgrade to 7 instructions errors out.

fletch

Member
Aug 23, 2019
25
5
23
60
I need help doing this another way as the instructions(below) in the wiki don't work and give me a file not found error. I need another way to switch over to the 7 repsositories.

Thanks.


For the no-subscription repository, see Package Repositories. Rather than commenting out/removing the PVE 6.x repositories, as was previously mentioned, you could also run the following command to update to the Proxmox VE 7 repositories:

sed -i -e 's/buster/bullseye/g' /etc/apt/sources.list.d/pve-install-repo.list
 
The file name in the wiki is wrong. No such thing as pve-install-repo.list but rather pve-no-subscription.list. I changed over to this but when I run apt dist-upgrade I get nothing as in nothing to update. So it must still be looking at 6.
 
Found someone with similar problem. He gave me his repository configs and they matched mine. His last idea is what did the trick: First do a apt update and then apt upgrade And then finally do the apt dist-upgrade.

This is what finally worked for me. Hope this helps someone else!