Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs-1267 add ubuntu 24.04 to supported list #6600

Merged
merged 5 commits into from
Mar 31, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
47 changes: 25 additions & 22 deletions product_docs/docs/pgd/5.7/compatibility.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,33 +7,37 @@ deepToC: true

## PGD compatibility with PostgreSQL versions

The following table shows the major versions of PostgreSQL and each version of EDB Postgres Distributed (PGD) they are compatible with.

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

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

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

## PGD compatibility with operating systems and architectures

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

### Linux x86_64 (amd64)

| Operating System | PGD 5 | PGD 4 |
|------------------------------------|-------|-------|
| RHEL 8/9 | Yes | Yes |
| Oracle Linux 8/9 | Yes | Yes |
| Rocky Linux/AlmaLinux | Yes | Yes |
| SUSE Linux Enterprise Server 15SP5 | Yes | Yes |
| Ubuntu 20.04/22.04 | Yes | Yes |
| Debian 11/12 | Yes | Yes |
| Operating System | PGD 5 | PGD 4 |
|------------------------------------|------------|-------|
| RHEL 8/9 | Yes | Yes |
| Oracle Linux 8/9 | Yes | Yes |
| Rocky Linux/AlmaLinux | Yes | Yes |
| SUSE Linux Enterprise Server 15SP5 | Yes | Yes |
| Ubuntu 20.04/22.04 | Yes | Yes |
| Ubuntu 24.04 | Yes¹ | No |
| Debian 11/12 | Yes | Yes |

¹ from PGD 5.7 onwards

### Linux ppc64le

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

| Operating System | PGD 5¹ | PGD 4 |
|------------------|-------|-------|
| Debian 12 | Yes | No |
| RHEL 9² | Yes | No |
|------------------|-------------|-------|
| Debian 12 | Yes | No |
| RHEL 9² | Yes | No |

¹ From PGD 5.6.1 onwards

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

5 changes: 5 additions & 0 deletions product_docs/docs/pgd/5.7/rel_notes/pgd_5.7.0_rel_notes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ editTarget: originalFilePath

Released: 25 February 2025

Updated: 26 March 2025

EDB Postgres Distributed 5.7.0 includes a number of enhancements and bug fixes.

## Highlights
Expand All @@ -15,6 +17,7 @@ EDB Postgres Distributed 5.7.0 includes a number of enhancements and bug fixes.
- **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.
- **Upgrade PGD and Postgres with a Single Command**: Leverage the new [`pgd node upgrade`](/pgd/latest/cli/command_ref/node/upgrade
) command in the PGD CLI to upgrade a node to the latest versions of PGD and Postgres.
- **Ubuntu 24.04 supported**: PGD 5.7.0 now supports Ubuntu 24.04. (23 March 2025)

## Features

Expand All @@ -31,6 +34,8 @@ guarantees that every transaction is decoded and sent at least once.</p>
</details></td><td></td></tr>
<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>
</details></td><td>42964</td></tr>
<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>
</details></td><td></td></tr>
</tbody></table>


Expand Down
10 changes: 10 additions & 0 deletions product_docs/docs/pgd/5.7/rel_notes/src/relnote_5.7.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
product: EDB Postgres Distributed
version: 5.7.0
date: 25 February 2025
updated: 26 March 2025
components:
"BDR": 5.7.0
"PGD CLI": 5.7.0
Expand All @@ -14,6 +15,7 @@ highlights: |
- **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.
- **Upgrade PGD and Postgres with a Single Command**: Leverage the new [`pgd node upgrade`](/pgd/latest/cli/command_ref/node/upgrade
) command in the PGD CLI to upgrade a node to the latest versions of PGD and Postgres.
- **Ubuntu 24.04 supported**: PGD 5.7.0 now supports Ubuntu 24.04. (23 March 2025)
relnotes:
- relnote: Improved performance of DML and other operations on partitioned tables.
component: BDR
Expand Down Expand Up @@ -294,3 +296,11 @@ relnotes:
addresses: 45354
type: Bug Fix
impact: High
- relnote: Ubuntu 24.04 is now supported.
component: BDR
details: |
Packages are now available for Ubuntu 24.04 for all PGD components.
jira: BDR-5790
addresses: ""
type: Feature
impact: Medium
Loading