<li>Buster (10.x)</li>
<li>Stretch (9.x)</li>
<li>Jessie (8.x)</li>
+ <li>Bullseye (11.x, testing)</li>
+ <li>Sid (unstable)</li>
</ul>
<p>on the following architectures:</p>
<ul>
<li>amd64</li>
- <li>i386</li>
+ <li>arm64 (Buster and newer)</li>
+ <li>i386 (Buster and older)</li>
<li>ppc64el</li>
</ul>
<p>
<option value="buster">Buster (10.x)</option>
<option value="stretch">Stretch (9.x)</option>
<option value="jessie">Jessie (8.x)</option>
+ <option value="bullseye">Bullseye (11.x, testing)</option>
+ <option value="sid">Sid (unstable)</option>
</select>
</li>
<li>
Debian, use the <code>apt-get</code> (or other apt-driving) command:
</p>
<pre class="code">
- apt-get install postgresql-11
+ apt-get install postgresql-12
</pre>
<p>
The repository contains many different packages including third party
<table class="table table-striped">
<tbody>
<tr>
- <th scope="row">postgresql-client-11</th>
+ <th scope="row">postgresql-client-12</th>
<td>client libraries and client binaries</td>
</tr>
<tr>
- <th scope="row">postgresql-11</th>
+ <th scope="row">postgresql-12</th>
<td>core database server</td>
</tr>
<tr>
<td>libraries and headers for C language frontend development</td>
</tr>
<tr>
- <th scope="row">postgresql-server-dev-11</th>
+ <th scope="row">postgresql-server-dev-12</th>
<td>libraries and headers for C language backend development</td>
</tr>
<tr>
<p>
The PostgreSQL Apt Repository supports the current LTS versions of Ubuntu:
<ul>
+ <li>20.04</li>
<li>18.04</li>
<li>16.04</li>
</ul>
on the following architectures:
<ul>
<li>amd64</li>
- <li>i386</li>
+ <li>arm64 (18.04 and newer)</li>
+ <li>i386 (18.04 and older)</li>
<li>ppc64el</li>
</ul>
<li>
<select id="debseries" name="field.series" class="custom-select">
<option selected="selected" value="YOUR_UBUNTU_VERSION_HERE">Choose your Ubuntu version</option>
+ <option value="focal">Focal (20.04)</option>
<option value="bionic">Bionic (18.04)</option>
<option value="xenial">Xenial (16.04)</option>
</select>
Ubuntu, use the <em>apt-get</em> (or other apt-driving) command:
</p>
<code>
-apt-get install postgresql-11
+apt-get install postgresql-12
</code>
<p>
The repository contains many different packages including third party
<table class="table table-striped">
<tbody>
<tr>
- <th scope="row">postgresql-client-11</th>
+ <th scope="row">postgresql-client-12</th>
<td>client libraries and client binaries</td>
</tr>
<tr>
- <th scope="row">postgresql-11</th>
+ <th scope="row">postgresql-12</th>
<td>core database server</td>
</tr>
<tr>
<td>libraries and headers for C language frontend development</td>
</tr>
<tr>
- <th scope="row">postgresql-server-dev-11</th>
+ <th scope="row">postgresql-server-dev-12</th>
<td>libraries and headers for C language backend development</td>
</tr>
<tr>