Are there repositories for older versions available somewhere?

Kristoff

New Member
Aug 28, 2014
2
0
1
Hi,
I have a pretty unusual situation:
I need to upgrade several Proxmox-es (3.1, 3.2) to 3.3. For some reasons I'm not going (yet) for 3.4.

This rules out the standard apt get dist upgrade, as it will upgrade then to 3.4

As for the whole server farm, we're using apt-mirror, I was hoping to download Proxmox 3.3 iso, make a local repo out of it and add it to apt-mirror.
However apt-mirror gives me an error stating that it cannot find Release file (and it's not there)

So, is there any Proxmox 3.3 repository available, which I could add to mirror.list for my apt-mirror?

Bests,
Krzysztof
 
I guess you could configure apt to hold this package at the required version: proxmox-ve-2.6.32 (3.3-139)

Something like: echo "proxmox-ve-2.6.32 hold" | sudo dpkg --set-selections

PS. untested
 
I have subscriptions, and could need to upgrade my 3.1 nodes to 3.3 before 3.4.
That linkasks me authentication, I don't know which though... What should I do?
Is there any wiki page about this? Thanks!

Marco

the default enterprise repo is defined in /etc/apt/sources.list.d/pve-enterprise.list

Code:
deb https://enterprise.proxmox.com/debian wheezy pve-enterprise

if you want to stay on 3.3, just change to:

Code:
deb https://enterprise.proxmox.com/debian wheezy pve-enterprise3.3