Proxmox apt-get upgrade - bad idea?

Jolm

New Member
Jan 12, 2016
2
0
1
36
Hi,

I'm using Proxmox 4.0 (at least that's the version I installed) without subscription and just did:
Code:
apt-get update
apt-get upgrade
# Some packages were held back, so I explicitly installed them 
apt-get install libpve-common-perl proxmox-ve

Output of pveversion -v and uname -a
Code:
root@homer ~ # uname -a
Linux homer 4.2.3-2-pve #1 SMP Mon Nov 2 10:26:04 CET 2015 x86_64 GNU/Linux
root@homer ~ # pveversion -v
proxmox-ve: 4.1-32 (running kernel: 4.2.3-2-pve)
pve-manager: 4.1-4 (running version: 4.1-4/ccba54b0)
pve-kernel-4.2.6-1-pve: 4.2.6-32
pve-kernel-4.2.2-1-pve: 4.2.2-16
pve-kernel-4.2.3-2-pve: 4.2.3-22
lvm2: 2.02.116-pve2
corosync-pve: 2.3.5-2
libqb0: 0.17.2-1
pve-cluster: 4.0-30
qemu-server: 4.0-44
pve-firmware: 1.1-7
libpve-common-perl: 4.0-43
libpve-access-control: 4.0-11
libpve-storage-perl: 4.0-38
pve-libspice-server1: 0.12.5-2
vncterm: 1.2-1
pve-qemu-kvm: 2.4-20
pve-container: 1.0-37
pve-firewall: 2.0-15
pve-ha-manager: 1.0-16
ksm-control-daemon: 1.2-1
glusterfs-client: 3.5.2-2+deb8u1
lxc-pve: 1.1.5-5
lxcfs: 0.13-pve3
cgmanager: 0.39-pve1
criu: 1.6.0-1
zfsutils: 0.6.5-pve6~jessie


Did I just upgrade to 4.1? Should I even execute `apt-get upgrade` after installing a major version?

Everything works fine and I did not restart the server yet but I'm unsure in which state my server and Proxmox is now.

Cheers
Chris
 
I did not want to upgrade. So after installing say Proxmox 4.0 I should never update/upgrade unless I want to go to the next Version (e.g. 4.1)?

Another question: Is the upgrade procedure you linked the same when I'm not using subscription? (Of course with the no-pve-subscription repo instead of pve-enterprise repo)