Skip to content

Commit e455e09

Browse files
Merge pull request #269842 from varun-dhawan/varund-jan
[PostgreSQL] updates
2 parents 648a26f + 0f438bf commit e455e09

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

articles/postgresql/flexible-server/concepts-extensions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ select cron.alter_job(job_id:=MyJobID,database:='NewDBName');
262262
The PG Failover Slots extension enhances Azure Database for PostgreSQL flexible server when operating with both logical replication and high availability enabled servers. It effectively addresses the challenge within the standard PostgreSQL engine that doesn't preserve logical replication slots after a failover. Maintaining these slots is critical to prevent replication pauses or data mismatches during primary server role changes, ensuring operational continuity and data integrity.
263263

264264
The extension streamlines the failover process by managing the necessary transfer, cleanup, and synchronization of replication slots, thus providing a seamless transition during server role changes.
265-
The extension is supported for PostgreSQL versions 11 to 15.
265+
The extension is supported for PostgreSQL versions 16 to 11.
266266

267267
You can find more information and how to use the PG Failover Slots extension on its [GitHub page](https://github.com/EnterpriseDB/pg_failover_slots).
268268

articles/postgresql/flexible-server/concepts-major-version-upgrade.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Here are some of the important considerations with in-place major version upgrad
5151
Major Version Upgrade Logs (PG_Upgrade_Logs) provides direct access to detailed logs through the [Server Logs](./how-to-server-logs-portal.md). Here’s how to integrate `PG_Upgrade_Logs` into your upgrade process, ensuring a smoother and more transparent transition to new PostgreSQL versions.
5252

5353
You can configure your Major Version Upgrade Logs in the same way as [Server Logs](./how-to-server-logs-portal.md), above using the Server Parameters
54-
* `logfiles.download_enable` to ON to enable this feature.
54+
* `logfiles.download_enable` ON to enable this feature.
5555
* `logfiles.retention_days` to define logfile retention in days.
5656

5757
#### Setting Up PostgreSQL Version Upgrade Logs

articles/postgresql/flexible-server/release-notes.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.custom:
1010
ms.service: postgresql
1111
ms.subservice: flexible-server
1212
ms.topic: overview
13-
ms.date: 03/3/2024
13+
ms.date: 3/21/2024
1414
---
1515

1616
# Release notes - Azure Database for PostgreSQL - Flexible Server
@@ -21,6 +21,8 @@ This page provides latest news and updates regarding feature additions, engine v
2121

2222
## Release: February 2024
2323
* Support for [minor versions](./concepts-supported-versions.md) 16.1, 15.5, 14.10, 13.13, 12.17, 11.22 <sup>$</sup>
24+
* General availability of [Major Version Upgrade logs](./concepts-major-version-upgrade.md#major-version-upgrade-logs)
25+
* General availability of [private endpoints](concepts-networking-private-link.md).
2426

2527
## Release: January 2024
2628
* General availability of [Server logs](./how-to-server-logs-portal.md) including Portal and CLI support.

0 commit comments

Comments
 (0)