take a stab at cleaning up our download pages:
authorStefan Kaltenbrunner <stefan@kaltenbrunner.cc>
Wed, 11 Feb 2015 20:24:05 +0000 (21:24 +0100)
committerStefan Kaltenbrunner <stefan@kaltenbrunner.cc>
Wed, 11 Feb 2015 20:24:05 +0000 (21:24 +0100)
* remove the boilerplates on various pages about how "easy" it is to build from source when we include a "installing from source" include at the same page
* remove text that mentions prehistoric and unsupported postgresql versions and/or OS platforms (yeah that means you PostgreSQL 8.4 and OSX for PPC...)
* pittis PPA is dead - long life apt.postgresql.org
* move the yum/rpm stuff to 9.4
* corrects some information about the apt repository wrt the support of ubuntu LTS-only
* update the fedora included versions with supported and upcoming fedora versions

templates/pages/download/linux/debian.html
templates/pages/download/linux/linux_oneclick.inc
templates/pages/download/linux/linux_openscg.inc
templates/pages/download/linux/redhat.html
templates/pages/download/linux/suse.html
templates/pages/download/linux/ubuntu.html
templates/pages/download/macosx.html
templates/pages/download/snapshots.html

index d93d9d5f07026e1c575dce286921589cb9924709..161b4ef112d673b1879f78c3cc29300b97a4fb52 100644 (file)
@@ -10,13 +10,6 @@ that is then supported throughout the lifetime of that Debian version.
 The PostgreSQL project also maintains an apt repository with all supported
 of PostgreSQL available.
 </p>
-<p>
-Should packages not be available for your distribution, or there are
-issues with your package manager, there are graphical installers available.
-</p>
-<p>
-Finally, most Linux systems make it easy to build from source.
-</p>
 
 <h2>Included in distribution</h2>
 <p>
index ed45f5a9fd3ca5ab31e8cf9a221152255ef8fc07..9ac189a63a5823365252b841a581d51ece9dd575 100644 (file)
@@ -1,12 +1,8 @@
 <h2>Graphical installer</h2>
 <p>
-Installers are available for 32 and 64 bit Linux distributions
+Installers are available for 32 and 64-bit Linux distributions
 and include PostgreSQL, pgAdmin and the StackBuilder utility for installation
-of additional packages. The PostgreSQL 8.4 installers have been
-tested with a number of Linux distributions and should work on Ubuntu 6.06
-and above, Fedora 6 and above, CentOS/Red Hat Enterprise Linux 4 and above
-and others. The 9.0 and later installers have only been tested on more
-recent distributions.
+of additional packages.
 </p>
 <p>
 <a href="http://www.enterprisedb.com/products/pgdownload.do">Download</a>
index 73a2fccf86b2d132b0ba4a586bf72fd1231d0d94..b63509c6033e298f5c822c074dbc5e7da9ff06c4 100644 (file)
@@ -1,6 +1,6 @@
 <h2>Cross distribution packages</h2>
 <p>
-Generic RPM and DEB packages that provide a server-only distibution
+Generic RPM and DEB packages that provide a server-only distribution
 are avaliable for some 32 and 64-bit Linux distributions.  These
 packages provide a single set of binaries and consistent packaging
 across different Linux distributions.  They are designed for server
@@ -15,4 +15,4 @@ the packages from OpenSCG for all supported versions.
 <p>
 <i>Note:</i> The cross distribution packages do not fully integrate with
 the platform-specific packaging systems.
-</p>
\ No newline at end of file
+</p>
index 9dc66b37c994fa32e0f80fdd0ab5e6337c49a667..82b3f7ee5d9c9ce6a79849bacb5d9f3f23ddc8ff 100644 (file)
@@ -13,13 +13,6 @@ Since this can often mean a different version than preferred, the PostgreSQL
 project provides a <a href="#yum">repository</a> of packages of all
 supported versions for the most common distributions.
 </p>
-<p>
-Should packages not be available for your distribution, or there are
-issues with your package manager, there are graphical installers available.
-</p>
-<p>
-Finally, most Linux systems make it easy to build from source.
-</p>
 
 <h2>Included in distribution</h2>
 <p>
