Difference between revisions of "Downloads"

From Proxmox VE
Jump to navigation Jump to search
(updated update procedure)
(224 intermediate revisions by the same user not shown)
Line 1: Line 1:
=Proxmox Virtual Environment 1.5 (ISO Image) - updated on 3.2.2010=
+
=Proxmox Virtual Environment 5.3 (ISO Image)=
 +
Release notes: [[Roadmap#Proxmox_VE_5.3]]
 +
 
 +
Download the ISO image and burn it to CD-ROM or [[Install_from_USB_Stick]] and boot your server from CD-ROM or USB stick. For details see [[Quick_installation]]
 +
 
 +
* Download via https://www.proxmox.com/downloads
 +
 
 +
==Update a running Proxmox Virtual Environment 5.x to latest 5.3==
 +
 
 +
Here is the howto for the CLI:
 +
 
 +
Check your sources.list file, should look like this:
 +
<pre>deb http://ftp.at.debian.org/debian stretch main contrib
 +
 
 +
deb http://ftp.at.debian.org/debian stretch-updates main contrib
 +
 
 +
# security updates
 +
deb http://security.debian.org stretch/updates main contrib</pre>
 +
 
 +
The enterprise repository:
 +
cat /etc/apt/sources.list.d/pve-enterprise.list
 +
 
 +
deb https://enterprise.proxmox.com/debian/pve stretch pve-enterprise
 +
 
 +
Update your repository and packages:
 +
apt update
 +
 
 +
If you get any errors, your sources.list (or your network) has a problem.
 +
 
 +
Now upgrade the packages:
 +
apt dist-upgrade
 +
 
 +
Reboot to activate the new Kernel, to check if you got all packages, run 'pveversion -v' and compare your output (all packages should have equal or higher version numbers):
 +
<pre>pve-server:~# pveversion -v
 +
 
 +
proxmox-ve: 5.3-1 (running kernel: 4.15.18-11-pve)
 +
pve-manager: 5.3-11 (running version: 5.3-11/d4907f84)
 +
pve-kernel-4.15: 5.3-2
 +
pve-kernel-4.15.18-11-pve: 4.15.18-34
 +
corosync: 2.4.4-pve1
 +
criu: 2.11.1-1~bpo90
 +
glusterfs-client: 3.8.8-1
 +
ksm-control-daemon: 1.2-2
 +
libjs-extjs: 6.0.1-2
 +
libpve-access-control: 5.1-3
 +
libpve-apiclient-perl: 2.0-5
 +
libpve-common-perl: 5.0-47
 +
libpve-guest-common-perl: 2.0-20
 +
libpve-http-server-perl: 2.0-12
 +
libpve-storage-perl: 5.0-39
 +
libqb0: 1.0.3-1~bpo9
 +
lvm2: 2.02.168-pve6
 +
lxc-pve: 3.1.0-3
 +
lxcfs: 3.0.3-pve1
 +
novnc-pve: 1.0.0-3
 +
proxmox-widget-toolkit: 1.0-23
 +
pve-cluster: 5.0-33
 +
pve-container: 2.0-35
 +
pve-docs: 5.3-3
 +
pve-edk2-firmware: 1.20181023-1
 +
pve-firewall: 3.0-18
 +
pve-firmware: 2.0-6
 +
pve-ha-manager: 2.0-8
 +
pve-i18n: 1.0-9
 +
pve-libspice-server1: 0.14.1-2
 +
pve-qemu-kvm: 2.12.1-2
 +
pve-xtermjs: 3.10.1-2
 +
qemu-server: 5.0-47
 +
smartmontools: 6.5+svn4324-1
 +
spiceterm: 3.0-5
 +
vncterm: 1.5-3
 +
zfsutils-linux: 0.7.12-pve1~bpo1
 +
 
 +
pve-server:~#</pre>
 +
 
 +
'''Important Note'''
 +
 
 +
If you already use your Proxmox VE Subscription Key, access to the Enterprise repository works out of the box.
 +
For more details about the Proxmox VE repositories, see [[Package repositories]]
 +
 
 +
=Proxmox Virtual Environment 5.2 (ISO Image)=
 +
Release notes: [[Roadmap#Proxmox_VE_5.2]]
 +
 
 +
Download the ISO image and burn it to CD-ROM or [[Install_from_USB_Stick]] and boot your server from CD-ROM or USB stick. For details see [[Quick_installation]]
 +
 
 +
* Download via http https://www.proxmox.com/downloads
 +
 
 +
==Update a running Proxmox Virtual Environment 5.x to latest 5.2==
 +
 
 +
Here is the howto for the CLI:
 +
 
 +
Check your sources.list file, should look like this:
 +
<pre>deb http://ftp.at.debian.org/debian stretch main contrib
 +
 
 +
deb http://ftp.at.debian.org/debian stretch-updates main contrib
 +
 
 +
# security updates
 +
deb http://security.debian.org stretch/updates main contrib</pre>
 +
 
 +
The enterprise repository:
 +
cat /etc/apt/sources.list.d/pve-enterprise.list
 +
 
 +
deb https://enterprise.proxmox.com/debian/pve stretch pve-enterprise
 +
 
 +
Update your repository and packages:
 +
apt update
 +
 
 +
If you get any errors, your sources.list (or your network) has a problem.
 +
 
 +
Now upgrade the packages:
 +
apt dist-upgrade
 +
 
 +
Reboot to activate the new Kernel, to check if you got all packages, run 'pveversion -v' and compare your output (all packages should have equal or higher version numbers):
 +
<pre>pve-server:~# pveversion -v
 +
 
 +
proxmox-ve: 5.2-2 (running kernel: 4.15.18-9-pve)
 +
pve-manager: 5.2-11 (running version: 5.2-11/13c2da63)
 +
pve-kernel-4.15: 5.2-12
 +
pve-kernel-4.15.18-9-pve: 4.15.18-30
 +
corosync: 2.4.4-pve1
 +
criu: 2.11.1-1~bpo90
 +
glusterfs-client: 3.8.8-1
 +
ksm-control-daemon: 1.2-2
 +
libjs-extjs: 6.0.1-2
 +
libpve-access-control: 5.0-8
 +
libpve-apiclient-perl: 2.0-5
 +
libpve-common-perl: 5.0-41
 +
libpve-guest-common-perl: 2.0-18
 +
libpve-http-server-perl: 2.0-11
 +
libpve-storage-perl: 5.0-30
 +
libqb0: 1.0.3-1~bpo9
 +
lvm2: 2.02.168-pve6
 +
lxc-pve: 3.0.2+pve1-3
 +
lxcfs: 3.0.2-2
 +
novnc-pve: 1.0.0-2
 +
proxmox-widget-toolkit: 1.0-20
 +
pve-cluster: 5.0-30
 +
pve-container: 2.0-29
 +
pve-docs: 5.2-10
 +
pve-edk2-firmware: 1.20181023-1
 +
pve-firewall: 3.0-14
 +
pve-firmware: 2.0-6
 +
pve-ha-manager: 2.0-5
 +
pve-i18n: 1.0-6
 +
pve-libspice-server1: 0.14.1-1
 +
pve-qemu-kvm: 2.12.1-1
 +
pve-xtermjs: 1.0-5
 +
qemu-server: 5.0-40
 +
smartmontools: 6.5+svn4324-1
 +
spiceterm: 3.0-5
 +
vncterm: 1.5-3
 +
zfsutils-linux: 0.7.12-pve1~bpo1
 +
 
 +
pve-server:~#</pre>
 +
 
 +
'''Important Note'''
 +
 
 +
If you already use your Proxmox VE Subscription Key, access to the Enterprise repository works out of the box.
 +
For more details about the Proxmox VE repositories, see [[Package repositories]]
 +
 
 +
=Proxmox Virtual Environment 5.1 (ISO Image)=
 +
Release notes: [[Roadmap#Proxmox_VE_5.1]]
 +
 
 +
Download the ISO image and burn it to CD-ROM or [[Install_from_USB_Stick]] and boot your server from CD-ROM or USB stick. For details see [[Quick_installation]]
 +
 
 +
* Download via http https://www.proxmox.com/downloads
 +
 
 +
==Update a running Proxmox Virtual Environment 5.x to latest 5.1==
 +
 
 +
Here is the howto for the CLI:
 +
 
 +
Check your sources.list file, should look like this:
 +
<pre>deb http://ftp.at.debian.org/debian stretch main contrib
 +
 
 +
# security updates
 +
deb http://security.debian.org stretch/updates main contrib</pre>
 +
 
 +
The enterprise repository:
 +
cat /etc/apt/sources.list.d/pve-enterprise.list
 +
 
 +
deb https://enterprise.proxmox.com/debian/pve stretch pve-enterprise
 +
 
 +
Update your repository and packages:
 +
apt update
 +
 
 +
If you get any errors, your sources.list (or your network) has a problem.
 +
 
 +
Now upgrade the packages:
 +
apt dist-upgrade
 +
 
 +
Reboot to activate the new Kernel, to check if you got all packages, run 'pveversion -v' and compare your output (all packages should have equal or higher version numbers):
 +
<pre>pve-server:~# pveversion -v
 +
 
 +
proxmox-ve: 5.1-42 (running kernel: 4.13.16-2-pve)
 +
pve-manager: 5.1-51 (running version: 5.1-51/96be5354)
 +
pve-kernel-4.13: 5.1-44
 +
pve-kernel-4.13.16-2-pve: 4.13.16-47
 +
corosync: 2.4.2-pve4
 +
criu: 2.11.1-1~bpo90
 +
glusterfs-client: 3.8.8-1
 +
ksm-control-daemon: 1.2-2
 +
libjs-extjs: 6.0.1-2
 +
libpve-access-control: 5.0-8
 +
libpve-apiclient-perl: 2.0-4
 +
libpve-common-perl: 5.0-30
 +
libpve-guest-common-perl: 2.0-14
 +
libpve-http-server-perl: 2.0-8
 +
libpve-storage-perl: 5.0-18
 +
libqb0: 1.0.1-1
 +
lvm2: 2.02.168-pve6
 +
lxc-pve: 3.0.0-2
 +
lxcfs: 3.0.0-1
 +
novnc-pve: 0.6-4
 +
proxmox-widget-toolkit: 1.0-15
 +
pve-cluster: 5.0-25
 +
pve-container: 2.0-21
 +
pve-docs: 5.1-17
 +
pve-firewall: 3.0-8
 +
pve-firmware: 2.0-4
 +
pve-ha-manager: 2.0-5
 +
pve-i18n: 1.0-4
 +
pve-libspice-server1: 0.12.8-3
 +
pve-qemu-kvm: 2.11.1-5
 +
pve-xtermjs: 1.0-2
 +
qemu-server: 5.0-25
 +
smartmontools: 6.5+svn4324-1
 +
spiceterm: 3.0-5
 +
vncterm: 1.5-3
 +
zfsutils-linux: 0.7.7-pve1~bpo9
 +
 
 +
pve-server:~#</pre>
 +
 
 +
'''Important Note'''
 +
 
 +
If you already use your Proxmox VE Subscription Key, access to the Enterprise repository works out of the box.
 +
For more details about the Proxmox VE repositories, see [[Package repositories]]
 +
 
 +
=Proxmox Virtual Environment 5.0 (ISO Image)=
 +
Release notes: [[Roadmap#Proxmox_VE_5.0]]
 +
 
 +
Download the ISO image and burn it to CD-ROM or [[Install_from_USB_Stick]] and boot your server from CD-ROM or USB stick. For details see [[Quick_installation]]
 +
 
 +
* Download via http https://www.proxmox.com/downloads
 +
 
 +
==Update a running Proxmox Virtual Environment 5.x to latest 5.0==
 +
 
 +
Here is the howto for the CLI:
 +
 
 +
Check your sources.list file, should look like this:
 +
<pre>deb http://ftp.at.debian.org/debian stretch main contrib
 +
 
 +
# security updates
 +
deb http://security.debian.org stretch/updates main contrib</pre>
 +
 
 +
The enterprise repository:
 +
cat /etc/apt/sources.list.d/pve-enterprise.list
 +
 
 +
deb https://enterprise.proxmox.com/debian/pve stretch pve-enterprise
 +
 
 +
Update your repository and packages:
 +
apt update
 +
 
 +
If you get any errors, your sources.list (or your network) has a problem.
 +
 
 +
Now upgrade the packages:
 +
apt dist-upgrade
 +
 
 +
Reboot to activate the new Kernel, to check if you got all packages, run 'pveversion -v' and compare your output (all packages should have equal or higher version numbers):
 +
<pre>pve-server:~# pveversion -v
 +
 
 +
proxmox-ve: 5.0-24 (running kernel: 4.10.17-4-pve)
 +
pve-manager: 5.0-32 (running version: 5.0-32/2560e073)
 +
pve-kernel-4.10.17-4-pve: 4.10.17-24
 +
libpve-http-server-perl: 2.0-6
 +
lvm2: 2.02.168-pve3
 +
corosync: 2.4.2-pve3
 +
libqb0: 1.0.1-1
 +
pve-cluster: 5.0-14
 +
qemu-server: 5.0-15
 +
pve-firmware: 2.0-2
 +
libpve-common-perl: 5.0-18
 +
libpve-guest-common-perl: 2.0-12
 +
libpve-access-control: 5.0-6
 +
libpve-storage-perl: 5.0-15
 +
pve-libspice-server1: 0.12.8-3
 +
vncterm: 1.5-2
 +
pve-docs: 5.0-9
 +
pve-qemu-kvm: 2.9.1-1
 +
pve-container: 2.0-16
 +
pve-firewall: 3.0-3
 +
pve-ha-manager: 2.0-2
 +
ksm-control-daemon: 1.2-2
 +
glusterfs-client: 3.8.8-1
 +
lxc-pve: 2.1.0-2
 +
lxcfs: 2.0.7-pve4
 +
criu: 2.11.1-1~bpo90
 +
novnc-pve: 0.6-4
 +
smartmontools: 6.5+svn4324-1
 +
zfsutils-linux: 0.6.5.11-pve18~bpo90
 +
 
 +
pve-server:~#</pre>
 +
 
 +
'''Important Note'''
 +
 
 +
If you already use your Proxmox VE Subscription Key, access to the Enterprise repository works out of the box.
 +
For more details about the Proxmox VE repositories, see [[Package repositories]]
 +
 
 +
=Proxmox Virtual Environment 5.0 beta2 (ISO Image)=
 +
Release notes: [[Roadmap#Proxmox_VE_5.0_beta2]]
 +
 
 +
Download the ISO image and burn it to CD-ROM or [[Install_from_USB_Stick]] and boot your server from CD-ROM or USB stick. For details see [[Quick_installation]]
 +
 
 +
* Download via http https://www.proxmox.com/downloads
 +
 
 +
=Proxmox Virtual Environment 5.0 beta1 (ISO Image)=
 +
Release notes: [[Roadmap#Proxmox_VE_5.0_beta1]]
 +
 
 +
Download the ISO image and burn it to CD-ROM or [[Install_from_USB_Stick]] and boot your server from CD-ROM or USB stick. For details see [[Quick_installation]]
 +
 
 +
* Download via http https://www.proxmox.com/downloads
 +
 
 +
==Update a running Proxmox Virtual Environment 5.x beta to latest 5.x beta==
 +
 
 +
Here is the howto for the CLI:
 +
 
 +
Check your sources.list file, should look like this:
 +
<pre>deb http://ftp.at.debian.org/debian stretch main contrib
 +
 
 +
# security updates
 +
deb http://security.debian.org stretch/updates main contrib</pre>
 +
 
 +
The beta repository:
 +
cat /etc/apt/sources.list.d/pve-test.list
 +
 
 +
deb http://download.proxmox.com/debian stretch pvetest
 +
 
 +
Update your repository and packages:
 +
apt update
 +
 
 +
If you get any errors, your sources.list (or your network) has a problem.
 +
 
 +
Now upgrade the packages:
 +
apt dist-upgrade
 +
 
 +
Reboot to activate the new Kernel, to check if you got all packages, run 'pveversion -v' and compare your output (all packages should have equal or higher version numbers):
 +
<pre>pve-server:~# pveversion -v
 +
 
 +
proxmox-ve: 5.0-9 (running kernel: 4.10.11-1-pve)
 +
pve-manager: 5.0-10 (running version: 5.0-10/0d270679)
 +
pve-kernel-4.10.11-1-pve: 4.10.11-9
 +
libpve-http-server-perl: 2.0-4
 +
lvm2: 2.02.168-pve2
 +
corosync: 2.4.2-pve2
 +
libqb0: 1.0.1-1
 +
pve-cluster: 5.0-7
 +
qemu-server: 5.0-4
 +
pve-firmware: 2.0-2
 +
libpve-common-perl: 5.0-12
 +
libpve-guest-common-perl: 2.0-1
 +
libpve-access-control: 5.0-4
 +
libpve-storage-perl: 5.0-3
 +
pve-libspice-server1: 0.12.8-3
 +
vncterm: 1.4-1
 +
pve-docs: 5.0-1
 +
pve-qemu-kvm: 2.9.0-1
 +
pve-container: 2.0-6
 +
pve-firewall: 3.0-1
 +
pve-ha-manager: 2.0-1
 +
ksm-control-daemon: 1.2-2
 +
glusterfs-client: 3.8.8-1
 +
lxc-pve: 2.0.8-1
 +
lxcfs: 2.0.7-pve1
 +
criu: 2.11.1-1~bpo90
 +
novnc-pve: 0.5-9
 +
smartmontools: 6.5+svn4324-1
 +
zfsutils-linux: 0.6.5.9-pve16~bpo90
 +
 
 +
pve-server:~#</pre>
 +
 
 +
=Proxmox Virtual Environment 4.4 (ISO Image)=
 +
Release notes: [[Roadmap#Proxmox_VE_4.4]]
 +
 
 +
Download the ISO image and burn it to CD-ROM or [[Install_from_USB_Stick]] and boot your server from CD-ROM or USB stick. For details see [[Quick_installation]]
 +
 
 +
* Download via http or bittorrent: http://www.proxmox.com/downloads
 +
 
 +
==Update a running Proxmox Virtual Environment 4.x to latest 4.4==
 +
 
 +
Make sure that you have uploaded a valid subscription key to your Proxmox VE host. Here is the howto for the CLI:
 +
 
 +
Check your sources.list file, should look like this:
 +
<pre>deb http://ftp.at.debian.org/debian jessie main contrib
 +
 
 +
# security updates
 +
deb http://security.debian.org jessie/updates main contrib</pre>
 +
 
 +
The enterprise repository:
 +
cat /etc/apt/sources.list.d/pve-enterprise.list
 +
 
 +
deb https://enterprise.proxmox.com/debian jessie pve-enterprise
 +
 
 +
Update your repository and packages:
 +
<pre>apt-get update</pre>
 +
 
 +
If you get any errors, your sources.list (or your network) has a problem.
 +
Before you upgrade your system, you should stop all your running VM´s and LXC containers.
 +
 
 +
Now upgrade the packages:
 +
<pre>apt-get dist-upgrade</pre>
 +
 
 +
Reboot to activate the new Kernel, to check if you got all packages, run 'pveversion -v' and compare your output (all packages should have equal or higher version numbers):
 +
<pre>pve-server:~# pveversion -v
 +
 
 +
proxmox-ve: 4.4-112 (running kernel: 4.4.134-1-pve)
 +
pve-manager: 4.4-24 (running version: 4.4-24/08ba4d2d)
 +
pve-kernel-4.4.134-1-pve: 4.4.134-112
 +
lvm2: 2.02.116-pve3
 +
corosync-pve: 2.4.2-2~pve4+2
 +
libqb0: 1.0.1-1
 +
pve-cluster: 4.0-55
 +
qemu-server: 4.0-115
 +
pve-firmware: 1.1-12
 +
libpve-common-perl: 4.0-96
 +
libpve-access-control: 4.0-23
 +
libpve-storage-perl: 4.0-76
 +
pve-libspice-server1: 0.12.8-2
 +
vncterm: 1.3-2
 +
pve-docs: 4.4-4
 +
pve-qemu-kvm: 2.9.1-9~pve4
 +
pve-container: 1.0-106
 +
pve-firewall: 2.0-33
 +
pve-ha-manager: 1.0-41
 +
ksm-control-daemon: 1.2-1
 +
glusterfs-client: 3.5.2-2+deb8u3
 +
lxc-pve: 2.0.7-4
 +
lxcfs: 2.0.8-2~pve4
 +
criu: 1.6.0-1
 +
novnc-pve: 0.5-9
 +
smartmontools: 6.5+svn4324-1~pve80
 +
zfsutils: 0.6.5.9-pve15~bpo80
 +
 
 +
pve-server:~#</pre>
 +
 
 +
'''Important Note'''
 +
 
 +
If you already use your Proxmox VE Subscription Key, access to the Enterprise repository works out of the box.
 +
For more details about the Proxmox VE repositories, see [[Package repositories]]
 +
 
 +
=Proxmox Virtual Environment 4.3 (ISO Image)=
 +
Release notes: [[Roadmap#Proxmox_VE_4.3]]
 +
 
 +
Download the ISO image and burn it to CD-ROM or [[Install_from_USB_Stick]] and boot your server from CD-ROM or USB stick. For details see [[Quick_installation]]
 +
 
 +
* Download via http or bittorrent: http://www.proxmox.com/downloads
 +
 
 +
==Update a running Proxmox Virtual Environment 4.x to latest 4.3==
 +
 
 +
Make sure that you have uploaded a valid subscription key to your Proxmox VE host. Here is the howto for the CLI:
 +
 
 +
Check your sources.list file, should look like this:
 +
<pre>deb http://ftp.at.debian.org/debian jessie main contrib
 +
 
 +
# security updates
 +
deb http://security.debian.org jessie/updates main contrib</pre>
 +
 
 +
The enterprise repository:
 +
cat /etc/apt/sources.list.d/pve-enterprise.list
 +
 
 +
deb https://enterprise.proxmox.com/debian jessie pve-enterprise
 +
 
 +
Update your repository and packages:
 +
<pre>apt-get update</pre>
 +
 
 +
If you get any errors, your sources.list (or your network) has a problem.
 +
Before you upgrade your system, you should stop all your running VM´s and LXC containers.
 +
 
 +
Now upgrade the packages:
 +
<pre>apt-get dist-upgrade</pre>
 +
 
 +
Reboot to activate the new Kernel, to check if you got all packages, run 'pveversion -v' and compare your output (all packages should have equal or higher version numbers):
 +
<pre>pve-server:~# pveversion -v
 +
 
 +
proxmox-ve: 4.3-72 (running kernel: 4.4.24-1-pve)
 +
pve-manager: 4.3-12 (running version: 4.3-12/6894c9d9)
 +
pve-kernel-4.4.24-1-pve: 4.4.24-72
 +
lvm2: 2.02.116-pve3
 +
corosync-pve: 2.4.0-1
 +
libqb0: 1.0-1
 +
pve-cluster: 4.0-47
 +
qemu-server: 4.0-96
 +
pve-firmware: 1.1-10
 +
libpve-common-perl: 4.0-83
 +
libpve-access-control: 4.0-19
 +
libpve-storage-perl: 4.0-68
 +
pve-libspice-server1: 0.12.8-1
 +
vncterm: 1.2-1
 +
pve-docs: 4.3-17
 +
pve-qemu-kvm: 2.7.0-8
 +
pve-container: 1.0-85
 +
pve-firewall: 2.0-31
 +
pve-ha-manager: 1.0-38
 +
ksm-control-daemon: 1.2-1
 +
glusterfs-client: 3.5.2-2+deb8u2
 +
lxc-pve: 2.0.6-1
 +
lxcfs: 2.0.5-pve1
 +
criu: 1.6.0-1
 +
novnc-pve: 0.5-8
 +
smartmontools: 6.5+svn4324-1~pve80
 +
zfsutils: 0.6.5.8-pve13~bpo80
 +
 
 +
pve-server:~#</pre>
 +
 
 +
'''Important Note'''
 +
 
 +
If you already use your Proxmox VE Subscription Key, access to the Enterprise repository works out of the box.
 +
For more details about the Proxmox VE repositories, see [[Package repositories]]
 +
 
 +
 
 +
=Proxmox Virtual Environment 4.2 (ISO Image)=
 +
Release notes: [[Roadmap#Proxmox_VE_4.2]]
 +
 
 +
Download the ISO image and burn it to CD-ROM or [[Install_from_USB_Stick]] and boot your server from CD-ROM or USB stick. For details see [[Quick_installation]]
 +
 
 +
* Download via http or bittorrent: http://www.proxmox.com/downloads
 +
 
 +
==Update a running Proxmox Virtual Environment 4.x to latest 4.2==
 +
 
 +
Make sure that you have uploaded a valid subscription key to your Proxmox VE host. Here is the howto for the CLI:
 +
 
 +
Check your sources.list file, should look like this:
 +
<pre>deb http://ftp.at.debian.org/debian jessie main contrib
 +
 
 +
# security updates
 +
deb http://security.debian.org jessie/updates main contrib</pre>
 +
 
 +
The enterprise repository:
 +
cat /etc/apt/sources.list.d/pve-enterprise.list
 +
 
 +
deb https://enterprise.proxmox.com/debian jessie pve-enterprise
 +
 
 +
Update your repository and packages:
 +
<pre>apt-get update</pre>
 +
 
 +
If you get any errors, your sources.list (or your network) has a problem.
 +
Before you upgrade your system, you should stop all your running VM´s and LXC containers.
 +
 
 +
Now upgrade the packages:
 +
<pre>apt-get dist-upgrade</pre>
 +
 
 +
Reboot to activate the new Kernel, to check if you got all packages, run 'pveversion -v' and compare your output (all packages should have equal or higher version numbers):
 +
<pre>pve-server:~# pveversion -v
 +
 
 +
proxmox-ve: 4.2-64 (running kernel: 4.4.16-1-pve)
 +
pve-manager: 4.2-18 (running version: 4.2-18/158720b9)
 +
pve-kernel-4.4.16-1-pve: 4.4.16-64
 +
lvm2: 2.02.116-pve3
 +
corosync-pve: 2.4.0-1
 +
libqb0: 1.0-1
 +
pve-cluster: 4.0-44
 +
qemu-server: 4.0-86
 +
pve-firmware: 1.1-9
 +
libpve-common-perl: 4.0-72
 +
libpve-access-control: 4.0-19
 +
libpve-storage-perl: 4.0-57
 +
pve-libspice-server1: 0.12.8-1
 +
vncterm: 1.2-1
 +
pve-qemu-kvm: 2.6.1-2
 +
pve-container: 1.0-73
 +
pve-firewall: 2.0-29
 +
pve-ha-manager: 1.0-33
 +
ksm-control-daemon: 1.2-1
 +
glusterfs-client: 3.5.2-2+deb8u2
 +
lxc-pve: 2.0.4-1
 +
lxcfs: 2.0.3-pve1
 +
cgmanager: 0.39-pve1
 +
criu: 1.6.0-1
 +
novnc-pve: 0.5-8
 +
zfsutils: 0.6.5.7-pve10~bpo80
 +
 
 +
pve-server:~#</pre>
 +
 
 +
'''Important Note'''
 +
 
 +
If you already use your Proxmox VE Subscription Key, access to the Enterprise repository works out of the box.
 +
For more details about the Proxmox VE repositories, see [[Package repositories]]
 +
 
 +
=Proxmox Virtual Environment 4.1 (ISO Image)=
 +
Release notes: [[Roadmap#Proxmox_VE_4.1]]
 +
 
 +
Download the ISO image and burn it to CD-ROM or [[Install_from_USB_Stick]] and boot your server from CD-ROM or USB stick. For details see [[Quick_installation]]
 +
 
 +
* Download via http or bittorrent: http://www.proxmox.com/downloads
 +
 
 +
==Update a running Proxmox Virtual Environment 4.x to latest 4.1==
 +
 
 +
Make sure that you have uploaded a valid subscription key to your Proxmox VE host. Here is the howto for the CLI:
 +
 
 +
Check your sources.list file, should look like this:
 +
<pre>deb http://ftp.at.debian.org/debian jessie main contrib
 +
 
 +
# security updates
 +
deb http://security.debian.org jessie/updates main contrib</pre>
 +
 
 +
The enterprise repository:
 +
cat /etc/apt/sources.list.d/pve-enterprise.list
 +
 
 +
deb https://enterprise.proxmox.com/debian jessie pve-enterprise
 +
 
 +
Update your repository and packages:
 +
<pre>apt-get update</pre>
 +
 
 +
If you get any errors, your sources.list (or your network) has a problem.
 +
Before you upgrade your system, you should stop all your running VM´s and LXC containers.
 +
 
 +
Now upgrade the packages:
 +
<pre>apt-get dist-upgrade</pre>
 +
 
 +
Reboot to activate the new Kernel, to check if you got all packages, run 'pveversion -v' and compare your output (all packages should have equal or higher version numbers):
 +
<pre>pve-server:~# pveversion -v
 +
 
 +
proxmox-ve: 4.1-39 (running kernel: 4.2.8-1-pve)
 +
pve-manager: 4.1-22 (running version: 4.1-22/aca130cf)
 +
pve-kernel-4.2.8-1-pve: 4.2.8-39
 +
lvm2: 2.02.116-pve2
 +
corosync-pve: 2.3.5-2
 +
libqb0: 1.0-1
 +
pve-cluster: 4.0-36
 +
qemu-server: 4.0-64
 +
pve-firmware: 1.1-7
 +
libpve-common-perl: 4.0-54
 +
libpve-access-control: 4.0-13
 +
libpve-storage-perl: 4.0-45
 +
pve-libspice-server1: 0.12.5-2
 +
vncterm: 1.2-1
 +
pve-qemu-kvm: 2.5-9
 +
pve-container: 1.0-52
 +
pve-firewall: 2.0-22
 +
pve-ha-manager: 1.0-25
 +
ksm-control-daemon: 1.2-1
 +
glusterfs-client: 3.5.2-2+deb8u1
 +
lxc-pve: 1.1.5-7
 +
lxcfs: 2.0.0-pve2
 +
cgmanager: 0.39-pve1
 +
criu: 1.6.0-1
 +
zfsutils: 0.6.5-pve7~jessie
 +
 
 +
pve-server:~#</pre>
 +
 
 +
'''Important Note'''
 +
 
 +
If you already use your Proxmox VE Subscription Key, access to the Enterprise repository works out of the box.
 +
For more details about the Proxmox VE repositories, see [[Package repositories]]
 +
 
 +
=Proxmox Virtual Environment 4.0 (ISO Image)=
 +
Release notes: [[Roadmap#Proxmox_VE_4.0]]
 +
 
 +
Download the ISO image and burn it to CD-ROM or [[Install_from_USB_Stick]] and boot your server from CD-ROM or USB stick. For details see [[Quick_installation]]
 +
 
 +
* Download via http or bittorrent: http://www.proxmox.com/downloads
 +
 
 +
==Update a running Proxmox Virtual Environment 4.x to latest 4.0==
 +
 
 +
Make sure that you have uploaded a valid subscription key to your Proxmox VE host. Here is the howto for the CLI:
 +
 
 +
Check your sources.list file, should look like this:
 +
<pre>deb http://ftp.at.debian.org/debian jessie main contrib
 +
 
 +
# security updates
 +
deb http://security.debian.org jessie/updates main contrib</pre>
 +
 
 +
The enterprise repository:
 +
cat /etc/apt/sources.list.d/pve-enterprise.list
 +
 
 +
deb https://enterprise.proxmox.com/debian jessie pve-enterprise
 +
 
 +
Update your repository and packages:
 +
<pre>apt-get update</pre>
 +
 
 +
If you get any errors, your sources.list (or your network) has a problem.
 +
Before you update your system, you should stop all your running VM´s.
 +
 
 +
Now upgrade the packages:
 +
<pre>apt-get dist-upgrade</pre>
 +
 
 +
Reboot to activate the new Kernel, to check if you got all packages, run 'pveversion -v' and compare your output (all packages should have equal or higher version numbers):
 +
<pre>pve-server:~#pveversion -v
 +
 
 +
proxmox-ve: 4.0-21 (running kernel: 4.2.3-2-pve)
 +
pve-manager: 4.0-57 (running version: 4.0-57/cc7c2b53)
 +
pve-kernel-4.2.3-2-pve: 4.2.3-21
 +
lvm2: 2.02.116-pve1
 +
corosync-pve: 2.3.5-1
 +
libqb0: 0.17.2-1
 +
pve-cluster: 4.0-24
 +
qemu-server: 4.0-35
 +
pve-firmware: 1.1-7
 +
libpve-common-perl: 4.0-36
 +
libpve-access-control: 4.0-9
 +
libpve-storage-perl: 4.0-29
 +
pve-libspice-server1: 0.12.5-2
 +
vncterm: 1.2-1
 +
pve-qemu-kvm: 2.4-12
 +
pve-container: 1.0-21
 +
pve-firewall: 2.0-13
 +
pve-ha-manager: 1.0-13
 +
ksm-control-daemon: 1.2-1
 +
glusterfs-client: 3.5.2-2+deb8u1
 +
lxc-pve: 1.1.4-3
 +
lxcfs: 0.10-pve2
 +
cgmanager: 0.39-pve1
 +
criu: 1.6.0-1
 +
zfsutils: 0.6.5-pve6~jessie
 +
 
 +
pve-server:~#</pre>
 +
 
 +
'''Important Note'''
 +
 
 +
If you already use your Proxmox VE Subscription Key, access to the Enterprise repository works out of the box.
 +
For more details about the Proxmox VE repositories, see [[Package repositories]]
 +
 
 +
==Update a running Proxmox Virtual Environment 3.x to latest 4.0==
 +
See [[Upgrade from 3.x to 4.0]]
 +
 
 +
=Proxmox Virtual Environment 3.4 (ISO Image)=
 +
Release notes: [[Roadmap#Proxmox_VE_3.4]]
 +
 
 +
Download the ISO image and burn it to CD-ROM or [[Install_from_USB_Stick]] and boot your server from CD-ROM or USB stick. For details see [[Quick_installation]]
 +
 
 +
* Download via http or bittorrent: http://www.proxmox.com/downloads
 +
 
 +
==Update a running Proxmox Virtual Environment 3.x to latest 3.4==
 +
Make sure that you have uploaded a valid subscription key to your Proxmox VE host. All updates should be applied via CLI only (if you tried via GUI, please check this [http://forum.proxmox.com/threads/21045-grub2-update-problems-%28GUI-only%29-leading-to-not-correctly-installed-packages forum post]). here is the howto for the CLI:
 +
 
 +
Check your sources.list file, should look like this:
 +
<pre>deb http://http.at.debian.org/debian wheezy main contrib
 +
 
 +
# security updates
 +
deb http://security.debian.org/ wheezy/updates main contrib</pre>
 +
 
 +
The enterprise repository:
 +
cat /etc/apt/sources.list.d/pve-enterprise.list
 +
 
 +
deb https://enterprise.proxmox.com/debian wheezy pve-enterprise
 +
 
 +
Update your repository and packages:
 +
<pre>apt-get update</pre>
 +
 
 +
If you get any errors, your sources.list (or your network) has a problem.
 +
Before you update your system, you should stop all your running VM´s.
 +
 
 +
Now upgrade the packages:
 +
<pre>apt-get dist-upgrade</pre>
 +
 
 +
Reboot to activate the new Kernel, to check if you got all packages, run 'pveversion -v' and compare your output (all packages should have equal or higher version numbers):
 +
<pre>pve-server:~#pveversion -v
 +
 
 +
proxmox-ve-2.6.32: 3.4-185 (running kernel: 2.6.32-48-pve)
 +
pve-manager: 3.4-16 (running version: 3.4-16/40ccc11c)
 +
pve-kernel-2.6.32-48-pve: 2.6.32-185
 +
lvm2: 2.02.98-pve4
 +
clvm: 2.02.98-pve4
 +
corosync-pve: 1.4.7-1
 +
openais-pve: 1.1.4-3
 +
libqb0: 0.11.1-2
 +
redhat-cluster-pve: 3.2.0-2
 +
resource-agents-pve: 3.9.2-4
 +
fence-agents-pve: 4.0.10-3
 +
pve-cluster: 3.0-20
 +
qemu-server: 3.4-9
 +
pve-firmware: 1.1-6
 +
libpve-common-perl: 3.0-27
 +
libpve-access-control: 3.0-16
 +
libpve-storage-perl: 3.0-35
 +
pve-libspice-server1: 0.12.4-3
 +
vncterm: 1.1-8
 +
vzctl: 4.0-1pve6
 +
vzprocps: 2.0.11-2
 +
vzquota: 3.1-2
 +
pve-qemu-kvm: 2.2-28
 +
ksm-control-daemon: 1.1-1
 +
glusterfs-client: 3.5.2-1
 +
 
 +
pve-server:~#</pre>
 +
 
 +
'''Important Note'''
 +
 
 +
Due to changes in our repositories in 3.1 you need to check your apt configuration. If you already use your Proxmox VE Subscription Key, access to the Enterprise repository works out of the box.
 +
 
 +
For more details about the Proxmox VE repositories, see [[Package repositories]]
 +
 
 +
=Proxmox Virtual Environment 3.3 (ISO Image)=
 +
Release notes: [[Roadmap#Proxmox_VE_3.3]]
 +
 
 +
Download the ISO image and burn it to CD-ROM or [[Install_from_USB_Stick]] and boot your server from CD-ROM or USB stick. For details see [[Quick_installation]]
 +
 
 +
* Download via http or bittorrent: http://www.proxmox.com/downloads
 +
 
 +
==Update a running Proxmox Virtual Environment 3.x to latest 3.3==
 +
Make sure that you have uploaded a valid subscription key to your Proxmox VE host. All updates can be applied via GUI or via CLI, here is the howto for the CLI:
 +
 
 +
Check your sources.list file, should look like this:
 +
<pre>deb http://http.at.debian.org/debian wheezy main contrib
 +
 
 +
# security updates
 +
deb http://security.debian.org/ wheezy/updates main contrib</pre>
 +
 
 +
The enterprise repository:
 +
cat /etc/apt/sources.list.d/pve-enterprise.list
 +
 
 +
deb https://enterprise.proxmox.com/debian wheezy pve-enterprise
 +
 
 +
Update your repository and packages:
 +
<pre>apt-get update</pre>
 +
 
 +
If you get any errors, your sources.list (or your network) has a problem.
 +
Before you update your system, you should stop all your running VM´s.
 +
 
 +
Now upgrade the packages:
 +
<pre>apt-get dist-upgrade</pre>
 +
 
 +
Reboot to activate the new Kernel, to check if you got all packages, run 'pveversion -v' and compare your output (all packages should have equal or higher version numbers):
 +
<pre>pve-server:~#pveversion -v
 +
 
 +
proxmox-ve-2.6.32: 3.3-139 (running kernel: 2.6.32-34-pve)
 +
pve-manager: 3.3-5 (running version: 3.3-5/bfebec03)
 +
pve-kernel-2.6.32-34-pve: 2.6.32-139
 +
lvm2: 2.02.98-pve4
 +
clvm: 2.02.98-pve4
 +
corosync-pve: 1.4.7-1
 +
openais-pve: 1.1.4-3
 +
libqb0: 0.11.1-2
 +
redhat-cluster-pve: 3.2.0-2
 +
resource-agents-pve: 3.9.2-4
 +
fence-agents-pve: 4.0.10-1
 +
pve-cluster: 3.0-15
 +
qemu-server: 3.3-3
 +
pve-firmware: 1.1-3
 +
libpve-common-perl: 3.0-19
 +
libpve-access-control: 3.0-15
 +
libpve-storage-perl: 3.0-25
 +
pve-libspice-server1: 0.12.4-3
 +
vncterm: 1.1-8
 +
vzctl: 4.0-1pve6
 +
vzprocps: 2.0.11-2
 +
vzquota: 3.1-2
 +
pve-qemu-kvm: 2.1-10
 +
ksm-control-daemon: 1.1-1
 +
glusterfs-client: 3.5.2-1
 +
 
 +
pve-server:~#</pre>
 +
 
 +
'''Important Note'''
  
Release notes: [[Roadmap#Proxmox_VE_1.5]]
+
Due to changes in our repositories in 3.1 you need to check your apt configuration. If you already use your Proxmox VE Subscription Key, access to the Enterprise repository works out of the box.
  
Download the ISO image, burn it to CD-ROM and boot your server from CD-ROM. For details see [[Installation]]
+
For more details about the Proxmox VE repositories, see [[Package repositories]]
  
* Download via http: [http://www.proxmox.com/cms_proxmox/cms/upload/bittorrent/proxmox-ve_1.5-4627-3.iso Proxmox VE 1.5]
+
=Proxmox Virtual Environment 3.2 (ISO Image)=
* Download via bittorrent: [http://www.proxmox.com/cms_proxmox/cms/upload/bittorrent/proxmox-ve_1.5-4627-3.iso.torrent Proxmox VE 1.5]
+
Release notes: [[Roadmap#Proxmox_VE_3.2]]
  
(MD5SUM for the ISO is 9f886782022b3408a625cb35ea34bab2)
+
Download the ISO image and burn it to CD-ROM or [[Install_from_USB_Stick]] and boot your server from CD-ROM or USB stick. For details see [[Quick_installation]]
  
==Update a running Proxmox Virtual Environment 1.x to 1.5==
+
* Download via http or bittorrent: http://www.proxmox.com/downloads
Check your sources.list file:
 
  
<pre>nano /etc/apt/sources.list</pre>
+
==Update a running Proxmox Virtual Environment 3.x to latest 3.2==
 +
Make sure that you have uploaded a valid subscription key to your Proxmox VE host. All updates can be applied via GUI or via CLI, here is the howto for the CLI:
  
'''Note:'''
+
Check your sources.list file, should look like this:
If you still run a Debian Etch based system (0.9, 1.0 or 1.1) think of a re-installation or do a dist-upgrade.
+
<pre>deb http://http.at.debian.org/debian wheezy main contrib
  
<pre>deb http://ftp.debian.org/debian lenny main contrib
 
# PVE packages provided by proxmox.com
 
deb http://download.proxmox.com/debian lenny pve
 
 
# security updates
 
# security updates
deb http://security.debian.org/ lenny/updates main contrib</pre>
+
deb http://security.debian.org/ wheezy/updates main contrib</pre>
 +
 
 +
The enterprise repository:
 +
cat /etc/apt/sources.list.d/pve-enterprise.list
 +
 
 +
deb https://enterprise.proxmox.com/debian wheezy pve-enterprise
  
 
Update your repository and packages:
 
Update your repository and packages:
Line 30: Line 883:
 
Before you update your system, you should stop all your running VM´s.
 
Before you update your system, you should stop all your running VM´s.
  
Now you can install the new Proxmox VE virtual package:
+
Now upgrade the packages:
<pre>apt-get upgrade && apt-get install proxmox-ve-2.6.18</pre>
+
<pre>apt-get dist-upgrade</pre>
(alternative: proxmox-ve-2.6.24 or proxmox-ve-2.6.32)
+
 
 +
Reboot to activate the new Kernel, to check if you got all packages, run 'pveversion -v' and compare your output (all packages should have equal or higher version numbers):
 +
<pre>pve-server:~#pveversion -v
 +
 
 +
proxmox-ve-2.6.32: 3.2-132 (running kernel: 2.6.32-31-pve)
 +
pve-manager: 3.2-4 (running version: 3.2-4/e24a91c1)
 +
pve-kernel-2.6.32-31-pve: 2.6.32-132
 +
lvm2: 2.02.98-pve4
 +
clvm: 2.02.98-pve4
 +
corosync-pve: 1.4.5-1
 +
openais-pve: 1.1.4-3
 +
libqb0: 0.11.1-2
 +
redhat-cluster-pve: 3.2.0-2
 +
resource-agents-pve: 3.9.2-4
 +
fence-agents-pve: 4.0.5-1
 +
pve-cluster: 3.0-12
 +
qemu-server: 3.1-16
 +
pve-firmware: 1.1-3
 +
libpve-common-perl: 3.0-18
 +
libpve-access-control: 3.0-11
 +
libpve-storage-perl: 3.0-19
 +
pve-libspice-server1: 0.12.4-3
 +
vncterm: 1.1-6
 +
vzctl: 4.0-1pve5
 +
vzprocps: 2.0.11-2
 +
vzquota: 3.1-2
 +
pve-qemu-kvm: 1.7-8
 +
ksm-control-daemon: 1.1-1
 +
glusterfs-client: 3.4.2-1
 +
 
 +
pve-server:~#</pre>
 +
 
 +
'''Important Note'''
 +
 
 +
Due to changes in our repositories in 3.1 you need to check your apt configuration. If you already use your Proxmox VE Subscription Key, access to the Enterprise repository works out of the box.
  
Now, check the bootloader grub to make sure that the system boots the right kernel.
+
For more details about the Proxmox VE repositories, see [[Package repositories]]
<pre>nano /boot/grub/menu.lst</pre>
 
  
Finally reboot into your new kernel and check if you got the latest Proxmox VE packages with 'pveversion -v':
+
=Proxmox Virtual Environment 3.1 (ISO Image)=
  
<pre>pveversion -v
+
Release notes: [[Roadmap#Proxmox_VE_3.1]]
  
pve-manager: 1.5-7 (pve-manager/1.5/4660)
+
Download the ISO image and burn it to CD-ROM or [[Install_from_USB_Stick]] and boot your server from CD-ROM or USB stick. For details see [[Quick_installation]]
running kernel: 2.6.18-2-pve
 
proxmox-ve-2.6.18: 1.5-5
 
pve-kernel-2.6.18-2-pve: 2.6.18-5
 
qemu-server: 1.1-11
 
pve-firmware: 1.0-3
 
libpve-storage-perl: 1.0-10
 
vncterm: 0.9-2
 
vzctl: 3.0.23-1pve8
 
vzdump: 1.2-5
 
vzprocps: 2.0.11-1dso2
 
vzquota: 3.0.11-1
 
pve-qemu-kvm-2.6.18: 0.9.1-5</pre>
 
  
=Proxmox Virtual Environment 1.4 (ISO Image)=
+
* Download via http or bittorrent: http://www.proxmox.com/downloads
  
Release notes: [[Roadmap#Proxmox_VE_1.4]]
+
==Update a running Proxmox Virtual Environment 3.x to latest 3.1==
 +
Make sure that you have uploaded a valid subscription key to your Proxmox VE host.
  
Download the ISO image, burn it to CD-ROM and boot your server from CD-ROM. For details see [[Installation]]
+
Check your sources.list file, should look like this:
 +
<pre>deb http://http.at.debian.org/debian wheezy main contrib
  
* Download via http: [http://www.proxmox.com/cms_proxmox/cms/upload/bittorrent/proxmox-ve_1.4-4390.iso Proxmox VE 1.4]
+
# security updates
* Download via bittorrent: [http://www.proxmox.com/cms_proxmox/cms/upload/bittorrent/proxmox-ve_1.4-4390.iso.torrent Proxmox VE 1.4]
+
deb http://security.debian.org/ wheezy/updates main contrib</pre>
  
(MD5SUM for the ISO is 0bef854dcca1718f73ff64e383df280a)
+
The enterprise repository:
 +
cat /etc/apt/sources.list.d/pve-enterprise.list
  
==Update a running Proxmox Virtual Environment 1.2 or 1.3 to 1.4==
+
deb https://enterprise.proxmox.com/debian wheezy pve-enterprise
  
 
Update your repository and packages:
 
Update your repository and packages:
Line 74: Line 951:
 
Before you update your system, you should stop all your running VM´s.
 
Before you update your system, you should stop all your running VM´s.
  
Now you can install the new software packages (incl. Kernel):
+
Now upgrade the packages:
 
<pre>apt-get dist-upgrade</pre>
 
<pre>apt-get dist-upgrade</pre>
  
Finally reboot and check if you got the latest Proxmox VE packages:
+
Reboot to activate the new Kernel, to check if you got all packages, run 'pveversion -v' and compare your output (all packages should have equal or higher version numbers):
 +
<pre>pve-server:~#pveversion -v
 +
 
 +
proxmox-ve-2.6.32: 3.1-114 (running kernel: 2.6.32-26-pve)
 +
pve-manager: 3.1-24 (running version: 3.1-24/060bd5a6)
 +
pve-kernel-2.6.32-26-pve: 2.6.32-114
 +
lvm2: 2.02.98-pve4
 +
clvm: 2.02.98-pve4
 +
corosync-pve: 1.4.5-1
 +
openais-pve: 1.1.4-3
 +
libqb0: 0.11.1-2
 +
redhat-cluster-pve: 3.2.0-2
 +
resource-agents-pve: 3.9.2-4
 +
fence-agents-pve: 4.0.0-2
 +
pve-cluster: 3.0-8
 +
qemu-server: 3.1-8
 +
pve-firmware: 1.0-23
 +
libpve-common-perl: 3.0-9
 +
libpve-access-control: 3.0-8
 +
libpve-storage-perl: 3.0-18
 +
pve-libspice-server1: 0.12.4-2
 +
vncterm: 1.1-6
 +
vzctl: 4.0-1pve4
 +
vzprocps: 2.0.11-2
 +
vzquota: 3.1-2
 +
pve-qemu-kvm: 1.4-17
 +
ksm-control-daemon: 1.1-1
 +
glusterfs-client: 3.4.1-1
 +
 
 +
pve-server:~#</pre>
 +
 
 +
'''Important Note'''
 +
 
 +
Due to changes in our repositories you need to update your apt configuration. If you already use your Proxmox VE Subscription Key, access to the Enterprise repository works out of the box.
 +
 
 +
For more details about the Proxmox VE repositories, see [[Package repositories]]
 +
 
 +
=Proxmox Virtual Environment 3.0 (ISO Image)=
  
Kernel version:
+
Release notes: [[Roadmap#Proxmox_VE_3.0]]
<pre>uname -a
 
  
Expected output:
+
Download the ISO image and burn it to CD-ROM or [[Install_from_USB_Stick]] and boot your server from CD-ROM or USB stick. For details see [[Quick_installation]]
2.6.24-8-pve #1 SMP PREEMPT Fri Oct 16 11:17:55 CEST 2009 x86_64 GNU/Linux</pre>
 
  
PVE Manager version:
+
* Download via http or bittorrent: http://www.proxmox.com/downloads
<pre>pveversion -v
 
  
Expected output:
+
==Update a running Proxmox Virtual Environment 3.x to latest 3.0==
  
pve-manager: 1.4-9 (pve-manager/1.4/4390)
+
Check your sources.list file, should look like this:
qemu-server: 1.1-6
+
<pre>deb http://http.at.debian.org/debian wheezy main contrib
pve-kernel: 2.6.24-16
 
pve-qemu-kvm: 0.11.0-2
 
pve-firmware: 1
 
vncterm: 0.9-2
 
vzctl: 3.0.23-1pve3
 
vzdump: 1.2-3
 
vzprocps: 2.0.11-1dso2
 
vzquota: 3.0.11-1
 
</pre>
 
  
==Update a running Proxmox Virtual Environment 1.1 to 1.4==
+
# PVE packages provided by proxmox.com
Proxmox VE 1.4 is based on Debian Lenny (1.1 is based on Etch). Therefore the update is a major distribution upgrade (about 200 mb) and you should take some basic steps:
+
deb http://download.proxmox.com/debian wheezy pve
*make sure you have a working backup of your virtual machines (see [[Backup - Restore - Live Migration]])
 
*its recommended to stop all running virtual machines before executing the update script
 
  
Note: If you got a custom installation (e.g. from your hosting provider like [http://www.ovh.com OVH]) you should contact your provider for update instructions.
+
# security updates
 +
deb http://security.debian.org/ wheezy/updates main contrib</pre>
  
'''To perform the update, please log in via ssh or via console:'''
+
Update your repository and packages:
 +
<pre>apt-get update</pre>
  
<pre>wget http://pve.proxmox.com/debian/dists/lenny/pve-upgrade-1.1-to-1.4
+
If you get any errors, your sources.list (or your network) has a problem.
 +
Before you update your system, you should stop all your running VM´s.
  
chmod +x pve-upgrade-1.1-to-1.4
+
Now upgrade the packages:
 +
<pre>apt-get dist-upgrade</pre>
  
./pve-upgrade-1.1-to-1.4
+
Reboot to activate the new Kernel, to check if you got all packages, run 'pveversion -v' and compare your output (all packages should have equal or higher version numbers):
 +
<pre>pve-server:~#pveversion -v
  
</pre>
+
pve-manager: 3.0-23 (pve-manager/3.0/957f0862)
 +
running kernel: 2.6.32-22-pve
 +
proxmox-ve-2.6.32: 3.0-107
 +
pve-kernel-2.6.32-22-pve: 2.6.32-107
 +
lvm2: 2.02.95-pve3
 +
clvm: 2.02.95-pve3
 +
corosync-pve: 1.4.5-1
 +
openais-pve: 1.1.4-3
 +
libqb0: 0.11.1-2
 +
redhat-cluster-pve: 3.2.0-2
 +
resource-agents-pve: 3.9.2-4
 +
fence-agents-pve: 4.0.0-1
 +
pve-cluster: 3.0-4
 +
qemu-server: 3.0-20
 +
pve-firmware: 1.0-23
 +
libpve-common-perl: 3.0-4
 +
libpve-access-control: 3.0-4
 +
libpve-storage-perl: 3.0-8
 +
vncterm: 1.1-4
 +
vzctl: 4.0-1pve3
 +
vzprocps: 2.0.11-2
 +
vzquota: 3.1-2
 +
pve-qemu-kvm: 1.4-13
 +
ksm-control-daemon: 1.1-1
  
The script updates your system in several steps automatically to Proxmox VE 1.4. If you got any errors, correct them and run the script again.
+
pve-server:~#</pre>
  
Optional:
+
==Update a running Proxmox Virtual Environment 2.3 to 3.0==
after the successful upgrade you can purge all unnecessary package. Only do this if you have not installed any additional packages - else they will get removed. This is just to save space on the harddisk.
 
  
<pre>./pve-upgrade-1.1-to-1.4 --purge</pre>
+
See [[Upgrade from 2.3 to 3.0]]
  
Finally reboot and check if you got the latest Proxmox VE packages.
+
=Proxmox Virtual Environment 2.3 (ISO Image)=
  
Kernel version:
+
Release notes: [[Roadmap#Proxmox_VE_2.3]]
<pre>uname -a
 
  
Expected output:
+
Download the ISO image and burn it to CD-ROM or [[Install_from_USB_Stick]] and boot your server from CD-ROM or USB stick. For details see [[Quick_installation]]
2.6.24-8-pve #1 SMP PREEMPT Fri Oct 16 11:17:55 CEST 2009 x86_64 GNU/Linux</pre>
 
  
PVE Manager version:
+
* Download via http: [http://www.proxmox.com/downloads/proxmox-ve/iso-images/136-proxmox-ve-2 Proxmox VE 2.3]
<pre>pveversion -v
+
* Download via bittorrent: [http://www.proxmox.com/downloads/proxmox-ve/iso-images/137-proxmox-ve-2 Proxmox VE 2.3]
  
Expected output:
+
(MD5SUM for the ISO is e27f57028bde04b67cfb8182499124e0)
  
pve-manager: 1.4-9 (pve-manager/1.4/4390)
+
==Update a running Proxmox Virtual Environment 2.x to latest 2.3==
qemu-server: 1.1-6
 
pve-kernel: 2.6.24-16
 
pve-qemu-kvm: 0.11.0-2
 
pve-firmware: 1
 
vncterm: 0.9-2
 
vzctl: 3.0.23-1pve3
 
vzdump: 1.2-3
 
vzprocps: 2.0.11-1dso2
 
vzquota: 3.0.11-1
 
</pre>
 
  
This script is tested and working for the standard Proxmox VE 1.1 installation.
+
Check your sources.list file, should look like this:
 +
<pre>deb http://http.at.debian.org/debian squeeze main contrib
  
=Proxmox Virtual Environment 1.4 beta2=
+
# PVE packages provided by proxmox.com
 +
deb http://download.proxmox.com/debian squeeze pve
  
Release notes: [[Roadmap#Proxmox_VE_1.4_beta2]]
+
# security updates
 +
deb http://security.debian.org/ squeeze/updates main contrib</pre>
  
This is the second beta release and therefore not intended for production systems.
+
Update your repository and packages:
 +
<pre>apt-get update</pre>
  
Download the ISO image, burn it to CD-ROM and boot your server from CD-ROM. For details see [[Installation]]
+
If you get any errors, your sources.list (or your network) has a problem.
 +
Before you update your system, you should stop all your running VM´s.
  
* Download via http: [http://www.proxmox.com/cms_proxmox/cms/upload/bittorrent/proxmox-ve_1.4-4340.iso Proxmox VE 1.4 beta2]
+
Now upgrade the packages:
* Download via bittorrent: [http://www.proxmox.com/cms_proxmox/cms/upload/bittorrent/proxmox-ve_1.4-4340.iso.torrent Proxmox VE 1.4 beta2]
+
<pre>apt-get dist-upgrade</pre>
  
(MD5SUM is 57e9761172775bee6ccb32ae6528a742)
+
Reboot to activate the new Kernel, to check if you got all packages, run 'pveversion -v' and compare your output (all packages should have equal or higher version numbers):
 +
<pre>pve-server:~#pveversion -v
  
=Proxmox Virtual Environment 1.4 beta1 (ISO Image updated on 17.9.2009)=
+
pve-manager: 2.3-13 (pve-manager/2.3/7946f1f1)
 +
running kernel: 2.6.32-19-pve
 +
proxmox-ve-2.6.32: 2.3-96
 +
pve-kernel-2.6.32-19-pve: 2.6.32-96
 +
lvm2: 2.02.95-1pve2
 +
clvm: 2.02.95-1pve2
 +
corosync-pve: 1.4.4-4
 +
openais-pve: 1.1.4-2
 +
libqb: 0.10.1-2
 +
redhat-cluster-pve: 3.1.93-2
 +
resource-agents-pve: 3.9.2-3
 +
fence-agents-pve: 3.1.9-1
 +
pve-cluster: 1.0-36
 +
qemu-server: 2.3-20
 +
pve-firmware: 1.0-21
 +
libpve-common-perl: 1.0-49
 +
libpve-access-control: 1.0-26
 +
libpve-storage-perl: 2.3-7
 +
vncterm: 1.0-4
 +
vzctl: 4.0-1pve2
 +
vzprocps: 2.0.11-2
 +
vzquota: 3.1-1
 +
pve-qemu-kvm: 1.4-10
 +
ksm-control-daemon: 1.1-1
  
Release notes: [[Roadmap#Proxmox_VE_1.4_beta1]]
+
pve-server:~#</pre>
  
This is a beta release and therefore not intended for production systems.
+
=Proxmox Virtual Environment 2.2 (ISO Image)=
  
Download the ISO image, burn it to CD-ROM and boot your server from CD-ROM. For details see [[Installation]]
+
Release notes: [[Roadmap#Proxmox_VE_2.2]]
  
* Download via http: [http://www.proxmox.com/cms_proxmox/cms/upload/bittorrent/proxmox-ve_1.4-4323.iso Proxmox VE 1.4 beta1]
+
Download the ISO image and burn it to CD-ROM or [[Install_from_USB_Stick]] and boot your server from CD-ROM or USB stick. For details see [[Quick_installation]]
* Download via bittorrent: [http://www.proxmox.com/cms_proxmox/cms/upload/bittorrent/proxmox-ve_1.4-4323.iso.torrent Proxmox VE 1.4 beta1]
 
  
(MD5SUM is 26d4e456dd306b0ad5ecef897205134e)
+
* Download via http: [http://www.proxmox.com/downloads/proxmox-ve/iso-images/132-proxmox-ve-2 Proxmox VE 2.2]
 +
* Download via bittorrent: [http://www.proxmox.com/downloads/proxmox-ve/iso-images/133-proxmox-ve-2 Proxmox VE 2.2]
  
==Update a running Proxmox Virtual Environment 1.3 to 1.4beta1 or 1.4beta2==
+
(MD5SUM for the ISO is 6a4ba41035dc32da36a08ec421ea6fb2)
Change your sources.list to use the pvetest repositories:
 
  
Note: This is a beta release and therefore not intended for production systems.
+
==Update a running Proxmox Virtual Environment 2.x to latest 2.2==
  
<pre>nano /etc/apt/sources.list</pre>
+
Check your sources.list file, should look like this:
<pre>deb http://ftp.debian.org/debian lenny main contrib
+
<pre>deb http://http.at.debian.org/debian squeeze main contrib
  
 
# PVE packages provided by proxmox.com
 
# PVE packages provided by proxmox.com
deb http://download.proxmox.com/debian lenny pvetest
+
deb http://download.proxmox.com/debian squeeze pve2.2
  
 
# security updates
 
# security updates
deb http://security.debian.org/ lenny/updates main contrib</pre>
+
deb http://security.debian.org/ squeeze/updates main contrib</pre>
  
 
Update your repository and packages:
 
Update your repository and packages:
<pre>apt-get update
+
<pre>apt-get update</pre>
 +
 
 +
If you get any errors, your sources.list (or your network) has a problem.
 +
Before you update your system, you should stop all your running VM´s.
 +
 
 +
Now upgrade the packages:
 +
<pre>apt-get dist-upgrade</pre>
 +
 
 +
Reboot to activate the new Kernel, to check if you got all packages, run 'pveversion -v' and compare your output (all packages should have equal or higher version numbers):
 +
<pre>pve-server:~#pveversion -v
 +
 
 +
pve-manager: 2.2-32 (pve-manager/2.2/3089a616)
 +
running kernel: 2.6.32-17-pve
 +
proxmox-ve-2.6.32: 2.2-83
 +
pve-kernel-2.6.32-17-pve: 2.6.32-83
 +
lvm2: 2.02.95-1pve2
 +
clvm: 2.02.95-1pve2
 +
corosync-pve: 1.4.4-1
 +
openais-pve: 1.1.4-2
 +
libqb: 0.10.1-2
 +
redhat-cluster-pve: 3.1.93-2
 +
resource-agents-pve: 3.9.2-3
 +
fence-agents-pve: 3.1.9-1
 +
pve-cluster: 1.0-34
 +
qemu-server: 2.0-71
 +
pve-firmware: 1.0-21
 +
libpve-common-perl: 1.0-40
 +
libpve-access-control: 1.0-25
 +
libpve-storage-perl: 2.0-36
 +
vncterm: 1.0-3
 +
vzctl: 4.0-1pve2
 +
vzprocps: 2.0.11-2
 +
vzquota: 3.1-1
 +
pve-qemu-kvm: 1.3-10
 +
ksm-control-daemon: 1.1-1
  
apt-get dist-upgrade
+
pve-server:~#</pre>
</pre>
 
  
And finally reboot into the new Kernel.
+
=Proxmox Virtual Environment 2.1 (ISO Image)=
  
=Proxmox Virtual Environment 1.3 (ISO Image)=
+
Release notes: [[Roadmap#Proxmox_VE_2.1]]
  
Release notes: [[Roadmap#Proxmox_VE_1.3]]
+
Download the ISO image and burn it to CD-ROM or [[Install_from_USB_Stick]] and boot your server from CD-ROM or USB stick. For details see [[Quick_installation]]
  
Download the ISO image, burn it to CD-ROM and boot your server from CD-ROM. For details see [[Installation]]
+
* Download via http: [http://www.proxmox.com/downloads/proxmox-ve/iso-images/114-proxmox-ve-2 Proxmox VE 2.1]
 +
* Download via bittorrent: [http://www.proxmox.com/downloads/proxmox-ve/iso-images/115-proxmox-ve-2 Proxmox VE 2.1]
  
* Download via http: [http://www.proxmox.com/cms_proxmox/cms/upload/bittorrent/proxmox-ve_1.3-4023.iso Proxmox VE 1.3]
+
(MD5SUM for the ISO is 940919e832e64c29e67d89233a11b88b)
* Download via bittorrent: [http://www.proxmox.com/cms_proxmox/cms/upload/bittorrent/proxmox-ve_1.3-4023.iso.torrent Proxmox VE 1.3]
 
  
(MD5SUM is 6ddefdba42121ea24b4e1a3b17d93355)
+
==Update a running Proxmox Virtual Environment 2.x to latest 2.1==
  
'''Important note'''
+
Check your sources.list file, should look like this:
 +
<pre>deb http://ftp.at.debian.org/debian squeeze main contrib
  
If you run windows KVM guests your operating system will recognize some hardware changes on the first boot and windows shows a new network card in the device manager. (e.g. you need to reassign the fixed IP setup to the new network card. if you have DHCP setup there should be no issues). Under some circumstances reactivation of your windows license can be necessary.
+
# PVE packages provided by proxmox.com
 +
deb http://download.proxmox.com/debian squeeze pve2.1
  
==Update a running Proxmox Virtual Environment 1.2 to 1.3==
+
# security updates
 +
deb http://security.debian.org/ squeeze/updates main contrib</pre>
  
 
Update your repository and packages:
 
Update your repository and packages:
Line 224: Line 1,203:
 
Before you update your system, you should stop all your running VM´s.
 
Before you update your system, you should stop all your running VM´s.
  
Now you can install the new software packages (incl. Kernel):
+
Now upgrade the packages:
 
<pre>apt-get dist-upgrade</pre>
 
<pre>apt-get dist-upgrade</pre>
  
Finally reboot and check if you got the latest Proxmox VE packages:
+
Reboot to activate the new Kernel, to check if you got all packages, run 'pveversion -v' and compare your output (all packages should have equal or higher version numbers):
 +
<pre>pve-server:~#pveversion -v
 +
 
 +
pve-manager: 2.1-14 (pve-manager/2.1/f32f3f46)
 +
running kernel: 2.6.32-14-pve
 +
proxmox-ve-2.6.32: 2.1-74
 +
pve-kernel-2.6.32-14-pve: 2.6.32-74
 +
lvm2: 2.02.95-1pve2
 +
clvm: 2.02.95-1pve2
 +
corosync-pve: 1.4.3-1
 +
openais-pve: 1.1.4-2
 +
libqb: 0.10.1-2
 +
redhat-cluster-pve: 3.1.92-3
 +
resource-agents-pve: 3.9.2-3
 +
fence-agents-pve: 3.1.8-1
 +
pve-cluster: 1.0-27
 +
qemu-server: 2.0-49
 +
pve-firmware: 1.0-18
 +
libpve-common-perl: 1.0-30
 +
libpve-access-control: 1.0-24
 +
libpve-storage-perl: 2.0-31
 +
vncterm: 1.0-3
 +
vzctl: 3.0.30-2pve5
 +
vzprocps: 2.0.11-2
 +
vzquota: 3.0.12-3
 +
pve-qemu-kvm: 1.1-8
 +
ksm-control-daemon: 1.1-1
 +
 
 +
 
 +
pve-server:~#</pre>
 +
 
 +
==Update a running Proxmox Virtual Environment 1.9 to 2.x==
 +
See [[Upgrade_from_1.9_to_2.0]]
 +
 
 +
=Proxmox Virtual Environment 2.0 (ISO Image)=
 +
 
 +
Release notes: [[Roadmap#Proxmox_VE_2.0]]
 +
 
 +
Download the ISO image and burn it to CD-ROM or [[Install_from_USB_Stick]] and boot your server from CD-ROM or USB stick. For details see [[Quick_installation]]
 +
 
 +
* Download via http: [http://www.proxmox.com/downloads/proxmox-ve/iso-images/112-proxmox-ve-2 Proxmox VE 2.0]
 +
* Download via bittorrent: [http://www.proxmox.com/downloads/proxmox-ve/iso-images/113-proxmox-ve-2 Proxmox VE 2.0]
 +
 
 +
(MD5SUM for the ISO is 5c1bf16973ee06a293be2bd2b2c648fa)
 +
 
 +
==Update a running Proxmox Virtual Environment to 2.0==
 +
See [[Upgrade_from_1.9_to_2.0]]
 +
 
 +
=Proxmox Virtual Environment 1.9 (ISO Image)=
 +
 
 +
Release notes: [[Roadmap#Proxmox_VE_1.9]]
 +
 
 +
Download the ISO image and burn it to CD-ROM and boot your server from CD-ROM. For details see [[Installation]]
 +
 
 +
* Download via http: [http://www.proxmox.com/downloads/proxmox-ve/iso-images/98-proxmox-ve-1 Proxmox VE 1.9]
 +
* Download via bittorrent: [http://www.proxmox.com/downloads/proxmox-ve/iso-images/99-proxmox-ve-1 Proxmox VE 1.9]
 +
 
 +
(MD5SUM for the ISO is 910f69b2ab450a304a4bae835ffa858e)
 +
 
 +
==Update a running Proxmox Virtual Environment to 1.9==
  
Kernel version:
+
Check your sources.list file, should look like this:
<pre>uname -a
+
<pre>deb http://ftp.debian.org/debian lenny main contrib
 +
# PVE packages provided by proxmox.com
 +
deb http://download.proxmox.com/debian lenny pve
 +
# security updates
 +
deb http://security.debian.org/ lenny/updates main contrib</pre>
  
Expected output:
+
Update your repository and packages:
 +
<pre>aptitude update</pre>
  
... 2.6.24-7-pve #1 SMP PREEMPT Tue Jun 2 08:00:29 CEST 2009 x86_64 GNU/Linux</pre>
+
If you get any errors, your sources.list (or your network) has a problem.
 +
Before you update your system, you should stop all your running VM´s.
  
PVE Manager version:
+
Now upgrade the packages:
<pre>pveversion -v
+
<pre>aptitude full-upgrade</pre>
 +
 
 +
Choose your preferred Proxmox VE kernel branch, see [[Proxmox_VE_Kernel]]
 +
If you want to switch to the 2.6.32 kernel branch just install the Proxmox VE virtual package for 2.6.32:
 +
<pre>aptitude install proxmox-ve-2.6.32</pre>
  
Expected output:  
+
Reboot to activate the new Kernel, to check if you got all packages, run 'pveversion -v' and compare your output (all packages should have equal or higher version numbers):
 +
<pre>pve-server:~#pveversion -v
  
pve-manager: 1.3-1 (pve-manager/1.3/4023)
+
pve-manager: 1.9-26 (pve-manager/1.9/6567)
qemu-server: 1.0-14
+
running kernel: 2.6.32-7-pve
pve-kernel: 2.6.24-8
+
proxmox-ve-2.6.32: 1.9-55+ovzfix-2
pve-kvm: 86-1
+
pve-kernel-2.6.32-7-pve: 2.6.32-55+ovzfix-2
pve-firmware: 1
+
qemu-server: 1.1-32
 +
pve-firmware: 1.0-15
 +
libpve-storage-perl: 1.0-19
 
vncterm: 0.9-2
 
vncterm: 0.9-2
vzctl: 3.0.23-1pve3
+
vzctl: 3.0.29-3pve1
vzdump: 1.1-2
+
vzdump: 1.2-16
vzprocps: 2.0.11-1dso2
+
vzprocps: 2.0.11-2
 
vzquota: 3.0.11-1
 
vzquota: 3.0.11-1
</pre>
+
pve-qemu-kvm: 0.15.0-2
 +
ksm-control-daemon: 1.0-6
 +
 
 +
pve-server:~#</pre>
 +
 
 +
=Proxmox Virtual Environment 1.8 (ISO Image)=
 +
 
 +
Release notes: [[Roadmap#Proxmox_VE_1.8]]
  
 +
Download the ISO image and burn it to CD-ROM and boot your server from CD-ROM. For details see [[Installation]]
  
=Proxmox Virtual Environment 1.2 (ISO Image)=
+
* Download via http: [http://www.proxmox.com/downloads/proxmox-ve/iso-images/89-proxmox-ve-1 Proxmox VE 1.8]
 +
* Download via bittorrent: [http://www.proxmox.com/downloads/proxmox-ve/iso-images/90-proxmox-ve-1 Proxmox VE 1.8]
  
Release notes: [[Roadmap#Proxmox_VE_1.2]]
+
(MD5SUM for the ISO is 82f2dbab4ca5e467278e0717ed7c861f)
  
Download the ISO image, burn it to CD-ROM and boot your server from CD-ROM. For details see [[Installation]]
+
==Update a running Proxmox Virtual Environment to 1.8==
  
* Download via http: [http://www.proxmox.com/cms_proxmox/cms/upload/bittorrent/proxmox-ve_1.2-3982.iso Proxmox VE 1.2]
+
Check your sources.list file, should look like this:
* Download via bittorrent: [http://www.proxmox.com/cms_proxmox/cms/upload/bittorrent/proxmox-ve_1.2-3982.iso.torrent Proxmox VE 1.2]
+
<pre>deb http://ftp.debian.org/debian lenny main contrib
 +
# PVE packages provided by proxmox.com
 +
deb http://download.proxmox.com/debian lenny pve
 +
# security updates
 +
deb http://security.debian.org/ lenny/updates main contrib</pre>
  
(MD5SUM is 005e9c0297ff1eb21e37c33c51ba6c7e)
+
Update your repository and packages:
 +
<pre>aptitude update</pre>
  
==Update a running Proxmox Virtual Environment 1.1 to 1.2==
+
If you get any errors, your sources.list (or your network) has a problem.
Proxmox VE 1.2 is the first release based on Debian Lenny. Therefore the update is a major distribution upgrade (about 200 mb) and you should take some basic steps:
+
Before you update your system, you should stop all your running VM´s.
*make sure you have a working backup of your virtual machines (see [[Backup - Restore - Live Migration]])
 
*its recommended to stop all running virtual machines before executing the update script
 
  
Note: If you got a custom installation (e.g. from your hosting provider like [http://www.ovh.com OVH]) you should contact your provider for update instructions.
+
Now upgrade the packages:
For OVH, see these [http://travaux.ovh.net/?do=details&id=3077 additional update instructions].
+
<pre>aptitude safe-upgrade</pre>
  
'''To perform the update, please log in via ssh or via console:'''
+
Choose your preferred Proxmox VE kernel branch, see [[Proxmox_VE_Kernel]]
 +
If you want to switch to the 2.6.32 kernel branch just install the Proxmox VE virtual package for 2.6.32:
 +
<pre>aptitude install proxmox-ve-2.6.32</pre>
  
<pre>wget http://pve.proxmox.com/debian/dists/lenny/pve-upgrade-1.1-to-1.2
+
Reboot to activate the new Kernel, to check if you got all packages, run 'pveversion -v' and compare your output (all packages should have equal or higher version numbers):
 +
<pre>pve-server:~# pveversion -v
 +
pve-manager: 1.8-18 (pve-manager/1.8/6070)
 +
running kernel: 2.6.32-4-pve
 +
proxmox-ve-2.6.32: 1.8-33
 +
pve-kernel-2.6.32-4-pve: 2.6.32-33
 +
qemu-server: 1.1-30
 +
pve-firmware: 1.0-11
 +
libpve-storage-perl: 1.0-17
 +
vncterm: 0.9-2
 +
vzctl: 3.0.27-1pve1
 +
vzdump: 1.2-13
 +
vzprocps: 2.0.11-2
 +
vzquota: 3.0.11-1
 +
pve-qemu-kvm: 0.14.1-1
 +
ksm-control-daemon: 1.0-6
 +
pve-server:~#</pre>
  
chmod +x pve-upgrade-1.1-to-1.2
+
=Proxmox Virtual Environment 1.7 (ISO Image)=
  
./pve-upgrade-1.1-to-1.2
+
Release notes: [[Roadmap#Proxmox_VE_1.7]]
  
</pre>
+
Download the ISO image and burn it to CD-ROM and boot your server from CD-ROM. For details see [[Installation]]
  
The script updates your system in several steps automatically to Proxmox VE 1.2. If you got any errors, correct them and run the script again.
+
* Download via http: [http://www.proxmox.com/downloads/proxmox-ve/iso-images/83-proxmox-ve-1 Proxmox VE 1.7]
 +
* Download via bittorrent: [http://www.proxmox.com/downloads/proxmox-ve/iso-images/84-proxmox-ve-1 Proxmox VE 1.7]
  
Optional:
+
(MD5SUM for the ISO is 5d9d02499c96f89fd93e58cf010e4282)
after the successful upgrade you can purge all unnecessary package. Only do this if you have not installed any additional packages - else they will get removed. This is just to save space on the harddisk.
 
  
<pre>./pve-upgrade-1.1-to-1.2 --purge</pre>
+
==Update a running Proxmox Virtual Environment to 1.7==
  
Finally reboot and check if you got the latest Proxmox VE packages.
+
Check your sources.list file, should look like this:
 +
<pre>deb http://ftp.debian.org/debian lenny main contrib
 +
# PVE packages provided by proxmox.com
 +
deb http://download.proxmox.com/debian lenny pve
 +
# security updates
 +
deb http://security.debian.org/ lenny/updates main contrib</pre>
  
Kernel version:
+
Update your repository and packages:
<pre>uname -a
+
<pre>aptitude update</pre>
  
Expected output:
+
If you get any errors, your sources.list (or your network) has a problem.
2.6.24-5-pve #1 SMP PREEMPT Tue May 12 09:01:17 CEST 2009 x86_64 GNU/Linux</pre>
+
Before you update your system, you should stop all your running VM´s.
  
PVE Manager version:
+
Now upgrade the packages:
<pre>pveversion -v
+
<pre>aptitude safe-upgrade</pre>
  
Expected output:
+
If you want to switch to the 2.6.32 kernel branch just install the Proxmox VE virtual package for 2.6.32:
 +
<pre>aptitude install proxmox-ve-2.6.32</pre>
  
pve-manager: 1.2-1 (pve-manager/1.2/3982)
+
Reboot to activate the new Kernel, to check if you got all packages, run 'pveversion -v' and compare your output (all packages should have equal or higher version numbers):
qemu-server: 1.0-12
+
<pre>pve-server:~# pveversion -v
pve-kernel: 2.6.24-6
+
pve-manager: 1.7-10 (pve-manager/1.7/5323)
pve-kvm: 85-1
+
running kernel: 2.6.32-4-pve
pve-firmware: 1
+
proxmox-ve-2.6.32: 1.7-30
 +
pve-kernel-2.6.32-4-pve: 2.6.32-30
 +
qemu-server: 1.1-28
 +
pve-firmware: 1.0-10
 +
libpve-storage-perl: 1.0-16
 
vncterm: 0.9-2
 
vncterm: 0.9-2
vzctl: 3.0.23-1pve3
+
vzctl: 3.0.24-1pve4
vzdump: 1.1-1
+
vzdump: 1.2-10
 
vzprocps: 2.0.11-1dso2
 
vzprocps: 2.0.11-1dso2
 
vzquota: 3.0.11-1
 
vzquota: 3.0.11-1
</pre>
+
pve-qemu-kvm: 0.13.0-3
 +
ksm-control-daemon: 1.0-4
 +
 
 +
pve-server:~#</pre>
  
This script is tested and working for the standard Proxmox VE 1.1 installation.
+
=Proxmox Virtual Environment 1.6 (ISO Image updated on 18.10.2010)=
  
=Proxmox Virtual Environment 1.1 (ISO Image)=
+
Release notes: [[Roadmap#Proxmox_VE_1.6_.28updated.29_-_ISO_Installer_with_2.6.32_Kernel_with_OpenVZ_including_KVM_0.12.5]]
  
Release notes: [[Roadmap#Proxmox_VE_1.1]]
+
Download the ISO image (Note: update to the ISO on 18.10.2010) burn it to CD-ROM and boot your server from CD-ROM. For details see [[Installation]]
  
Download the ISO image, burn it to CD-ROM and boot your server from CD-ROM. For details see [[Installation]]  
+
* Download via http: [http://www.proxmox.com/downloads/proxmox-ve/iso-images/81-proxmox-ve-1 Proxmox VE 1.6]
 +
* Download via bittorrent: [http://www.proxmox.com/downloads/proxmox-ve/iso-images/82-proxmox-ve-1 Proxmox VE 1.6]
  
* Download via http: [http://www.proxmox.com/cms_proxmox/cms/upload/bittorrent/proxmox-ve_1.1-3664.iso Proxmox VE 1.1]
+
(MD5SUM for the ISO is  83be9d05f7bf8f2f438659f2ec891e56)
* Download via bittorrent: [http://www.proxmox.com/cms_proxmox/cms/upload/bittorrent/proxmox-ve_1.1-3664.iso.torrent Proxmox VE 1.1]
 
  
(MD5SUM is 5d2962db353716415fb07067d61f90bc)
+
'''Important note'''
  
==Update a running Proxmox Virtual Environment V 1.x to the latest version==
+
If you run windows KVM guests your operating system will recognize some hardware changes on the first boot. Under some circumstances reactivation of your windows license can be necessary.
These instructions should be used for all standard Proxmox VE 1.x installations.  
 
  
Note: If you got a custom installation (e.g. from your hosting provider like [http://www.ovh.com OVH]) you should contact your provider for update instructions.
+
=Proxmox VE 1.5 - New Kernel 2.6.24 and 2.6.32 (17.5.2010)=
  
 +
Release notes: [[Roadmap#Proxmox_VE_1.5_-_New_Kernel_2.6.24_and_2.6.32.2C_including_KVM_0.12.4_and_gPXE]]
  
 +
==Update a running Proxmox Virtual Environment 1.5==
 
Update your repository and packages:
 
Update your repository and packages:
<pre>apt-get update</pre>
+
<pre>aptitude update</pre>
  
 
If you get any errors, your sources.list (or your network) has a problem.
 
If you get any errors, your sources.list (or your network) has a problem.
 
Before you update your system, you should stop all your running VM´s.
 
Before you update your system, you should stop all your running VM´s.
  
Now you can install the new software packages (incl. Kernel):
+
Now you can install the new Proxmox VE virtual package:
<pre>apt-get dist-upgrade</pre>
+
<pre>aptitude upgrade && aptitude install proxmox-ve-2.6.32</pre>
 +
(alternative: proxmox-ve-2.6.24)
 +
 
 +
=Proxmox Virtual Environment 1.5 (ISO Image) - updated on 3.2.2010=
 +
 
 +
Release notes: [[Roadmap#Proxmox_VE_1.5]]
 +
 
 +
Download the ISO image, burn it to CD-ROM and boot your server from CD-ROM. For details see [[Installation]]
 +
 
 +
* Download via http: [http://www.proxmox.com/downloads/proxmox-ve/iso-images/37-proxmox-ve-1 Proxmox VE 1.5]
 +
* Download via bittorrent: [http://www.proxmox.com/downloads/proxmox-ve/iso-images/39-proxmox-ve-1 Proxmox VE 1.5]
 +
 
 +
(MD5SUM for the ISO is 9f886782022b3408a625cb35ea34bab2)
 +
 
 +
==Update a running Proxmox Virtual Environment 1.x to 1.5==
 +
Check your sources.list file:
 +
 
 +
<pre>nano /etc/apt/sources.list</pre>
 +
 
 +
'''Note:'''
 +
If you still run a Debian Etch based system (0.9, 1.0 or 1.1) think of a re-installation or do a dist-upgrade.
 +
 
 +
<pre>deb http://ftp.debian.org/debian lenny main contrib
 +
# PVE packages provided by proxmox.com
 +
deb http://download.proxmox.com/debian lenny pve
 +
# security updates
 +
deb http://security.debian.org/ lenny/updates main contrib</pre>
  
Finally reboot and check if you got the latest Proxmox VE packages:
+
Update your repository and packages:
 +
<pre>aptitude update</pre>
  
Kernel version:
+
If you get any errors, your sources.list (or your network) has a problem.
<pre>uname -a
+
Before you update your system, you should stop all your running VM´s.
  
Expected output:  
+
Now you can install the new Proxmox VE virtual package:
2.6.24-2-pve #1 SMP PREEMPT Wed Jan 14 11:32:49 CET 2009 x86_64 GNU/Linux</pre>
+
<pre>aptitude upgrade && aptitude install proxmox-ve-2.6.18</pre>
 +
(alternative: proxmox-ve-2.6.24 or proxmox-ve-2.6.32)
 +
 
 +
Now, check the bootloader grub to make sure that the system boots the right kernel.
 +
<pre>nano /boot/grub/menu.lst</pre>
 +
 
 +
Finally reboot into your new kernel and check if you got the latest Proxmox VE packages with 'pveversion -v':
  
PVE Manager version:
 
 
<pre>pveversion -v
 
<pre>pveversion -v
  
Expected output:  
+
pve-manager: 1.5-7 (pve-manager/1.5/4660)
 +
running kernel: 2.6.18-2-pve
 +
proxmox-ve-2.6.18: 1.5-5
 +
pve-kernel-2.6.18-2-pve: 2.6.18-5
 +
qemu-server: 1.1-11
 +
pve-firmware: 1.0-3
 +
libpve-storage-perl: 1.0-10
 +
vncterm: 0.9-2
 +
vzctl: 3.0.23-1pve8
 +
vzdump: 1.2-5
 +
vzprocps: 2.0.11-1dso2
 +
vzquota: 3.0.11-1
 +
pve-qemu-kvm-2.6.18: 0.9.1-5</pre>
 +
 
 +
=Proxmox Virtual Environment 1.4 (ISO Image)=
 +
 
 +
Release notes: [[Roadmap#Proxmox_VE_1.4]]
 +
 
 +
Download the ISO image, burn it to CD-ROM and boot your server from CD-ROM. For details see [[Installation]]
 +
 
 +
* Download via http: [http://www.proxmox.com/downloads/proxmox-ve/iso-images/36-proxmox-ve-1 Proxmox VE 1.4]
 +
 
 +
(MD5SUM for the ISO is 0bef854dcca1718f73ff64e383df280a)
  
pve-manager: 1.1-1 (pve-manager/1.1/3675)
+
=Proxmox Virtual Environment 1.4 beta2=
qemu-server: 1.0-7
 
pve-kernel: 2.6.24-5
 
pve-kvm: 83-1
 
pve-firmware: 1
 
vncterm: 0.9-1
 
vzctl: 3.0.23-1pve1
 
vzdump: 1.1-1
 
vzprocps: 2.0.11-1dso2
 
vzquota: 3.0.11-1dso1
 
</pre>
 
  
Note: If you start existing Windows KVM VM´s, the Windows OS finds some new hardware pieces and install automatically new driver - and needs a reboot then.
+
Release notes: [[Roadmap#Proxmox_VE_1.4_beta2]]
  
=Proxmox Virtual Environment 1.0 (ISO Image)=
+
This is the second beta release and therefore not intended for production systems.
  
Release notes: [[Roadmap#Proxmox_VE_1.0]]
+
Download the ISO image, burn it to CD-ROM and boot your server from CD-ROM. For details see [[Installation]]
  
Download the ISO image, burn it to CD-ROM and boot your server from CD-ROM. For details see [[Installation]]
+
* no download, outdated
  
* Download via http: [http://www.proxmox.com/cms_proxmox/cms/upload/bittorrent/proxmox-ve_1.0-3427.iso Proxmox VE 1.0]
+
=Proxmox Virtual Environment 1.4 beta1 (ISO Image updated on 17.9.2009)=
* Download via bittorrent: [http://www.proxmox.com/cms_proxmox/cms/upload/bittorrent/proxmox-ve_1.0-3427.iso.torrent Proxmox VE 1.0]
 
  
(MD5SUM is fdd5b603d3e9558f125edfc55dcfb3ef)
+
Release notes: [[Roadmap#Proxmox_VE_1.4_beta1]]
  
=Update a running Proxmox Virtual Environment V0.9beta2=
+
This is a beta release and therefore not intended for production systems.
These instructions should be used for all standard Proxmox VE 0.9beta2 installations.  
 
  
Note: If you still run 0.9, please stop all running VM and remove the following package before proceeding.
+
Download the ISO image, burn it to CD-ROM and boot your server from CD-ROM. For details see [[Installation]]
  
<pre>dpkg -r pve-kvm-2.6.24</pre>
+
* no download, outdated
  
Note: If you got a custom installation (e.g. from your hosting provider like [http://www.ovh.com OVH]) you should contact your provider for update instructions.
+
=Proxmox Virtual Environment 1.3 (ISO Image)=
  
==Review and correct the sources.list==
+
Release notes: [[Roadmap#Proxmox_VE_1.3]]
We changed the repositories so you need to correct your list.
 
<pre>nano /etc/apt/sources.list</pre>
 
<pre>deb http://ftp.debian.org/debian etch main
 
  
# PVE packages provided by proxmox.com
+
Download the ISO image, burn it to CD-ROM and boot your server from CD-ROM. For details see [[Installation]]
deb http://download.proxmox.com/debian etch pve
 
  
# security updates
+
* Download via http: [http://www.proxmox.com/downloads/proxmox-ve/iso-images/28-proxmox-ve-1 Proxmox VE 1.3]
deb http://security.debian.org/ etch/updates main</pre>
 
  
Add the Proxmox VE repository key:
+
(MD5SUM is 6ddefdba42121ea24b4e1a3b17d93355)
<pre>wget -O- "http://download.proxmox.com/debian/key.asc" | apt-key add -</pre>
 
  
==Update your repository and install the new packages==
+
'''Important note'''
<pre>apt-get update</pre>
 
  
If you get any errors, your sources.list (or your network) has a problem.
+
If you run windows KVM guests your operating system will recognize some hardware changes on the first boot and windows shows a new network card in the device manager. (e.g. you need to reassign the fixed IP setup to the new network card. if you have DHCP setup there should be no issues). Under some circumstances reactivation of your windows license can be necessary.
  
Before you update your system, you should stop all your running VM´s.
+
=Proxmox Virtual Environment 1.2 (ISO Image)=
<pre>apt-get dist-upgrade</pre>
 
  
Update the list of Virtual Appliances:
+
Release notes: [[Roadmap#Proxmox_VE_1.2]]
<pre>pveam update</pre>
 
  
We changed the boot loader from lilo to grub, so you need to install grub:
+
Download the ISO image, burn it to CD-ROM and boot your server from CD-ROM. For details see [[Installation]]
<pre>mkdir /boot/grub
 
  
apt-get install grub</pre>
+
* no download, outdated
  
Now you can install the new Kernel:
+
=Proxmox Virtual Environment 1.1 (ISO Image)=
<pre>apt-get install proxmox-ve pve-kernel</pre>
 
  
Install grub into the MBR to use the new Kernel:
+
Release notes: [[Roadmap#Proxmox_VE_1.1]]
<pre>grub-install hd0</pre>
 
  
Finally reboot and check if you got the latest Proxmox VE packages:
+
Download the ISO image, burn it to CD-ROM and boot your server from CD-ROM. For details see [[Installation]]
  
Kernel version:
+
* no download, outdated
<pre>uname -a
 
  
Expected output: 2.6.24-1-pve #1 SMP PREEMPT Fri Oct 24 11:34:13 CEST 2008 x86_64 GNU/Linux (or newer)</pre>
+
=Proxmox Virtual Environment 1.0 (ISO Image)=
  
PVE Manager version:
+
Release notes: [[Roadmap#Proxmox_VE_1.0]]
<pre>pveversion -v
 
  
Expected output:
+
Download the ISO image, burn it to CD-ROM and boot your server from CD-ROM. For details see [[Installation]]
  
pve-manager: 1.0-2 (pve-manager/1.0/3399)
+
* no download, outdated
qemu-server: 1.0-1
 
pve-kernel: 2.6.24-4
 
pve-kvm: 75-1
 
pve-firmware: 1
 
vncterm: 0.9-1
 
vzctl: 3.0.22-3pve3
 
vzdump: 1.1-1
 
vzprocps: 2.0.11-1dso2
 
vzquota: 3.0.11-1dso1</pre>
 
  
Configure your Proxmox VE via the [[Central Web-based Management]]
 
*Set the administrator email address
 
*Download the new [[:Category: Virtual Appliances|Virtual Appliances]]
 
 
[[Category: HOWTO]][[Category: Installation]]
 
[[Category: HOWTO]][[Category: Installation]]

Revision as of 11:59, 18 March 2019

Proxmox Virtual Environment 5.3 (ISO Image)

Release notes: Roadmap#Proxmox_VE_5.3

Download the ISO image and burn it to CD-ROM or Install_from_USB_Stick and boot your server from CD-ROM or USB stick. For details see Quick_installation

Update a running Proxmox Virtual Environment 5.x to latest 5.3

Here is the howto for the CLI:

Check your sources.list file, should look like this:

deb http://ftp.at.debian.org/debian stretch main contrib

deb http://ftp.at.debian.org/debian stretch-updates main contrib

# security updates
deb http://security.debian.org stretch/updates main contrib

The enterprise repository:

cat /etc/apt/sources.list.d/pve-enterprise.list
deb https://enterprise.proxmox.com/debian/pve stretch pve-enterprise

Update your repository and packages:

apt update

If you get any errors, your sources.list (or your network) has a problem.

Now upgrade the packages:

apt dist-upgrade

Reboot to activate the new Kernel, to check if you got all packages, run 'pveversion -v' and compare your output (all packages should have equal or higher version numbers):

pve-server:~# pveversion -v

proxmox-ve: 5.3-1 (running kernel: 4.15.18-11-pve)
pve-manager: 5.3-11 (running version: 5.3-11/d4907f84)
pve-kernel-4.15: 5.3-2
pve-kernel-4.15.18-11-pve: 4.15.18-34
corosync: 2.4.4-pve1
criu: 2.11.1-1~bpo90
glusterfs-client: 3.8.8-1
ksm-control-daemon: 1.2-2
libjs-extjs: 6.0.1-2
libpve-access-control: 5.1-3
libpve-apiclient-perl: 2.0-5
libpve-common-perl: 5.0-47
libpve-guest-common-perl: 2.0-20
libpve-http-server-perl: 2.0-12
libpve-storage-perl: 5.0-39
libqb0: 1.0.3-1~bpo9
lvm2: 2.02.168-pve6
lxc-pve: 3.1.0-3
lxcfs: 3.0.3-pve1
novnc-pve: 1.0.0-3
proxmox-widget-toolkit: 1.0-23
pve-cluster: 5.0-33
pve-container: 2.0-35
pve-docs: 5.3-3
pve-edk2-firmware: 1.20181023-1
pve-firewall: 3.0-18
pve-firmware: 2.0-6
pve-ha-manager: 2.0-8
pve-i18n: 1.0-9
pve-libspice-server1: 0.14.1-2
pve-qemu-kvm: 2.12.1-2
pve-xtermjs: 3.10.1-2
qemu-server: 5.0-47
smartmontools: 6.5+svn4324-1
spiceterm: 3.0-5
vncterm: 1.5-3
zfsutils-linux: 0.7.12-pve1~bpo1

pve-server:~#

Important Note

If you already use your Proxmox VE Subscription Key, access to the Enterprise repository works out of the box. For more details about the Proxmox VE repositories, see Package repositories

Proxmox Virtual Environment 5.2 (ISO Image)

Release notes: Roadmap#Proxmox_VE_5.2

Download the ISO image and burn it to CD-ROM or Install_from_USB_Stick and boot your server from CD-ROM or USB stick. For details see Quick_installation

Update a running Proxmox Virtual Environment 5.x to latest 5.2

Here is the howto for the CLI:

Check your sources.list file, should look like this:

deb http://ftp.at.debian.org/debian stretch main contrib

deb http://ftp.at.debian.org/debian stretch-updates main contrib

# security updates
deb http://security.debian.org stretch/updates main contrib

The enterprise repository:

cat /etc/apt/sources.list.d/pve-enterprise.list
deb https://enterprise.proxmox.com/debian/pve stretch pve-enterprise

Update your repository and packages:

apt update

If you get any errors, your sources.list (or your network) has a problem.

Now upgrade the packages:

apt dist-upgrade

Reboot to activate the new Kernel, to check if you got all packages, run 'pveversion -v' and compare your output (all packages should have equal or higher version numbers):

pve-server:~# pveversion -v

proxmox-ve: 5.2-2 (running kernel: 4.15.18-9-pve)
pve-manager: 5.2-11 (running version: 5.2-11/13c2da63)
pve-kernel-4.15: 5.2-12
pve-kernel-4.15.18-9-pve: 4.15.18-30
corosync: 2.4.4-pve1
criu: 2.11.1-1~bpo90
glusterfs-client: 3.8.8-1
ksm-control-daemon: 1.2-2
libjs-extjs: 6.0.1-2
libpve-access-control: 5.0-8
libpve-apiclient-perl: 2.0-5
libpve-common-perl: 5.0-41
libpve-guest-common-perl: 2.0-18
libpve-http-server-perl: 2.0-11
libpve-storage-perl: 5.0-30
libqb0: 1.0.3-1~bpo9
lvm2: 2.02.168-pve6
lxc-pve: 3.0.2+pve1-3
lxcfs: 3.0.2-2
novnc-pve: 1.0.0-2
proxmox-widget-toolkit: 1.0-20
pve-cluster: 5.0-30
pve-container: 2.0-29
pve-docs: 5.2-10
pve-edk2-firmware: 1.20181023-1
pve-firewall: 3.0-14
pve-firmware: 2.0-6
pve-ha-manager: 2.0-5
pve-i18n: 1.0-6
pve-libspice-server1: 0.14.1-1
pve-qemu-kvm: 2.12.1-1
pve-xtermjs: 1.0-5
qemu-server: 5.0-40
smartmontools: 6.5+svn4324-1
spiceterm: 3.0-5
vncterm: 1.5-3
zfsutils-linux: 0.7.12-pve1~bpo1

pve-server:~#

Important Note

If you already use your Proxmox VE Subscription Key, access to the Enterprise repository works out of the box. For more details about the Proxmox VE repositories, see Package repositories

Proxmox Virtual Environment 5.1 (ISO Image)

Release notes: Roadmap#Proxmox_VE_5.1

Download the ISO image and burn it to CD-ROM or Install_from_USB_Stick and boot your server from CD-ROM or USB stick. For details see Quick_installation

Update a running Proxmox Virtual Environment 5.x to latest 5.1

Here is the howto for the CLI:

Check your sources.list file, should look like this:

deb http://ftp.at.debian.org/debian stretch main contrib

# security updates
deb http://security.debian.org stretch/updates main contrib

The enterprise repository:

cat /etc/apt/sources.list.d/pve-enterprise.list
deb https://enterprise.proxmox.com/debian/pve stretch pve-enterprise

Update your repository and packages:

apt update

If you get any errors, your sources.list (or your network) has a problem.

Now upgrade the packages:

apt dist-upgrade

Reboot to activate the new Kernel, to check if you got all packages, run 'pveversion -v' and compare your output (all packages should have equal or higher version numbers):

pve-server:~# pveversion -v

proxmox-ve: 5.1-42 (running kernel: 4.13.16-2-pve)
pve-manager: 5.1-51 (running version: 5.1-51/96be5354)
pve-kernel-4.13: 5.1-44
pve-kernel-4.13.16-2-pve: 4.13.16-47
corosync: 2.4.2-pve4
criu: 2.11.1-1~bpo90
glusterfs-client: 3.8.8-1
ksm-control-daemon: 1.2-2
libjs-extjs: 6.0.1-2
libpve-access-control: 5.0-8
libpve-apiclient-perl: 2.0-4
libpve-common-perl: 5.0-30
libpve-guest-common-perl: 2.0-14
libpve-http-server-perl: 2.0-8
libpve-storage-perl: 5.0-18
libqb0: 1.0.1-1
lvm2: 2.02.168-pve6
lxc-pve: 3.0.0-2
lxcfs: 3.0.0-1
novnc-pve: 0.6-4
proxmox-widget-toolkit: 1.0-15
pve-cluster: 5.0-25
pve-container: 2.0-21
pve-docs: 5.1-17
pve-firewall: 3.0-8
pve-firmware: 2.0-4
pve-ha-manager: 2.0-5
pve-i18n: 1.0-4
pve-libspice-server1: 0.12.8-3
pve-qemu-kvm: 2.11.1-5
pve-xtermjs: 1.0-2
qemu-server: 5.0-25
smartmontools: 6.5+svn4324-1
spiceterm: 3.0-5
vncterm: 1.5-3
zfsutils-linux: 0.7.7-pve1~bpo9

pve-server:~#

Important Note

If you already use your Proxmox VE Subscription Key, access to the Enterprise repository works out of the box. For more details about the Proxmox VE repositories, see Package repositories

Proxmox Virtual Environment 5.0 (ISO Image)

Release notes: Roadmap#Proxmox_VE_5.0

Download the ISO image and burn it to CD-ROM or Install_from_USB_Stick and boot your server from CD-ROM or USB stick. For details see Quick_installation

Update a running Proxmox Virtual Environment 5.x to latest 5.0

Here is the howto for the CLI:

Check your sources.list file, should look like this:

deb http://ftp.at.debian.org/debian stretch main contrib

# security updates
deb http://security.debian.org stretch/updates main contrib

The enterprise repository:

cat /etc/apt/sources.list.d/pve-enterprise.list
deb https://enterprise.proxmox.com/debian/pve stretch pve-enterprise

Update your repository and packages:

apt update

If you get any errors, your sources.list (or your network) has a problem.

Now upgrade the packages:

apt dist-upgrade

Reboot to activate the new Kernel, to check if you got all packages, run 'pveversion -v' and compare your output (all packages should have equal or higher version numbers):

pve-server:~# pveversion -v

proxmox-ve: 5.0-24 (running kernel: 4.10.17-4-pve)
pve-manager: 5.0-32 (running version: 5.0-32/2560e073)
pve-kernel-4.10.17-4-pve: 4.10.17-24
libpve-http-server-perl: 2.0-6
lvm2: 2.02.168-pve3
corosync: 2.4.2-pve3
libqb0: 1.0.1-1
pve-cluster: 5.0-14
qemu-server: 5.0-15
pve-firmware: 2.0-2
libpve-common-perl: 5.0-18
libpve-guest-common-perl: 2.0-12
libpve-access-control: 5.0-6
libpve-storage-perl: 5.0-15
pve-libspice-server1: 0.12.8-3
vncterm: 1.5-2
pve-docs: 5.0-9
pve-qemu-kvm: 2.9.1-1
pve-container: 2.0-16
pve-firewall: 3.0-3
pve-ha-manager: 2.0-2
ksm-control-daemon: 1.2-2
glusterfs-client: 3.8.8-1
lxc-pve: 2.1.0-2
lxcfs: 2.0.7-pve4
criu: 2.11.1-1~bpo90
novnc-pve: 0.6-4
smartmontools: 6.5+svn4324-1
zfsutils-linux: 0.6.5.11-pve18~bpo90

pve-server:~#

Important Note

If you already use your Proxmox VE Subscription Key, access to the Enterprise repository works out of the box. For more details about the Proxmox VE repositories, see Package repositories

Proxmox Virtual Environment 5.0 beta2 (ISO Image)

Release notes: Roadmap#Proxmox_VE_5.0_beta2

Download the ISO image and burn it to CD-ROM or Install_from_USB_Stick and boot your server from CD-ROM or USB stick. For details see Quick_installation

Proxmox Virtual Environment 5.0 beta1 (ISO Image)

Release notes: Roadmap#Proxmox_VE_5.0_beta1

Download the ISO image and burn it to CD-ROM or Install_from_USB_Stick and boot your server from CD-ROM or USB stick. For details see Quick_installation

Update a running Proxmox Virtual Environment 5.x beta to latest 5.x beta

Here is the howto for the CLI:

Check your sources.list file, should look like this:

deb http://ftp.at.debian.org/debian stretch main contrib

# security updates
deb http://security.debian.org stretch/updates main contrib

The beta repository:

cat /etc/apt/sources.list.d/pve-test.list
deb http://download.proxmox.com/debian stretch pvetest

Update your repository and packages:

apt update

If you get any errors, your sources.list (or your network) has a problem.

Now upgrade the packages:

apt dist-upgrade

Reboot to activate the new Kernel, to check if you got all packages, run 'pveversion -v' and compare your output (all packages should have equal or higher version numbers):

pve-server:~# pveversion -v

proxmox-ve: 5.0-9 (running kernel: 4.10.11-1-pve)
pve-manager: 5.0-10 (running version: 5.0-10/0d270679)
pve-kernel-4.10.11-1-pve: 4.10.11-9
libpve-http-server-perl: 2.0-4
lvm2: 2.02.168-pve2
corosync: 2.4.2-pve2
libqb0: 1.0.1-1
pve-cluster: 5.0-7
qemu-server: 5.0-4
pve-firmware: 2.0-2
libpve-common-perl: 5.0-12
libpve-guest-common-perl: 2.0-1
libpve-access-control: 5.0-4
libpve-storage-perl: 5.0-3
pve-libspice-server1: 0.12.8-3
vncterm: 1.4-1
pve-docs: 5.0-1
pve-qemu-kvm: 2.9.0-1
pve-container: 2.0-6
pve-firewall: 3.0-1
pve-ha-manager: 2.0-1
ksm-control-daemon: 1.2-2
glusterfs-client: 3.8.8-1
lxc-pve: 2.0.8-1
lxcfs: 2.0.7-pve1
criu: 2.11.1-1~bpo90
novnc-pve: 0.5-9
smartmontools: 6.5+svn4324-1
zfsutils-linux: 0.6.5.9-pve16~bpo90

pve-server:~#

Proxmox Virtual Environment 4.4 (ISO Image)

Release notes: Roadmap#Proxmox_VE_4.4

Download the ISO image and burn it to CD-ROM or Install_from_USB_Stick and boot your server from CD-ROM or USB stick. For details see Quick_installation

Update a running Proxmox Virtual Environment 4.x to latest 4.4

Make sure that you have uploaded a valid subscription key to your Proxmox VE host. Here is the howto for the CLI:

Check your sources.list file, should look like this:

deb http://ftp.at.debian.org/debian jessie main contrib

# security updates
deb http://security.debian.org jessie/updates main contrib

The enterprise repository:

cat /etc/apt/sources.list.d/pve-enterprise.list
deb https://enterprise.proxmox.com/debian jessie pve-enterprise

Update your repository and packages:

apt-get update

If you get any errors, your sources.list (or your network) has a problem. Before you upgrade your system, you should stop all your running VM´s and LXC containers.

Now upgrade the packages:

apt-get dist-upgrade

Reboot to activate the new Kernel, to check if you got all packages, run 'pveversion -v' and compare your output (all packages should have equal or higher version numbers):

pve-server:~# pveversion -v

proxmox-ve: 4.4-112 (running kernel: 4.4.134-1-pve)
pve-manager: 4.4-24 (running version: 4.4-24/08ba4d2d)
pve-kernel-4.4.134-1-pve: 4.4.134-112
lvm2: 2.02.116-pve3
corosync-pve: 2.4.2-2~pve4+2
libqb0: 1.0.1-1
pve-cluster: 4.0-55
qemu-server: 4.0-115
pve-firmware: 1.1-12
libpve-common-perl: 4.0-96
libpve-access-control: 4.0-23
libpve-storage-perl: 4.0-76
pve-libspice-server1: 0.12.8-2
vncterm: 1.3-2
pve-docs: 4.4-4
pve-qemu-kvm: 2.9.1-9~pve4
pve-container: 1.0-106
pve-firewall: 2.0-33
pve-ha-manager: 1.0-41
ksm-control-daemon: 1.2-1
glusterfs-client: 3.5.2-2+deb8u3
lxc-pve: 2.0.7-4
lxcfs: 2.0.8-2~pve4
criu: 1.6.0-1
novnc-pve: 0.5-9
smartmontools: 6.5+svn4324-1~pve80
zfsutils: 0.6.5.9-pve15~bpo80

pve-server:~#

Important Note

If you already use your Proxmox VE Subscription Key, access to the Enterprise repository works out of the box. For more details about the Proxmox VE repositories, see Package repositories

Proxmox Virtual Environment 4.3 (ISO Image)

Release notes: Roadmap#Proxmox_VE_4.3

Download the ISO image and burn it to CD-ROM or Install_from_USB_Stick and boot your server from CD-ROM or USB stick. For details see Quick_installation

Update a running Proxmox Virtual Environment 4.x to latest 4.3

Make sure that you have uploaded a valid subscription key to your Proxmox VE host. Here is the howto for the CLI:

Check your sources.list file, should look like this:

deb http://ftp.at.debian.org/debian jessie main contrib

# security updates
deb http://security.debian.org jessie/updates main contrib

The enterprise repository:

cat /etc/apt/sources.list.d/pve-enterprise.list
deb https://enterprise.proxmox.com/debian jessie pve-enterprise

Update your repository and packages:

apt-get update

If you get any errors, your sources.list (or your network) has a problem. Before you upgrade your system, you should stop all your running VM´s and LXC containers.

Now upgrade the packages:

apt-get dist-upgrade

Reboot to activate the new Kernel, to check if you got all packages, run 'pveversion -v' and compare your output (all packages should have equal or higher version numbers):

pve-server:~# pveversion -v

proxmox-ve: 4.3-72 (running kernel: 4.4.24-1-pve)
pve-manager: 4.3-12 (running version: 4.3-12/6894c9d9)
pve-kernel-4.4.24-1-pve: 4.4.24-72
lvm2: 2.02.116-pve3
corosync-pve: 2.4.0-1
libqb0: 1.0-1
pve-cluster: 4.0-47
qemu-server: 4.0-96
pve-firmware: 1.1-10
libpve-common-perl: 4.0-83
libpve-access-control: 4.0-19
libpve-storage-perl: 4.0-68
pve-libspice-server1: 0.12.8-1
vncterm: 1.2-1
pve-docs: 4.3-17
pve-qemu-kvm: 2.7.0-8
pve-container: 1.0-85
pve-firewall: 2.0-31
pve-ha-manager: 1.0-38
ksm-control-daemon: 1.2-1
glusterfs-client: 3.5.2-2+deb8u2
lxc-pve: 2.0.6-1
lxcfs: 2.0.5-pve1
criu: 1.6.0-1
novnc-pve: 0.5-8
smartmontools: 6.5+svn4324-1~pve80
zfsutils: 0.6.5.8-pve13~bpo80

pve-server:~#

Important Note

If you already use your Proxmox VE Subscription Key, access to the Enterprise repository works out of the box. For more details about the Proxmox VE repositories, see Package repositories


Proxmox Virtual Environment 4.2 (ISO Image)

Release notes: Roadmap#Proxmox_VE_4.2

Download the ISO image and burn it to CD-ROM or Install_from_USB_Stick and boot your server from CD-ROM or USB stick. For details see Quick_installation

Update a running Proxmox Virtual Environment 4.x to latest 4.2

Make sure that you have uploaded a valid subscription key to your Proxmox VE host. Here is the howto for the CLI:

Check your sources.list file, should look like this:

deb http://ftp.at.debian.org/debian jessie main contrib

# security updates
deb http://security.debian.org jessie/updates main contrib

The enterprise repository:

cat /etc/apt/sources.list.d/pve-enterprise.list
deb https://enterprise.proxmox.com/debian jessie pve-enterprise

Update your repository and packages:

apt-get update

If you get any errors, your sources.list (or your network) has a problem. Before you upgrade your system, you should stop all your running VM´s and LXC containers.

Now upgrade the packages:

apt-get dist-upgrade

Reboot to activate the new Kernel, to check if you got all packages, run 'pveversion -v' and compare your output (all packages should have equal or higher version numbers):

pve-server:~# pveversion -v

proxmox-ve: 4.2-64 (running kernel: 4.4.16-1-pve)
pve-manager: 4.2-18 (running version: 4.2-18/158720b9)
pve-kernel-4.4.16-1-pve: 4.4.16-64
lvm2: 2.02.116-pve3
corosync-pve: 2.4.0-1
libqb0: 1.0-1
pve-cluster: 4.0-44
qemu-server: 4.0-86
pve-firmware: 1.1-9
libpve-common-perl: 4.0-72
libpve-access-control: 4.0-19
libpve-storage-perl: 4.0-57
pve-libspice-server1: 0.12.8-1
vncterm: 1.2-1
pve-qemu-kvm: 2.6.1-2
pve-container: 1.0-73
pve-firewall: 2.0-29
pve-ha-manager: 1.0-33
ksm-control-daemon: 1.2-1
glusterfs-client: 3.5.2-2+deb8u2
lxc-pve: 2.0.4-1
lxcfs: 2.0.3-pve1
cgmanager: 0.39-pve1
criu: 1.6.0-1
novnc-pve: 0.5-8
zfsutils: 0.6.5.7-pve10~bpo80

pve-server:~#

Important Note

If you already use your Proxmox VE Subscription Key, access to the Enterprise repository works out of the box. For more details about the Proxmox VE repositories, see Package repositories

Proxmox Virtual Environment 4.1 (ISO Image)

Release notes: Roadmap#Proxmox_VE_4.1

Download the ISO image and burn it to CD-ROM or Install_from_USB_Stick and boot your server from CD-ROM or USB stick. For details see Quick_installation

Update a running Proxmox Virtual Environment 4.x to latest 4.1

Make sure that you have uploaded a valid subscription key to your Proxmox VE host. Here is the howto for the CLI:

Check your sources.list file, should look like this:

deb http://ftp.at.debian.org/debian jessie main contrib

# security updates
deb http://security.debian.org jessie/updates main contrib

The enterprise repository:

cat /etc/apt/sources.list.d/pve-enterprise.list
deb https://enterprise.proxmox.com/debian jessie pve-enterprise

Update your repository and packages:

apt-get update

If you get any errors, your sources.list (or your network) has a problem. Before you upgrade your system, you should stop all your running VM´s and LXC containers.

Now upgrade the packages:

apt-get dist-upgrade

Reboot to activate the new Kernel, to check if you got all packages, run 'pveversion -v' and compare your output (all packages should have equal or higher version numbers):

pve-server:~# pveversion -v

proxmox-ve: 4.1-39 (running kernel: 4.2.8-1-pve)
pve-manager: 4.1-22 (running version: 4.1-22/aca130cf)
pve-kernel-4.2.8-1-pve: 4.2.8-39
lvm2: 2.02.116-pve2
corosync-pve: 2.3.5-2
libqb0: 1.0-1
pve-cluster: 4.0-36
qemu-server: 4.0-64
pve-firmware: 1.1-7
libpve-common-perl: 4.0-54
libpve-access-control: 4.0-13
libpve-storage-perl: 4.0-45
pve-libspice-server1: 0.12.5-2
vncterm: 1.2-1
pve-qemu-kvm: 2.5-9
pve-container: 1.0-52
pve-firewall: 2.0-22
pve-ha-manager: 1.0-25
ksm-control-daemon: 1.2-1
glusterfs-client: 3.5.2-2+deb8u1
lxc-pve: 1.1.5-7
lxcfs: 2.0.0-pve2
cgmanager: 0.39-pve1
criu: 1.6.0-1
zfsutils: 0.6.5-pve7~jessie

pve-server:~#

Important Note

If you already use your Proxmox VE Subscription Key, access to the Enterprise repository works out of the box. For more details about the Proxmox VE repositories, see Package repositories

Proxmox Virtual Environment 4.0 (ISO Image)

Release notes: Roadmap#Proxmox_VE_4.0

Download the ISO image and burn it to CD-ROM or Install_from_USB_Stick and boot your server from CD-ROM or USB stick. For details see Quick_installation

Update a running Proxmox Virtual Environment 4.x to latest 4.0

Make sure that you have uploaded a valid subscription key to your Proxmox VE host. Here is the howto for the CLI:

Check your sources.list file, should look like this:

deb http://ftp.at.debian.org/debian jessie main contrib

# security updates
deb http://security.debian.org jessie/updates main contrib

The enterprise repository:

cat /etc/apt/sources.list.d/pve-enterprise.list
deb https://enterprise.proxmox.com/debian jessie pve-enterprise

Update your repository and packages:

apt-get update

If you get any errors, your sources.list (or your network) has a problem. Before you update your system, you should stop all your running VM´s.

Now upgrade the packages:

apt-get dist-upgrade

Reboot to activate the new Kernel, to check if you got all packages, run 'pveversion -v' and compare your output (all packages should have equal or higher version numbers):

pve-server:~#pveversion -v

proxmox-ve: 4.0-21 (running kernel: 4.2.3-2-pve)
pve-manager: 4.0-57 (running version: 4.0-57/cc7c2b53)
pve-kernel-4.2.3-2-pve: 4.2.3-21
lvm2: 2.02.116-pve1
corosync-pve: 2.3.5-1
libqb0: 0.17.2-1
pve-cluster: 4.0-24
qemu-server: 4.0-35
pve-firmware: 1.1-7
libpve-common-perl: 4.0-36
libpve-access-control: 4.0-9
libpve-storage-perl: 4.0-29
pve-libspice-server1: 0.12.5-2
vncterm: 1.2-1
pve-qemu-kvm: 2.4-12
pve-container: 1.0-21
pve-firewall: 2.0-13
pve-ha-manager: 1.0-13
ksm-control-daemon: 1.2-1
glusterfs-client: 3.5.2-2+deb8u1
lxc-pve: 1.1.4-3
lxcfs: 0.10-pve2
cgmanager: 0.39-pve1
criu: 1.6.0-1
zfsutils: 0.6.5-pve6~jessie

pve-server:~#

Important Note

If you already use your Proxmox VE Subscription Key, access to the Enterprise repository works out of the box. For more details about the Proxmox VE repositories, see Package repositories

Update a running Proxmox Virtual Environment 3.x to latest 4.0

See Upgrade from 3.x to 4.0

Proxmox Virtual Environment 3.4 (ISO Image)

Release notes: Roadmap#Proxmox_VE_3.4

Download the ISO image and burn it to CD-ROM or Install_from_USB_Stick and boot your server from CD-ROM or USB stick. For details see Quick_installation

Update a running Proxmox Virtual Environment 3.x to latest 3.4

Make sure that you have uploaded a valid subscription key to your Proxmox VE host. All updates should be applied via CLI only (if you tried via GUI, please check this forum post). here is the howto for the CLI:

Check your sources.list file, should look like this:

deb http://http.at.debian.org/debian wheezy main contrib

# security updates
deb http://security.debian.org/ wheezy/updates main contrib

The enterprise repository:

cat /etc/apt/sources.list.d/pve-enterprise.list
deb https://enterprise.proxmox.com/debian wheezy pve-enterprise

Update your repository and packages:

apt-get update

If you get any errors, your sources.list (or your network) has a problem. Before you update your system, you should stop all your running VM´s.

Now upgrade the packages:

apt-get dist-upgrade

Reboot to activate the new Kernel, to check if you got all packages, run 'pveversion -v' and compare your output (all packages should have equal or higher version numbers):

pve-server:~#pveversion -v

proxmox-ve-2.6.32: 3.4-185 (running kernel: 2.6.32-48-pve)
pve-manager: 3.4-16 (running version: 3.4-16/40ccc11c)
pve-kernel-2.6.32-48-pve: 2.6.32-185
lvm2: 2.02.98-pve4
clvm: 2.02.98-pve4
corosync-pve: 1.4.7-1
openais-pve: 1.1.4-3
libqb0: 0.11.1-2
redhat-cluster-pve: 3.2.0-2
resource-agents-pve: 3.9.2-4
fence-agents-pve: 4.0.10-3
pve-cluster: 3.0-20
qemu-server: 3.4-9
pve-firmware: 1.1-6
libpve-common-perl: 3.0-27
libpve-access-control: 3.0-16
libpve-storage-perl: 3.0-35
pve-libspice-server1: 0.12.4-3
vncterm: 1.1-8
vzctl: 4.0-1pve6
vzprocps: 2.0.11-2
vzquota: 3.1-2
pve-qemu-kvm: 2.2-28
ksm-control-daemon: 1.1-1
glusterfs-client: 3.5.2-1

pve-server:~#

Important Note

Due to changes in our repositories in 3.1 you need to check your apt configuration. If you already use your Proxmox VE Subscription Key, access to the Enterprise repository works out of the box.

For more details about the Proxmox VE repositories, see Package repositories

Proxmox Virtual Environment 3.3 (ISO Image)

Release notes: Roadmap#Proxmox_VE_3.3

Download the ISO image and burn it to CD-ROM or Install_from_USB_Stick and boot your server from CD-ROM or USB stick. For details see Quick_installation

Update a running Proxmox Virtual Environment 3.x to latest 3.3

Make sure that you have uploaded a valid subscription key to your Proxmox VE host. All updates can be applied via GUI or via CLI, here is the howto for the CLI:

Check your sources.list file, should look like this:

deb http://http.at.debian.org/debian wheezy main contrib

# security updates
deb http://security.debian.org/ wheezy/updates main contrib

The enterprise repository:

cat /etc/apt/sources.list.d/pve-enterprise.list
deb https://enterprise.proxmox.com/debian wheezy pve-enterprise

Update your repository and packages:

apt-get update

If you get any errors, your sources.list (or your network) has a problem. Before you update your system, you should stop all your running VM´s.

Now upgrade the packages:

apt-get dist-upgrade

Reboot to activate the new Kernel, to check if you got all packages, run 'pveversion -v' and compare your output (all packages should have equal or higher version numbers):

pve-server:~#pveversion -v

proxmox-ve-2.6.32: 3.3-139 (running kernel: 2.6.32-34-pve)
pve-manager: 3.3-5 (running version: 3.3-5/bfebec03)
pve-kernel-2.6.32-34-pve: 2.6.32-139
lvm2: 2.02.98-pve4
clvm: 2.02.98-pve4
corosync-pve: 1.4.7-1
openais-pve: 1.1.4-3
libqb0: 0.11.1-2
redhat-cluster-pve: 3.2.0-2
resource-agents-pve: 3.9.2-4
fence-agents-pve: 4.0.10-1
pve-cluster: 3.0-15
qemu-server: 3.3-3
pve-firmware: 1.1-3
libpve-common-perl: 3.0-19
libpve-access-control: 3.0-15
libpve-storage-perl: 3.0-25
pve-libspice-server1: 0.12.4-3
vncterm: 1.1-8
vzctl: 4.0-1pve6
vzprocps: 2.0.11-2
vzquota: 3.1-2
pve-qemu-kvm: 2.1-10
ksm-control-daemon: 1.1-1
glusterfs-client: 3.5.2-1

pve-server:~#

Important Note

Due to changes in our repositories in 3.1 you need to check your apt configuration. If you already use your Proxmox VE Subscription Key, access to the Enterprise repository works out of the box.

For more details about the Proxmox VE repositories, see Package repositories

Proxmox Virtual Environment 3.2 (ISO Image)

Release notes: Roadmap#Proxmox_VE_3.2

Download the ISO image and burn it to CD-ROM or Install_from_USB_Stick and boot your server from CD-ROM or USB stick. For details see Quick_installation

Update a running Proxmox Virtual Environment 3.x to latest 3.2

Make sure that you have uploaded a valid subscription key to your Proxmox VE host. All updates can be applied via GUI or via CLI, here is the howto for the CLI:

Check your sources.list file, should look like this:

deb http://http.at.debian.org/debian wheezy main contrib

# security updates
deb http://security.debian.org/ wheezy/updates main contrib

The enterprise repository:

cat /etc/apt/sources.list.d/pve-enterprise.list
deb https://enterprise.proxmox.com/debian wheezy pve-enterprise

Update your repository and packages:

apt-get update

If you get any errors, your sources.list (or your network) has a problem. Before you update your system, you should stop all your running VM´s.

Now upgrade the packages:

apt-get dist-upgrade

Reboot to activate the new Kernel, to check if you got all packages, run 'pveversion -v' and compare your output (all packages should have equal or higher version numbers):

pve-server:~#pveversion -v

proxmox-ve-2.6.32: 3.2-132 (running kernel: 2.6.32-31-pve)
pve-manager: 3.2-4 (running version: 3.2-4/e24a91c1)
pve-kernel-2.6.32-31-pve: 2.6.32-132
lvm2: 2.02.98-pve4
clvm: 2.02.98-pve4
corosync-pve: 1.4.5-1
openais-pve: 1.1.4-3
libqb0: 0.11.1-2
redhat-cluster-pve: 3.2.0-2
resource-agents-pve: 3.9.2-4
fence-agents-pve: 4.0.5-1
pve-cluster: 3.0-12
qemu-server: 3.1-16
pve-firmware: 1.1-3
libpve-common-perl: 3.0-18
libpve-access-control: 3.0-11
libpve-storage-perl: 3.0-19
pve-libspice-server1: 0.12.4-3
vncterm: 1.1-6
vzctl: 4.0-1pve5
vzprocps: 2.0.11-2
vzquota: 3.1-2
pve-qemu-kvm: 1.7-8
ksm-control-daemon: 1.1-1
glusterfs-client: 3.4.2-1

pve-server:~#

Important Note

Due to changes in our repositories in 3.1 you need to check your apt configuration. If you already use your Proxmox VE Subscription Key, access to the Enterprise repository works out of the box.

For more details about the Proxmox VE repositories, see Package repositories

Proxmox Virtual Environment 3.1 (ISO Image)

Release notes: Roadmap#Proxmox_VE_3.1

Download the ISO image and burn it to CD-ROM or Install_from_USB_Stick and boot your server from CD-ROM or USB stick. For details see Quick_installation

Update a running Proxmox Virtual Environment 3.x to latest 3.1

Make sure that you have uploaded a valid subscription key to your Proxmox VE host.

Check your sources.list file, should look like this:

deb http://http.at.debian.org/debian wheezy main contrib

# security updates
deb http://security.debian.org/ wheezy/updates main contrib

The enterprise repository:

cat /etc/apt/sources.list.d/pve-enterprise.list
deb https://enterprise.proxmox.com/debian wheezy pve-enterprise

Update your repository and packages:

apt-get update

If you get any errors, your sources.list (or your network) has a problem. Before you update your system, you should stop all your running VM´s.

Now upgrade the packages:

apt-get dist-upgrade

Reboot to activate the new Kernel, to check if you got all packages, run 'pveversion -v' and compare your output (all packages should have equal or higher version numbers):

pve-server:~#pveversion -v

proxmox-ve-2.6.32: 3.1-114 (running kernel: 2.6.32-26-pve)
pve-manager: 3.1-24 (running version: 3.1-24/060bd5a6)
pve-kernel-2.6.32-26-pve: 2.6.32-114
lvm2: 2.02.98-pve4
clvm: 2.02.98-pve4
corosync-pve: 1.4.5-1
openais-pve: 1.1.4-3
libqb0: 0.11.1-2
redhat-cluster-pve: 3.2.0-2
resource-agents-pve: 3.9.2-4
fence-agents-pve: 4.0.0-2
pve-cluster: 3.0-8
qemu-server: 3.1-8
pve-firmware: 1.0-23
libpve-common-perl: 3.0-9
libpve-access-control: 3.0-8
libpve-storage-perl: 3.0-18
pve-libspice-server1: 0.12.4-2
vncterm: 1.1-6
vzctl: 4.0-1pve4
vzprocps: 2.0.11-2
vzquota: 3.1-2
pve-qemu-kvm: 1.4-17
ksm-control-daemon: 1.1-1
glusterfs-client: 3.4.1-1

pve-server:~#

Important Note

Due to changes in our repositories you need to update your apt configuration. If you already use your Proxmox VE Subscription Key, access to the Enterprise repository works out of the box.

For more details about the Proxmox VE repositories, see Package repositories

Proxmox Virtual Environment 3.0 (ISO Image)

Release notes: Roadmap#Proxmox_VE_3.0

Download the ISO image and burn it to CD-ROM or Install_from_USB_Stick and boot your server from CD-ROM or USB stick. For details see Quick_installation

Update a running Proxmox Virtual Environment 3.x to latest 3.0

Check your sources.list file, should look like this:

deb http://http.at.debian.org/debian wheezy main contrib

# PVE packages provided by proxmox.com
deb http://download.proxmox.com/debian wheezy pve

# security updates
deb http://security.debian.org/ wheezy/updates main contrib

Update your repository and packages:

apt-get update

If you get any errors, your sources.list (or your network) has a problem. Before you update your system, you should stop all your running VM´s.

Now upgrade the packages:

apt-get dist-upgrade

Reboot to activate the new Kernel, to check if you got all packages, run 'pveversion -v' and compare your output (all packages should have equal or higher version numbers):

pve-server:~#pveversion -v

pve-manager: 3.0-23 (pve-manager/3.0/957f0862)
running kernel: 2.6.32-22-pve
proxmox-ve-2.6.32: 3.0-107
pve-kernel-2.6.32-22-pve: 2.6.32-107
lvm2: 2.02.95-pve3
clvm: 2.02.95-pve3
corosync-pve: 1.4.5-1
openais-pve: 1.1.4-3
libqb0: 0.11.1-2
redhat-cluster-pve: 3.2.0-2
resource-agents-pve: 3.9.2-4
fence-agents-pve: 4.0.0-1
pve-cluster: 3.0-4
qemu-server: 3.0-20
pve-firmware: 1.0-23
libpve-common-perl: 3.0-4
libpve-access-control: 3.0-4
libpve-storage-perl: 3.0-8
vncterm: 1.1-4
vzctl: 4.0-1pve3
vzprocps: 2.0.11-2
vzquota: 3.1-2
pve-qemu-kvm: 1.4-13
ksm-control-daemon: 1.1-1

pve-server:~#

Update a running Proxmox Virtual Environment 2.3 to 3.0

See Upgrade from 2.3 to 3.0

Proxmox Virtual Environment 2.3 (ISO Image)

Release notes: Roadmap#Proxmox_VE_2.3

Download the ISO image and burn it to CD-ROM or Install_from_USB_Stick and boot your server from CD-ROM or USB stick. For details see Quick_installation

(MD5SUM for the ISO is e27f57028bde04b67cfb8182499124e0)

Update a running Proxmox Virtual Environment 2.x to latest 2.3

Check your sources.list file, should look like this:

deb http://http.at.debian.org/debian squeeze main contrib

# PVE packages provided by proxmox.com
deb http://download.proxmox.com/debian squeeze pve

# security updates
deb http://security.debian.org/ squeeze/updates main contrib

Update your repository and packages:

apt-get update

If you get any errors, your sources.list (or your network) has a problem. Before you update your system, you should stop all your running VM´s.

Now upgrade the packages:

apt-get dist-upgrade

Reboot to activate the new Kernel, to check if you got all packages, run 'pveversion -v' and compare your output (all packages should have equal or higher version numbers):

pve-server:~#pveversion -v

pve-manager: 2.3-13 (pve-manager/2.3/7946f1f1)
running kernel: 2.6.32-19-pve
proxmox-ve-2.6.32: 2.3-96
pve-kernel-2.6.32-19-pve: 2.6.32-96
lvm2: 2.02.95-1pve2
clvm: 2.02.95-1pve2
corosync-pve: 1.4.4-4
openais-pve: 1.1.4-2
libqb: 0.10.1-2
redhat-cluster-pve: 3.1.93-2
resource-agents-pve: 3.9.2-3
fence-agents-pve: 3.1.9-1
pve-cluster: 1.0-36
qemu-server: 2.3-20
pve-firmware: 1.0-21
libpve-common-perl: 1.0-49
libpve-access-control: 1.0-26
libpve-storage-perl: 2.3-7
vncterm: 1.0-4
vzctl: 4.0-1pve2
vzprocps: 2.0.11-2
vzquota: 3.1-1
pve-qemu-kvm: 1.4-10
ksm-control-daemon: 1.1-1

pve-server:~#

Proxmox Virtual Environment 2.2 (ISO Image)

Release notes: Roadmap#Proxmox_VE_2.2

Download the ISO image and burn it to CD-ROM or Install_from_USB_Stick and boot your server from CD-ROM or USB stick. For details see Quick_installation

(MD5SUM for the ISO is 6a4ba41035dc32da36a08ec421ea6fb2)

Update a running Proxmox Virtual Environment 2.x to latest 2.2

Check your sources.list file, should look like this:

deb http://http.at.debian.org/debian squeeze main contrib

# PVE packages provided by proxmox.com
deb http://download.proxmox.com/debian squeeze pve2.2

# security updates
deb http://security.debian.org/ squeeze/updates main contrib

Update your repository and packages:

apt-get update

If you get any errors, your sources.list (or your network) has a problem. Before you update your system, you should stop all your running VM´s.

Now upgrade the packages:

apt-get dist-upgrade

Reboot to activate the new Kernel, to check if you got all packages, run 'pveversion -v' and compare your output (all packages should have equal or higher version numbers):

pve-server:~#pveversion -v

pve-manager: 2.2-32 (pve-manager/2.2/3089a616)
running kernel: 2.6.32-17-pve
proxmox-ve-2.6.32: 2.2-83
pve-kernel-2.6.32-17-pve: 2.6.32-83
lvm2: 2.02.95-1pve2
clvm: 2.02.95-1pve2
corosync-pve: 1.4.4-1
openais-pve: 1.1.4-2
libqb: 0.10.1-2
redhat-cluster-pve: 3.1.93-2
resource-agents-pve: 3.9.2-3
fence-agents-pve: 3.1.9-1
pve-cluster: 1.0-34
qemu-server: 2.0-71
pve-firmware: 1.0-21
libpve-common-perl: 1.0-40
libpve-access-control: 1.0-25
libpve-storage-perl: 2.0-36
vncterm: 1.0-3
vzctl: 4.0-1pve2
vzprocps: 2.0.11-2
vzquota: 3.1-1
pve-qemu-kvm: 1.3-10
ksm-control-daemon: 1.1-1

pve-server:~#

Proxmox Virtual Environment 2.1 (ISO Image)

Release notes: Roadmap#Proxmox_VE_2.1

Download the ISO image and burn it to CD-ROM or Install_from_USB_Stick and boot your server from CD-ROM or USB stick. For details see Quick_installation

(MD5SUM for the ISO is 940919e832e64c29e67d89233a11b88b)

Update a running Proxmox Virtual Environment 2.x to latest 2.1

Check your sources.list file, should look like this:

deb http://ftp.at.debian.org/debian squeeze main contrib

# PVE packages provided by proxmox.com
deb http://download.proxmox.com/debian squeeze pve2.1

# security updates
deb http://security.debian.org/ squeeze/updates main contrib

Update your repository and packages:

apt-get update

If you get any errors, your sources.list (or your network) has a problem. Before you update your system, you should stop all your running VM´s.

Now upgrade the packages:

apt-get dist-upgrade

Reboot to activate the new Kernel, to check if you got all packages, run 'pveversion -v' and compare your output (all packages should have equal or higher version numbers):

pve-server:~#pveversion -v

pve-manager: 2.1-14 (pve-manager/2.1/f32f3f46)
running kernel: 2.6.32-14-pve
proxmox-ve-2.6.32: 2.1-74
pve-kernel-2.6.32-14-pve: 2.6.32-74
lvm2: 2.02.95-1pve2
clvm: 2.02.95-1pve2
corosync-pve: 1.4.3-1
openais-pve: 1.1.4-2
libqb: 0.10.1-2
redhat-cluster-pve: 3.1.92-3
resource-agents-pve: 3.9.2-3
fence-agents-pve: 3.1.8-1
pve-cluster: 1.0-27
qemu-server: 2.0-49
pve-firmware: 1.0-18
libpve-common-perl: 1.0-30
libpve-access-control: 1.0-24
libpve-storage-perl: 2.0-31
vncterm: 1.0-3
vzctl: 3.0.30-2pve5
vzprocps: 2.0.11-2
vzquota: 3.0.12-3
pve-qemu-kvm: 1.1-8
ksm-control-daemon: 1.1-1


pve-server:~#

Update a running Proxmox Virtual Environment 1.9 to 2.x

See Upgrade_from_1.9_to_2.0

Proxmox Virtual Environment 2.0 (ISO Image)

Release notes: Roadmap#Proxmox_VE_2.0

Download the ISO image and burn it to CD-ROM or Install_from_USB_Stick and boot your server from CD-ROM or USB stick. For details see Quick_installation

(MD5SUM for the ISO is 5c1bf16973ee06a293be2bd2b2c648fa)

Update a running Proxmox Virtual Environment to 2.0

See Upgrade_from_1.9_to_2.0

Proxmox Virtual Environment 1.9 (ISO Image)

Release notes: Roadmap#Proxmox_VE_1.9

Download the ISO image and burn it to CD-ROM and boot your server from CD-ROM. For details see Installation

(MD5SUM for the ISO is 910f69b2ab450a304a4bae835ffa858e)

Update a running Proxmox Virtual Environment to 1.9

Check your sources.list file, should look like this:

deb http://ftp.debian.org/debian lenny main contrib
# PVE packages provided by proxmox.com
deb http://download.proxmox.com/debian lenny pve
# security updates
deb http://security.debian.org/ lenny/updates main contrib

Update your repository and packages:

aptitude update

If you get any errors, your sources.list (or your network) has a problem. Before you update your system, you should stop all your running VM´s.

Now upgrade the packages:

aptitude full-upgrade

Choose your preferred Proxmox VE kernel branch, see Proxmox_VE_Kernel If you want to switch to the 2.6.32 kernel branch just install the Proxmox VE virtual package for 2.6.32:

aptitude install proxmox-ve-2.6.32

Reboot to activate the new Kernel, to check if you got all packages, run 'pveversion -v' and compare your output (all packages should have equal or higher version numbers):

pve-server:~#pveversion -v

pve-manager: 1.9-26 (pve-manager/1.9/6567)
running kernel: 2.6.32-7-pve
proxmox-ve-2.6.32: 1.9-55+ovzfix-2
pve-kernel-2.6.32-7-pve: 2.6.32-55+ovzfix-2
qemu-server: 1.1-32
pve-firmware: 1.0-15
libpve-storage-perl: 1.0-19
vncterm: 0.9-2
vzctl: 3.0.29-3pve1
vzdump: 1.2-16
vzprocps: 2.0.11-2
vzquota: 3.0.11-1
pve-qemu-kvm: 0.15.0-2
ksm-control-daemon: 1.0-6

pve-server:~#

Proxmox Virtual Environment 1.8 (ISO Image)

Release notes: Roadmap#Proxmox_VE_1.8

Download the ISO image and burn it to CD-ROM and boot your server from CD-ROM. For details see Installation

(MD5SUM for the ISO is 82f2dbab4ca5e467278e0717ed7c861f)

Update a running Proxmox Virtual Environment to 1.8

Check your sources.list file, should look like this:

deb http://ftp.debian.org/debian lenny main contrib
# PVE packages provided by proxmox.com
deb http://download.proxmox.com/debian lenny pve
# security updates
deb http://security.debian.org/ lenny/updates main contrib

Update your repository and packages:

aptitude update

If you get any errors, your sources.list (or your network) has a problem. Before you update your system, you should stop all your running VM´s.

Now upgrade the packages:

aptitude safe-upgrade

Choose your preferred Proxmox VE kernel branch, see Proxmox_VE_Kernel If you want to switch to the 2.6.32 kernel branch just install the Proxmox VE virtual package for 2.6.32:

aptitude install proxmox-ve-2.6.32

Reboot to activate the new Kernel, to check if you got all packages, run 'pveversion -v' and compare your output (all packages should have equal or higher version numbers):

pve-server:~# pveversion -v
pve-manager: 1.8-18 (pve-manager/1.8/6070)
running kernel: 2.6.32-4-pve
proxmox-ve-2.6.32: 1.8-33
pve-kernel-2.6.32-4-pve: 2.6.32-33
qemu-server: 1.1-30
pve-firmware: 1.0-11
libpve-storage-perl: 1.0-17
vncterm: 0.9-2
vzctl: 3.0.27-1pve1
vzdump: 1.2-13
vzprocps: 2.0.11-2
vzquota: 3.0.11-1
pve-qemu-kvm: 0.14.1-1
ksm-control-daemon: 1.0-6
pve-server:~#

Proxmox Virtual Environment 1.7 (ISO Image)

Release notes: Roadmap#Proxmox_VE_1.7

Download the ISO image and burn it to CD-ROM and boot your server from CD-ROM. For details see Installation

(MD5SUM for the ISO is 5d9d02499c96f89fd93e58cf010e4282)

Update a running Proxmox Virtual Environment to 1.7

Check your sources.list file, should look like this:

deb http://ftp.debian.org/debian lenny main contrib
# PVE packages provided by proxmox.com
deb http://download.proxmox.com/debian lenny pve
# security updates
deb http://security.debian.org/ lenny/updates main contrib

Update your repository and packages:

aptitude update

If you get any errors, your sources.list (or your network) has a problem. Before you update your system, you should stop all your running VM´s.

Now upgrade the packages:

aptitude safe-upgrade

If you want to switch to the 2.6.32 kernel branch just install the Proxmox VE virtual package for 2.6.32:

aptitude install proxmox-ve-2.6.32

Reboot to activate the new Kernel, to check if you got all packages, run 'pveversion -v' and compare your output (all packages should have equal or higher version numbers):

pve-server:~# pveversion -v
pve-manager: 1.7-10 (pve-manager/1.7/5323)
running kernel: 2.6.32-4-pve
proxmox-ve-2.6.32: 1.7-30
pve-kernel-2.6.32-4-pve: 2.6.32-30
qemu-server: 1.1-28
pve-firmware: 1.0-10
libpve-storage-perl: 1.0-16
vncterm: 0.9-2
vzctl: 3.0.24-1pve4
vzdump: 1.2-10
vzprocps: 2.0.11-1dso2
vzquota: 3.0.11-1
pve-qemu-kvm: 0.13.0-3
ksm-control-daemon: 1.0-4

pve-server:~#

Proxmox Virtual Environment 1.6 (ISO Image updated on 18.10.2010)

Release notes: Roadmap#Proxmox_VE_1.6_.28updated.29_-_ISO_Installer_with_2.6.32_Kernel_with_OpenVZ_including_KVM_0.12.5

Download the ISO image (Note: update to the ISO on 18.10.2010) burn it to CD-ROM and boot your server from CD-ROM. For details see Installation

(MD5SUM for the ISO is 83be9d05f7bf8f2f438659f2ec891e56)

Important note

If you run windows KVM guests your operating system will recognize some hardware changes on the first boot. Under some circumstances reactivation of your windows license can be necessary.

Proxmox VE 1.5 - New Kernel 2.6.24 and 2.6.32 (17.5.2010)

Release notes: Roadmap#Proxmox_VE_1.5_-_New_Kernel_2.6.24_and_2.6.32.2C_including_KVM_0.12.4_and_gPXE

Update a running Proxmox Virtual Environment 1.5

Update your repository and packages:

aptitude update

If you get any errors, your sources.list (or your network) has a problem. Before you update your system, you should stop all your running VM´s.

Now you can install the new Proxmox VE virtual package:

aptitude upgrade && aptitude install proxmox-ve-2.6.32

(alternative: proxmox-ve-2.6.24)

Proxmox Virtual Environment 1.5 (ISO Image) - updated on 3.2.2010

Release notes: Roadmap#Proxmox_VE_1.5

Download the ISO image, burn it to CD-ROM and boot your server from CD-ROM. For details see Installation

(MD5SUM for the ISO is 9f886782022b3408a625cb35ea34bab2)

Update a running Proxmox Virtual Environment 1.x to 1.5

Check your sources.list file:

nano /etc/apt/sources.list

Note: If you still run a Debian Etch based system (0.9, 1.0 or 1.1) think of a re-installation or do a dist-upgrade.

deb http://ftp.debian.org/debian lenny main contrib
# PVE packages provided by proxmox.com
deb http://download.proxmox.com/debian lenny pve
# security updates
deb http://security.debian.org/ lenny/updates main contrib

Update your repository and packages:

aptitude update

If you get any errors, your sources.list (or your network) has a problem. Before you update your system, you should stop all your running VM´s.

Now you can install the new Proxmox VE virtual package:

aptitude upgrade && aptitude install proxmox-ve-2.6.18

(alternative: proxmox-ve-2.6.24 or proxmox-ve-2.6.32)

Now, check the bootloader grub to make sure that the system boots the right kernel.

nano /boot/grub/menu.lst

Finally reboot into your new kernel and check if you got the latest Proxmox VE packages with 'pveversion -v':

pveversion -v

pve-manager: 1.5-7 (pve-manager/1.5/4660)
running kernel: 2.6.18-2-pve
proxmox-ve-2.6.18: 1.5-5
pve-kernel-2.6.18-2-pve: 2.6.18-5
qemu-server: 1.1-11
pve-firmware: 1.0-3
libpve-storage-perl: 1.0-10
vncterm: 0.9-2
vzctl: 3.0.23-1pve8
vzdump: 1.2-5
vzprocps: 2.0.11-1dso2
vzquota: 3.0.11-1
pve-qemu-kvm-2.6.18: 0.9.1-5

Proxmox Virtual Environment 1.4 (ISO Image)

Release notes: Roadmap#Proxmox_VE_1.4

Download the ISO image, burn it to CD-ROM and boot your server from CD-ROM. For details see Installation

(MD5SUM for the ISO is 0bef854dcca1718f73ff64e383df280a)

Proxmox Virtual Environment 1.4 beta2

Release notes: Roadmap#Proxmox_VE_1.4_beta2

This is the second beta release and therefore not intended for production systems.

Download the ISO image, burn it to CD-ROM and boot your server from CD-ROM. For details see Installation

  • no download, outdated

Proxmox Virtual Environment 1.4 beta1 (ISO Image updated on 17.9.2009)

Release notes: Roadmap#Proxmox_VE_1.4_beta1

This is a beta release and therefore not intended for production systems.

Download the ISO image, burn it to CD-ROM and boot your server from CD-ROM. For details see Installation

  • no download, outdated

Proxmox Virtual Environment 1.3 (ISO Image)

Release notes: Roadmap#Proxmox_VE_1.3

Download the ISO image, burn it to CD-ROM and boot your server from CD-ROM. For details see Installation

(MD5SUM is 6ddefdba42121ea24b4e1a3b17d93355)

Important note

If you run windows KVM guests your operating system will recognize some hardware changes on the first boot and windows shows a new network card in the device manager. (e.g. you need to reassign the fixed IP setup to the new network card. if you have DHCP setup there should be no issues). Under some circumstances reactivation of your windows license can be necessary.

Proxmox Virtual Environment 1.2 (ISO Image)

Release notes: Roadmap#Proxmox_VE_1.2

Download the ISO image, burn it to CD-ROM and boot your server from CD-ROM. For details see Installation

  • no download, outdated

Proxmox Virtual Environment 1.1 (ISO Image)

Release notes: Roadmap#Proxmox_VE_1.1

Download the ISO image, burn it to CD-ROM and boot your server from CD-ROM. For details see Installation

  • no download, outdated

Proxmox Virtual Environment 1.0 (ISO Image)

Release notes: Roadmap#Proxmox_VE_1.0

Download the ISO image, burn it to CD-ROM and boot your server from CD-ROM. For details see Installation

  • no download, outdated