Downloads: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
(Added update a running server) |
||
Line 1: | Line 1: | ||
Proxmox Virtual Environment 0.9 Beta2 (ISO Image) | =Proxmox Virtual Environment 0.9 Beta2 (ISO Image)= | ||
* Download via [ftp://pve.proxmox.com/pub/proxmox-ve_0.9beta2.iso FTP] | * Download via [ftp://pve.proxmox.com/pub/proxmox-ve_0.9beta2.iso FTP] | ||
Line 5: | Line 5: | ||
(MD5SUM is ce9b9483bbf035adf39d9ca3157953e1) | (MD5SUM is ce9b9483bbf035adf39d9ca3157953e1) | ||
=Update a running Proxmox Virtual Environment= | |||
==Review and correct the sources.list== | |||
<pre>nano /etc/apt/sources.list</pre> | |||
<pre>deb ftp://ftp.debian.org/debian etch main | |||
# PVE packages provided by proxmox.com | |||
deb ftp://pve.proxmox.com/debian etch pve | |||
# security updates | |||
deb http://security.debian.org/ etch/updates main</pre> | |||
==Update your repository== | |||
<pre>apt-get update</pre> | |||
If you get any errors, your sources.list (or your network) has a problem. | |||
==Download and install the new packages== | |||
Before you update your system, you should stop all your running VM´s. | |||
<pre>apt-get dist-upgrade</pre> | |||
After successful downloaded and install, please reboot your server. | |||
<pre>reboot</pre> | |||
[[Category: HOWTO]][[Category: Installation]] | [[Category: HOWTO]][[Category: Installation]] |
Revision as of 07:25, 24 July 2008
Proxmox Virtual Environment 0.9 Beta2 (ISO Image)
- Download via FTP
- Download via bittorrent
(MD5SUM is ce9b9483bbf035adf39d9ca3157953e1)
Update a running Proxmox Virtual Environment
Review and correct the sources.list
nano /etc/apt/sources.list
deb ftp://ftp.debian.org/debian etch main # PVE packages provided by proxmox.com deb ftp://pve.proxmox.com/debian etch pve # security updates deb http://security.debian.org/ etch/updates main
Update your repository
apt-get update
If you get any errors, your sources.list (or your network) has a problem.
Download and install the new packages
Before you update your system, you should stop all your running VM´s.
apt-get dist-upgrade
After successful downloaded and install, please reboot your server.
reboot