Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.72) (envelope-from ) id 1UCszL-0001kU-97 for pgsql-www@arkaria.postgresql.org; Tue, 05 Mar 2013 14:37:07 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.72) (envelope-from ) id 1UCszK-0001JR-Pv for pgsql-www@arkaria.postgresql.org; Tue, 05 Mar 2013 14:37:06 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtp (Exim 4.72) (envelope-from ) id 1UCszK-0001JM-B1 for pgsql-www@postgresql.org; Tue, 05 Mar 2013 14:37:06 +0000 Received: from cl-2390.ham-01.de.sixxs.net ([2001:6f8:900:955::2] helo=feynman.df7cb.de) by magus.postgresql.org with esmtp (Exim 4.72) (envelope-from ) id 1UCszE-000804-Ci for pgsql-www@postgresql.org; Tue, 05 Mar 2013 14:37:05 +0000 Received: from msgid.df7cb.de (benz.df7cb.de [IPv6:2001:6f8:10ee:e:134::2]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (Client did not present a certificate) by feynman.df7cb.de (Postfix) with ESMTPSA id BFD2169777 for ; Tue, 5 Mar 2013 15:36:57 +0100 (CET) Date: Tue, 5 Mar 2013 15:36:57 +0100 From: Christoph Berg To: PostgreSQL WWW Subject: Updates for the apt.postgresql.org instructions Message-ID: <20130305143657.GF11586@msgid.df7cb.de> Mail-Followup-To: Christoph Berg , PostgreSQL WWW MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) X-Pg-Spam-Score: -1.9 (-) List-Archive: List-Help: List-ID: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: X-Mailing-List: pgsql-www Precedence: bulk Sender: pgsql-www-owner@postgresql.org diff --git a/templates/pages/download/linux/debian.html b/templates/pages/download/linux/debian.html index 96b75cf..cc064cb 100644 --- a/templates/pages/download/linux/debian.html +++ b/templates/pages/download/linux/debian.html @@ -41,6 +41,15 @@ version number as required):
  • pgadmin3 - pgAdmin III graphical administration utility
  • + +

    PostgreSQL Apt Repository

    If the version included in your version of Debian is not the one you want, @@ -52,24 +61,22 @@ updates for all supported versions of PostgreSQL throughout the support

    To use the apt repository, follow these steps:

      -
    • Import the repository signing key - wget -O - http://apt.postgresql.org/pub/repos/apt/ACCC4CF8.asc | sudo apt-key add - -
    • -
    • Edit the file /etc/apt/sources.list.d/pgdg.list, and add a line - for the repository, substituting the proper "codename" for your release - deb http://apt.postgresql.org/pub/repos/apt/ squeeze-pgdg main -
    • -
    • Configure apt's package pinning to prefer the PGDG packages over the standard ones in /etc/apt/preferences.d/pgdg.pref - -Package: *
      -Pin: release o=apt.postgresql.org
      -Pin-Priority: 500 -
      +
    • Create the file /etc/apt/sources.list.d/pgdg.list, and add a line + for the repository +
      + +
      + deb http://apt.postgresql.org/pub/repos/apt/ YOUR_DEBIAN_VERSION_HERE-pgdg main
    • -
    • Update the package lists, and install the pgdg-keyring package to automatically get repository key updates +
    • Import the repository signing key, and update the package lists -sudo apt-get update
      -sudo apt-get install pgdg-keyring +wget --quiet -O - http://apt.postgresql.org/pub/repos/apt/ACCC4CF8.asc | \
      +  sudo apt-key add -
      +sudo apt-get update
    diff --git a/templates/pages/download/linux/ubuntu.html b/templates/pages/download/linux/ubuntu.html index 664af81..a506d37 100644 --- a/templates/pages/download/linux/ubuntu.html +++ b/templates/pages/download/linux/ubuntu.html @@ -43,40 +43,42 @@ version number as required):
  • pgadmin3 - pgAdmin III graphical administration utility
  • + +

    PostgreSQL Apt Repository

    -If the version included in your version of Debian is not the one you want, +If the version included in your version of Ubuntu is not the one you want, you can use the PostgreSQL Apt Repository. This repository will integrate with your normal systems and patch management, and provide automatic updates for all supported versions of PostgreSQL throughout the support lifetime of PostgreSQL.

    -Not all Ubuntu releases are currently supported in the apt repository. For -an up to date list of supported releases, please see the apt page on -the wiki. -

    -

    To use the apt repository, follow these steps:

      -
    • Import the repository signing key - wget -O - http://apt.postgresql.org/pub/repos/apt/ACCC4CF8.asc | sudo apt-key add - -
    • -
    • Edit the file /etc/apt/sources.list.d/pgdg.list, and add a line - for the repository, substituting the proper "codename" for your release - deb http://apt.postgresql.org/pub/repos/apt/ precise-pgdg main -
    • -
    • Configure apt's package pinning to prefer the PGDG packages over the standard ones in /etc/apt/preferences.d/pgdg.pref - -Package: *
      -Pin: release o=apt.postgresql.org
      -Pin-Priority: 500 -
      +
    • Create the file /etc/apt/sources.list.d/pgdg.list, and add a line + for the repository +
      + +
      + deb http://apt.postgresql.org/pub/repos/apt/ YOUR_UBUNTU_VERSION_HERE-pgdg main
    • -
    • Update the package lists, and install the pgdg-keyring package to automatically get repository key updates +
    • Import the repository signing key, and update the package lists -sudo apt-get update
      -sudo apt-get install pgdg-keyring +wget --quiet -O - http://apt.postgresql.org/pub/repos/apt/ACCC4CF8.asc | \
      +  sudo apt-key add -
      +sudo apt-get update
    Christoph -- cb@df7cb.de | http://www.df7cb.de/ -- Sent via pgsql-www mailing list (pgsql-www@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-www