Apt
From PostgreSQL wiki
(Reorder instruction to make then more compact) |
(→News) |
||
| Line 36: | Line 36: | ||
==News== | ==News== | ||
| + | * 2013-02-22: Default repository pin priority changed; see [[Apt/FAQ#I_want_only_specific_packages_from_this_repository|Apt pinning]] for details. | ||
* 2012-12-18: Ubuntu Lucid (10.4) is now part of the repository; PostgreSQL and pgadmin3 packages are built. | * 2012-12-18: Ubuntu Lucid (10.4) is now part of the repository; PostgreSQL and pgadmin3 packages are built. | ||
* 2012-12-06: Official announcement: http://archives.postgresql.org/pgsql-announce/2012-12/msg00008.php, http://www.postgresql.org/about/news/1432/ | * 2012-12-06: Official announcement: http://archives.postgresql.org/pgsql-announce/2012-12/msg00008.php, http://www.postgresql.org/about/news/1432/ | ||
Revision as of 14:40, 22 February 2013
Contents |
PostgreSQL packages for Debian and Ubuntu
The PostgreSQL Global Development Group (PGDG) maintains an APT repository of PostgreSQL packages for Debian and Ubuntu located at http://apt.postgresql.org/pub/repos/apt/. We aim at building PostgreSQL server packages as well as extensions and modules packages on several Debian/Ubuntu releases for all PostgreSQL versions supported.
Currently, we support
- Debian 6.0 (squeeze), 7.0 (wheezy), and unstable (sid) 64/32 bit (amd64/i386)
- Ubuntu 10.4 (lucid) and 12.4 (precise) 64/32 bit (amd64/i386)
- PostgreSQL 8.3, 8.4, 9.0, 9.1, 9.2
- Several server extensions such as Slony-I, various PL languages, and datatypes
- Applications like pgadmin3, pgbouncer, and pgpool-II
Packages for older PostgreSQL versions and older Debian distributions will continue to stay in the repository; updates for those will be provided on an ad-hoc basis.
Note: This repository was previously available at the old location pgapt.debian.net. Please update your sources.list ASAP to use the location mentioned below - you do not need to reinstall anything, the packages and the keyring used are the same. The old location will stop working at the end of January 2013.
Quickstart
Create /etc/apt/sources.list.d/pgdg.list. The distributions are called codename-pgdg. In the example, replace squeeze with the actual distribution you are using:
deb http://apt.postgresql.org/pub/repos/apt/ squeeze-pgdg main
(You may determine the codename by running lsb_release -c.)
Import the repository key from http://apt.postgresql.org/pub/repos/apt/ACCC4CF8.asc, update the package lists, and start installing packages:
wget --quiet -O - http://apt.postgresql.org/pub/repos/apt/ACCC4CF8.asc | sudo apt-key add - sudo apt-get update sudo apt-get install postgresql pgadmin3
Have a look at the FAQ.
Note: this will replace all your Debian/Ubuntu PostgreSQL packages with packages from the PGDG repository. If you do not want this, you need to configure Apt pinning.
News
- 2013-02-22: Default repository pin priority changed; see Apt pinning for details.
- 2012-12-18: Ubuntu Lucid (10.4) is now part of the repository; PostgreSQL and pgadmin3 packages are built.
- 2012-12-06: Official announcement: http://archives.postgresql.org/pgsql-announce/2012-12/msg00008.php, http://www.postgresql.org/about/news/1432/
- 2012-12-06: Minor releases 9.2.2, 9.1.7, 9.0.11, 8.4.15, 8.3.22 built.
- 2012-11-30: pgadmin3 added to the repository
- 2012-11-22: Ubuntu Precise (12.4) added to the repository, and built 9.2.1, 9.1.6, 9.0.10, 8.4.14, 8.3.21 for it.
- 2012-10-13: Repository key renewed with new expiry date.
- 2012-10-02: Minor releases 9.2.1, 9.1.6, 9.0.10, 8.4.14, 8.3.21 built
- 2012-09-15: 9.2.0 is in the repository
- 2012-08-22: PostgreSQL in Debian Hackathon: Blog posting and notes. The distribution names changed from *-pgapt to *-pgdg, please update your sources.list.
- 2012-06-07: 9.2 added, Lenny marked unsupported now
- 2012-06-07: separate components "9.0", "9.2" etc added for libpq5/libpg-dev/lib... packages that would otherwise overwrite packages from other versions in the same suite. (Usually, using the latest stable libpq5 version will be ok for users. The packages built from other PostgreSQL versions are provided only for completeness.)
Resources
- FAQ
- Overview of available packages and versions
- Dists directory
- Packages pool directory
- ExtensionPackaging (PostgreSQL Wiki)
- pkg-postgresql (Debian Wiki)
Contact
- Mailing list: pgsql-pkg-debian@postgresql.org (Archives)
- IRC channel: #postgresql-apt @ irc.freenode.net
- People: Christoph Berg <myon@debian.org>, Dimitri Fontaine <dimitri@2ndquadrant.fr>, Magnus Hagander <magnus@hagander.net>
Bugs
Please report bugs on the pgsql-pkg-debian@postgresql.org mailing list, or open a bug in the Debian BTS.
Documentation
Acknowledgements
Work on setting up the archive was kindly supported by credativ, 2ndQuadrant, Redpill Linpro, and funding from the European Union's Seventh Framework Programme (FP7/2007-2013) under grant agreement 258862.
The build server is kindly hosted by DG-i. The archive is hosted on postgresql.org hardware.
