summaryrefslogtreecommitdiff
path: root/archive/index.html
blob: aed7d1f81e5533516b207a43360d3ec7c45ab2b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<h1>apt-archive.postgresql.org</h1>

<p>
This archive hosts historical Debian and Ubuntu packages from
<a href="https://apt.postgresql.org/pub/repos/apt/">apt.postgresql.org</a>
since April 2013. The oldest PostgreSQL server versions covered are 8.2.23,
8.3.23, 8.4.17, 9.0.13, 9.1.9, 9.2.4, 9.3beta1, and everything newer.
</p>

<p>
Available distributions are listed in
<a href="/pub/repos/apt/dists/index.html">/pub/repos/apt/dists/</a>.
</p>

<p>
To browse directories, be sure to append "/index.html" to the URL.
</p>

<h2>Archive of distributions removed from apt.postgresql.org</h2>

<p>
Distribution releases are moved here from apt.postgresql.org after they have
been EOLed by Debian or Ubuntu. The distributions retain their original
<b>DIST-pgdg</b> name. Like on apt.postgresql.org, only the most recent version
of each package is contained.
<p>

<p>
/etc/apt/sources.list entry for the distribution archive:
<b><pre>
deb https://apt-archive.postgresql.org/pub/repos/apt DIST-pgdg main
deb-src https://apt-archive.postgresql.org/pub/repos/apt DIST-pgdg main
</pre></b>
Replace <em>DIST</em> by the Debian/Ubuntu distribution in question, e.g.
buster, stretch, focal, bionic, ...
</p>

<h2>Archive of all released packages on apt.postgresql.org</h2>

The archive also contains all versions of all packages that have been part of
some <em>DIST-pgdg</em> distribution on apt.postgresql.org. These distributions
are called <b>DIST-pgdg-archive</b> here. The archive is updated daily; the
Packages/Sources files contain all versions at once.

<p>
/etc/apt/sources.list entry for the archive repository:
<b><pre>
deb https://apt-archive.postgresql.org/pub/repos/apt DIST-pgdg-archive main
deb-src https://apt-archive.postgresql.org/pub/repos/apt DIST-pgdg-archive main
</pre></b>
</p>