@@ -49,16 +42,16 @@ the distribution:
    <td class="colLast">8.4</td>
   </tr>
   <tr class="lastrow">
-   <td class="colFirst">Fedora 18</td>
-   <td class="colLast">9.2</td>
+   <td class="colFirst">Fedora 20</td>
+   <td class="colLast">9.3</td>
   </tr>
   <tr>
-   <td class="colFirst">Fedora 19</td>
+   <td class="colFirst">Fedora 21</td>
    <td class="colLast">9.3</td>
   </tr>
   <tr>
-   <td class="colFirst">Fedora 20</td>
-   <td class="colLast">9.3</td>
+   <td class="colFirst">Fedora 22</td>
+   <td class="colLast">9.4</td>
   </tr>
  </table>
 </div>
@@ -120,7 +113,7 @@ and install it with commands like:
 </p>
 <p>
 <code>
-yum install http://yum.postgresql.org/9.3/redhat/rhel-6-x86_64/pgdg-redhat93-9.3-1.noarch.rpm
+yum install http://yum.postgresql.org/9.4/redhat/rhel-6-x86_64/pgdg-redhat94-9.4-1.noarch.rpm
 </code>
 </p>
 <p>
@@ -129,16 +122,16 @@ same way as the ones included in the distribution.
 </p>
 <p>
 <code>
-yum install postgresql93-server postgresql93-contrib<br/>
-service postgresql-9.3 initdb<br/>
-chkconfig postgresql-9.3 on
+yum install postgresql94-server postgresql94-contrib<br/>
+service postgresql-9.4 initdb<br/>
+chkconfig postgresql-9.4 on
 </code>
 or, on Fedora 19 and other later derived distributions:<br />
 <code>
-yum install postgresql93-server postgresql93-contrib<br/>
-/usr/pgsql-9.3/bin/postgresql93-setup initdb<br/>
-systemctl enable postgresql-9.3.service<br/>
-systemctl start postgresql-9.3.service
+yum install postgresql94-server postgresql94-contrib<br/>
+/usr/pgsql-9.4/bin/postgresql94-setup initdb<br/>
+systemctl enable postgresql-9.4.service<br/>
+systemctl start postgresql-9.4.service
 </code>
 </p>
 <p>
@@ -147,10 +140,10 @@ PostgreSQL yum repository follows the same standard as the ones included
 in the main repositories, but include the version number, such as:
 </p>
 <ul>
- <li>postgresql93</li>
- <li>postgresql93-server</li>
- <li>postgresql93-contrib</li>
- <li>pgadmin3_93</li>
+ <li>postgresql94</li>
+ <li>postgresql94-server</li>
+ <li>postgresql94-contrib</li>
+ <li>pgadmin3_94</li>
 </ul>
 
 <h2>Direct RPM download</h2>
index 9e68416383b0b457ea04e525125e4ddfa2e4a40b..3e7035d37f50b94c09e7ea34a19038a83c33f4b2 100644 (file)
@@ -4,18 +4,10 @@
 
 <h1>Linux downloads (SuSE)</h1>
 <p>
-PostgreSQL is available in all SuSE versions by default. However, the
-SuSE "snapshots" a specific version of PostgreSQL
+PostgreSQL is available in all SuSE versions by default. However,
+SuSE Linux "snapshots" a specific version of PostgreSQL
 that is then supported throughout the lifetime of that SuSE version.
 </p>
-<p>
-Should packages not be available for your distribution, or there are
-issues with your package manager, there are graphical installers available.
-</p>
-<p>
-Finally, most Linux systems make it easy to build from source.
-</p>
-
 <h2>Included in distribution</h2>
 <p>
 RPMs for SUSE Linux and openSUSE are available from the
index 4381068a1f492594c44cb93b1946249b4b055e49..4d40cbb01c0897597400733c1ba730f228c01c06 100644 (file)
@@ -8,18 +8,8 @@ PostgreSQL is available in all Ubuntu versions by default. However,
 Ubuntu "snapshots" a specific version of PostgreSQL that is then
 supported throughout the lifetime of that Ubuntu version. Other
 versions of PostgreSQL are available through the PostgreSQL apt
