Skip to content

Commit b642a9f

Browse files
authored
Merge pull request #6600 from EnterpriseDB/DOCS-1267-add-ubuntu-24-04-to-supported-list
Docs-1267 add ubuntu 24.04 to supported list
2 parents 3fdba29 + 7424de5 commit b642a9f

File tree

3 files changed

+40
-22
lines changed

3 files changed

+40
-22
lines changed

product_docs/docs/pgd/5.7/compatibility.mdx

+25-22
Original file line numberDiff line numberDiff line change
@@ -7,33 +7,37 @@ deepToC: true
77

88
## PGD compatibility with PostgreSQL versions
99

10-
The following table shows the major versions of PostgreSQL and each version of EDB Postgres Distributed (PGD) they are compatible with.
11-
12-
| Postgres Version | PGD 5 | PGD 4 |
13-
|----------------------|------------------------|--------------|
14-
| 17 | [5.6.1+](/pgd/latest/) | |
15-
| 16 | [5.3+](/pgd/latest/) | |
16-
| 15 | [5](/pgd/latest/) | |
17-
| 14 | [5](/pgd/latest/) | [4](/pgd/4/) |
18-
| 13 | [5](/pgd/latest/) | [4](/pgd/4/) |
19-
| 12 | [5](/pgd/latest/) | [4](/pgd/4/) |
10+
The following table shows the major versions of PostgreSQL and each version of EDB Postgres Distributed (PGD) they are compatible with.
2011

12+
| Postgres Version | PGD 5 | PGD 4 |
13+
|------------------|--------------------|--------------|
14+
| 17.3 | [5.7+](/pgd/5.7) | |
15+
| 17 | [5.6.1+](/pgd/5.6) | |
16+
| 16 | [5.3+](/pgd/5.6/) | |
17+
| 15 | [5](/pgd/5.6/) | |
18+
| 14 | [5](/pgd/5.6/) | [4](/pgd/4/) |
19+
| 13 | [5](/pgd/5.6/) | [4](/pgd/4/) |
20+
| 12 | [5](/pgd/5.6/) | [4](/pgd/4/) |
2121

22+
EDB recommends that you use the latest minor version of any Postgres major version with a supported PGD.
2223

2324
## PGD compatibility with operating systems and architectures
2425

2526
The following tables show the versions of EDB Postgres Distributed and their compatibility with various operating systems and architectures.
2627

2728
### Linux x86_64 (amd64)
2829

29-
| Operating System | PGD 5 | PGD 4 |
30-
|------------------------------------|-------|-------|
31-
| RHEL 8/9 | Yes | Yes |
32-
| Oracle Linux 8/9 | Yes | Yes |
33-
| Rocky Linux/AlmaLinux | Yes | Yes |
34-
| SUSE Linux Enterprise Server 15SP5 | Yes | Yes |
35-
| Ubuntu 20.04/22.04 | Yes | Yes |
36-
| Debian 11/12 | Yes | Yes |
30+
| Operating System | PGD 5 | PGD 4 |
31+
|------------------------------------|------------|-------|
32+
| RHEL 8/9 | Yes | Yes |
33+
| Oracle Linux 8/9 | Yes | Yes |
34+
| Rocky Linux/AlmaLinux | Yes | Yes |
35+
| SUSE Linux Enterprise Server 15SP5 | Yes | Yes |
36+
| Ubuntu 20.04/22.04 | Yes | Yes |
37+
| Ubuntu 24.04 | Yes¹ | No |
38+
| Debian 11/12 | Yes | Yes |
39+
40+
¹ from PGD 5.7 onwards
3741

3842
### Linux ppc64le
3943

@@ -45,11 +49,10 @@ The following tables show the versions of EDB Postgres Distributed and their com
4549
### Linux arm64/aarch64
4650

4751
| Operating System | PGD 5¹ | PGD 4 |
48-
|------------------|-------|-------|
49-
| Debian 12 | Yes | No |
50-
| RHEL 9² | Yes | No |
52+
|------------------|-------------|-------|
53+
| Debian 12 | Yes | No |
54+
| RHEL 9² | Yes | No |
5155

