Skip to content

Commit 2239cc1

Browse files
committed
Update Debian and Ubuntu versions
- Debian: Add bullseye and sid - Ubuntu: Add focal (20.04) - Add arm64 architecture to each package page - Modify examples to use PostgreSQL 12 Author: Christoph Berg <myon@debian.org>
1 parent 502447d commit 2239cc1

File tree

2 files changed

+18
-10
lines changed

2 files changed

+18
-10
lines changed

templates/pages/download/linux/debian.html

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,14 @@ <h2>PostgreSQL Apt Repository</h2>
2828
<li>Buster (10.x)</li>
2929
<li>Stretch (9.x)</li>
3030
<li>Jessie (8.x)</li>
31+
<li>Bullseye (11.x, testing)</li>
32+
<li>Sid (unstable)</li>
3133
</ul>
3234
<p>on the following architectures:</p>
3335
<ul>
3436
<li>amd64</li>
35-
<li>i386</li>
37+
<li>arm64 (Buster and newer)</li>
38+
<li>i386 (Buster and older)</li>
3639
<li>ppc64el</li>
3740
</ul>
3841
<p>
@@ -45,6 +48,8 @@ <h2>PostgreSQL Apt Repository</h2>
4548
<option value="buster">Buster (10.x)</option>
4649
<option value="stretch">Stretch (9.x)</option>
4750
<option value="jessie">Jessie (8.x)</option>
51+
<option value="bullseye">Bullseye (11.x, testing)</option>
52+
<option value="sid">Sid (unstable)</option>
4853
</select>
4954
</li>
5055
<li>
@@ -72,7 +77,7 @@ <h2>Included in distribution</h2>
7277
Debian, use the <code>apt-get</code> (or other apt-driving) command:
7378
</p>
7479
<pre class="code">
75-
apt-get install postgresql-11
80+
apt-get install postgresql-12
7681
</pre>
7782
<p>
7883
The repository contains many different packages including third party
@@ -82,11 +87,11 @@ <h2>Included in distribution</h2>
8287
<table class="table table-striped">
8388
<tbody>
8489
<tr>
85-
<th scope="row">postgresql-client-11</th>
90+
<th scope="row">postgresql-client-12</th>
8691
<td>client libraries and client binaries</td>
8792
</tr>
8893
<tr>
89-
<th scope="row">postgresql-11</th>
94+
<th scope="row">postgresql-12</th>
9095
<td>core database server</td>
9196
</tr>
9297
<tr>
@@ -98,7 +103,7 @@ <h2>Included in distribution</h2>
98103
<td>libraries and headers for C language frontend development</td>
99104
</tr>
100105
<tr>
101-
<th scope="row">postgresql-server-dev-11</th>
106+
<th scope="row">postgresql-server-dev-12</th>
102107
<td>libraries and headers for C language backend development</td>
103108
</tr>
104109
<tr>

templates/pages/download/linux/ubuntu.html

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,15 @@ <h2>PostgreSQL Apt Repository</h2>
2222
<p>
2323
The PostgreSQL Apt Repository supports the current LTS versions of Ubuntu:
2424
<ul>
25+
<li>20.04</li>
2526
<li>18.04</li>
2627
<li>16.04</li>
2728
</ul>
2829
on the following architectures:
2930
<ul>
3031
<li>amd64</li>
31-
<li>i386</li>
32+
<li>arm64 (18.04 and newer)</li>
33+
<li>i386 (18.04 and older)</li>
3234
<li>ppc64el</li>
3335
</ul>
3436

@@ -42,6 +44,7 @@ <h2>PostgreSQL Apt Repository</h2>
4244
<li>
4345
<select id="debseries" name="field.series" class="custom-select">
4446
<option selected="selected" value="YOUR_UBUNTU_VERSION_HERE">Choose your Ubuntu version</option>
47+
<option value="focal">Focal (20.04)</option>
4548
<option value="bionic">Bionic (18.04)</option>
4649
<option value="xenial">Xenial (16.04)</option>
4750
</select>
@@ -68,7 +71,7 @@ <h2>Included in distribution</h2>
6871
Ubuntu, use the <em>apt-get</em> (or other apt-driving) command:
6972
</p>
7073
<code>
71-
apt-get install postgresql-11
74+
apt-get install postgresql-12
7275
</code>
7376
<p>
7477
The repository contains many different packages including third party
@@ -78,11 +81,11 @@ <h2>Included in distribution</h2>
7881
<table class="table table-striped">
7982
<tbody>
8083
<tr>
81-
<th scope="row">postgresql-client-11</th>
84+
<th scope="row">postgresql-client-12</th>
8285
<td>client libraries and client binaries</td>
8386
</tr>
8487
<tr>
85-
<th scope="row">postgresql-11</th>
88+
<th scope="row">postgresql-12</th>
8689
<td>core database server</td>
8790
</tr>
8891
<tr>
@@ -94,7 +97,7 @@ <h2>Included in distribution</h2>
9497
<td>libraries and headers for C language frontend development</td>
9598
</tr>
9699
<tr>
97-
<th scope="row">postgresql-server-dev-11</th>
100+
<th scope="row">postgresql-server-dev-12</th>
98101
<td>libraries and headers for C language backend development</td>
99102
</tr>
100103
<tr>

0 commit comments

Comments
 (0)