-repository, as well as through a <i>PPA</i> (Personal
-Package Archive - the Ubuntu standard for addon repositories)
 repository.
 </p>
-<p>
-Should packages not be available for your distribution, or there are
-issues with your package manager, there are graphical installers available.
-</p>
-<p>
-Finally, most Linux systems make it easy to build from source.
-</p>
-
 <h2>Included in distribution</h2>
 <p>
 Ubuntu includes PostgreSQL by default. To install PostgreSQL on
@@ -61,9 +51,9 @@ updates for all supported versions of PostgreSQL throughout the support
 </p>
 <p>
 The PostgreSQL apt repository supports LTS versions of Ubuntu (10.04,
-12.04 and 14.04) on amd64 and i386 architectures. While not fully supported,
-the packages often work on non-LTS versions as well, by using the closest
-LTS version available.
+12.04 and 14.04) on amd64 and i386 architectures as well as select non-LTS versions(14.10). 
+While not fully supported, the packages often work on other non-LTS versions as well, 
+by using the closest LTS version available.
 </p>
 <p>
 To use the apt repository, follow these steps:
@@ -96,24 +86,6 @@ questions, please see the apt page on
 <a href="https://wiki.postgresql.org/wiki/Apt">the wiki</a>.
 </p>
 
-<h2>Ubuntu PPA</h2>
-<p>
-Other versions of PostgreSQL than the standard one for a specific
-Ubuntu version are available in the
-<a href="https://launchpad.net/~pitti/+archive/postgresql">PostgreSQL
-backports PPA</a> repository. To enable this repository, run the
-command:
-</p>
-<p>
-<code>
-sudo add-apt-repository ppa:pitti/postgresql
-</code>
-</p>
-<p>
-Once this is done, you can proceed to install and update packages the
-same way as the ones included in the distribution.
-</p>
-
 {%include "pages/download/linux/linux_openscg.inc" %}
 
 {%include "pages/download/linux/linux_oneclick.inc" %}
index c08207f1c3c5f31487cdada9b0a0e099b3aa4a5f..306f00fc705cd063672be57eb8da57b2695a7590 100644 (file)
@@ -22,8 +22,7 @@ which is the recommended way to install.
 <p>
 An installer is available for Mac OS X that includes PostgreSQL,
 pgAdmin and the StackBuilder utility for installation of additional packages. 
-The installer for PostgreSQL 8.4 supports Mac OS X 10.4 and above on Intel 
-and PPC. For PostgreSQL 9.0 and 9.1, Mac OS X 10.5 and above are supported,
+For PostgreSQL 9.0 and 9.1, Mac OS X 10.5 and above are supported,
 on 32 and 64-bit Intel CPUs, and PostgreSQL 9.2 and later support 
 Mac OS X 10.6 and above on 32 and 64-bit Intel CPUs.
 </p>
index f6f640f6ed12a56bed01cec654d1b448ba3e0215..3a2f70923a46919ef6c584ccba86763fc160e83b 100644 (file)
@@ -64,19 +64,19 @@ Typically only Beta and Release Candidate packages are available in the
 Yum repository.
 </p>
 
-<h2>Ubuntu Linux</h2>
+<h2>Debian, Ubuntu Linux</h2>
 <p>
-DEBs for Ubuntu are available from the
-<a href="https://launchpad.net/~pitti/+archive/postgresql">Ubuntu backports PPA</a>
+DEBs for Debian and Ubuntu are available from the
+<a href="https://apt.postgresql.org">PostgreSQL APT Repository</a>
 repository.
 </p>
 <p>
-To setup the repository for these versions, follow the same instructions
-as for the <a href="/download/linux/ubuntu/">normal</a> PPA repository.
+To setup the repository for these distributions, follow the instructions
+on <a href="/download/linux/debian/">Linux Downloads(Debian)</a> or <a href="/download/linux/ubuntu/">Linux Downloads(Ubuntu)</a>.
 </p>
 <p>
 Typically only Beta and Release Candidate packages are available in
-the PPA repository.
+the PostgreSQL APT repository.
 </p>
 
 {%endblock%}