Upgrade from 2.3 to 3.0

atinazzi

Active Member
Mar 15, 2010
57
1
26
Hi,

I need to upgrade from Proxmox VE from 2 to 3.
I have found detailed instructions on Upgrade from 2.3 to 3.0 but when I run the script it fails to locate all required repositories. I understand that that version of Debian is obsolete and no longer supported but would it be possible to fix it? I know that the repos may have been moved around but they should still be out there there somewhere, right?

Thanks
 
No Tom, Wheezy is not in archive anymore... (not listed in the page on the link you published) ... Very confusing!

I was in fact already using:

http://archive.debian.org/debian wheezy main
http://archive.debian.org/debian wheezy-lts main

and they were returning errors

but then I found an interesting article about LTS

So... what I did was replacing the old lines

http://archive.debian.org/debian wheezy main
http://archive.debian.org/debian wheezy-lts main

with

deb http://deb.debian.org/debian/ wheezy main
deb http://deb.debian.org/debian/ wheezy-updates main

saved sources.list and then

executed apt-get install debian-archive-keyring
and
apt-get update

and now it works!
 
sorry .... I missed 1 step... you have to do
>apt-get update
then it will tell you about missing keys
so you do
>apt-get install debian-archive-keyring
and again
>apt-get update