5256
¹ From PGD 5.6.1 onwards
5357

5458
² Postgres 12 is not supported on RHEL 9 on arm64/aarch64
55-

product_docs/docs/pgd/5.7/rel_notes/pgd_5.7.0_rel_notes.mdx

+5
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ editTarget: originalFilePath
77

88
Released: 25 February 2025
99

10+
Updated: 26 March 2025
11+
1012
EDB Postgres Distributed 5.7.0 includes a number of enhancements and bug fixes.
1113

1214
## Highlights
@@ -15,6 +17,7 @@ EDB Postgres Distributed 5.7.0 includes a number of enhancements and bug fixes.
1517
- **PGD Compatibility Assessment**: Ensure a seamless migration to PGD with the new [Assess](/pgd/latest/cli/command_ref/assess/) command in the PGD CLI. This tool proactively reports any PostgreSQL incompatibilities—especially those affecting logical replication—so you can address them before upgrading to PGD.
1618
- **Upgrade PGD and Postgres with a Single Command**: Leverage the new [`pgd node upgrade`](/pgd/latest/cli/command_ref/node/upgrade
1719
) command in the PGD CLI to upgrade a node to the latest versions of PGD and Postgres.
20+
- **Ubuntu 24.04 supported**: PGD 5.7.0 now supports Ubuntu 24.04. (23 March 2025)
1821

1922
## Features
2023

@@ -31,6 +34,8 @@ guarantees that every transaction is decoded and sent at least once.</p>
3134
</details></td><td></td></tr>
3235
<tr><td>BDR</td><td>5.7.0</td><td><details><summary>Fixed an issue whereby concurrent joins of subscriber-only nodes occasionally stopped responding.</summary><hr/><p>A node could end up waiting for the local state of another concurrently joined node to advance, which caused the system to stop responding.</p>
3336
</details></td><td>42964</td></tr>
37+
<tr><td>BDR</td><td>5.7.0</td><td><details><summary>Ubuntu 24.04 is now supported.</summary><hr/><p>Packages are now available for Ubuntu 24.04 for all PGD components.</p>
38+
</details></td><td></td></tr>
3439
</tbody></table>
3540

3641

product_docs/docs/pgd/5.7/rel_notes/src/relnote_5.7.0.yml

+10
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
product: EDB Postgres Distributed
33
version: 5.7.0
44
date: 25 February 2025
5+
updated: 26 March 2025
56
components:
67
"BDR": 5.7.0
78
"PGD CLI": 5.7.0
@@ -14,6 +15,7 @@ highlights: |
1415
- **PGD Compatibility Assessment**: Ensure a seamless migration to PGD with the new [Assess](/pgd/latest/cli/command_ref/assess/) command in the PGD CLI. This tool proactively reports any PostgreSQL incompatibilities—especially those affecting logical replication—so you can address them before upgrading to PGD.
1516
- **Upgrade PGD and Postgres with a Single Command**: Leverage the new [`pgd node upgrade`](/pgd/latest/cli/command_ref/node/upgrade
1617
) command in the PGD CLI to upgrade a node to the latest versions of PGD and Postgres.
18+
- **Ubuntu 24.04 supported**: PGD 5.7.0 now supports Ubuntu 24.04. (23 March 2025)
1719
relnotes:
1820
- relnote: Improved performance of DML and other operations on partitioned tables.
1921
component: BDR
@@ -294,3 +296,11 @@ relnotes:
294296
addresses: 45354
295297
type: Bug Fix
296298
impact: High
299+
- relnote: Ubuntu 24.04 is now supported.
300+
component: BDR
301+
details: |
302+
Packages are now available for Ubuntu 24.04 for all PGD components.
303+
jira: BDR-5790
304+
addresses: ""
305+
type: Feature
306+
impact: Medium

0 commit comments

Comments
 (0)