]> git.proxmox.com Git - pve-docs.git/blobdiff - pve-package-repos.adoc
pve-package-repos: add more info about outdated repositories
[pve-docs.git] / pve-package-repos.adoc
index f79bb7f302c73ab49a73d6ac4981e1099103d3f1..10a2c4496e6f0f9eae91e0d5dec7e6826e917ee9 100644 (file)
@@ -30,24 +30,28 @@ In addition, {pve} provides three different package repositories.
 
 This is the default, stable and recommended repository, available for
 all {pve} subscription users. It contains the most stable packages,
-and is suitable for production use. You need a valid subscription key
-to access this repository. The `pve-enterprise` repository is enabled
-by default:
+and is suitable for production use. The `pve-enterprise` repository is
+enabled by default:
 
 .File '/etc/apt/sources.list.d/pve-enterprise.list'
 ----
 deb https://enterprise.proxmox.com/debian jessie pve-enterprise
 ----
 
+As soon as updates are available, the `root@pam` user is notified via
+email about the available new packages. On the GUI, the change-log of
+each package can be viewed (if available), showing all details of the
+update. So you will never miss important security fixes.
+
+Please note that and you need a valid subscription key to access this
+repository. We offer different support levels, and you can find further
+details at http://www.proxmox.com/en/proxmox-ve/pricing.
+
 NOTE: You can disable this repository by commenting out the above line
 using a '#' (at the start of the line). This prevents error messages
 if you do not have a subscription key. Please configure the
 `pve-no-subscription` repository in that case.
 
-As soon as updates are available, the `root@pam` user is notified via
-email about the available new packages. On the GUI, the change-log of
-each package can be viewed (if available), showing all details of the
-update. So you will never miss important security fixes.
 
 {pve} No-Subscription Repository
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -71,7 +75,7 @@ deb http://download.proxmox.com/debian jessie pve-no-subscription
 deb http://security.debian.org jessie/updates main contrib
 ----
 
+
 {pve} Test Repository
 ~~~~~~~~~~~~~~~~~~~~~~
 
@@ -88,3 +92,76 @@ deb http://download.proxmox.com/debian jessie pvetest
 WARNING: the `pvetest` repository should (as the name implies) only be used
 for testing new features or bug fixes.
 
+
+ifdef::wiki[]
+
+// include note about older releases, but only for wiki
+
+{pve} 3.x Repositories
+~~~~~~~~~~~~~~~~~~~~~~
+
+{pve} 3.x is based on Debian 7.x ('wheezy'). Please note that this
+release is out of date, and you should update your
+installation. Nevertheless, we still provide access to those
+repositories at our download servers.
+
+[width="100%",cols="<d,3m",options="header"]
+|===========================================================
+|Repository                 | sources.list entry
+|{pve} 3.x Enterprise       |
+deb https://enterprise.proxmox.com/debian wheezy pve-enterprise
+|{pve} 3.x No-Subscription  |
+deb http://download.proxmox.com/debian wheezy pve-no-subscription
+|{pve} 3.x Test             |
+deb http://download.proxmox.com/debian wheezy pvetest
+|===========================================================
+
+NOTE: Apt 'sources.list' configuration files are basically the same as
+in newer 4.x versions - just replace 'jessie' with 'wheezy'.
+
+Outdated: 'stable' Repository 'pve'
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+This repository is a leftover to easy the update to 3.1. It will not
+get any updates after the release of 3.1. Therefore you need to remove
+this repository after you upgraded to 3.1.
+
+.File '/etc/apt/sources.list'
+----
+deb http://ftp.debian.org/debian wheezy main contrib
+
+# PVE packages provided by proxmox.com - NO UPDATES after the initial release of 3.1
+# deb http://download.proxmox.com/debian wheezy pve
+
+# security updates
+deb http://security.debian.org/ wheezy/updates main contrib
+----
+
+
+Outdated: {pve} 2.x Repositories
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+{pve} 2.x is based on Debian 6.0 ('squeeze') and outdated. Please
+upgrade to latest version as soon as possible. In order to use the
+stable 'pve' 2.x repository, check your sources.list:
+
+.File '/etc/apt/sources.list'
+----
+deb http://ftp.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
+----
+
+
+Outdated: {pve} VE 1.x Repositories
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+{pve} 1.x is based on Debian 5.0 (Lenny) and very outdated. Please
+upgrade to latest version as soon as possible.
+
+
+endif::wiki[]