You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/postgresql/flexible-server/concepts-major-version-upgrade.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Major version upgrades in Azure Database for PostgreSQL - Flexible Server
3
3
description: Learn how to use Azure Database for PostgreSQL - Flexible Server to do in-place major version upgrades of PostgreSQL on a server.
4
4
author: varun-dhawan
5
5
ms.author: varundhawan
6
-
ms.date: 7/11/2024
6
+
ms.date: 7/12/2024
7
7
ms.service: postgresql
8
8
ms.subservice: flexible-server
9
9
ms.topic: conceptual
@@ -45,7 +45,7 @@ Here are some of the important considerations with in-place major version upgrad
45
45
46
46
- After an in-place major version upgrade is successful, there are no automated ways to revert to the earlier version. However, you can perform a point-in-time recovery (PITR) to a time before the upgrade to restore the previous version of the database instance.
47
47
48
-
- Azure Database for PostgreSQL Flexible Server takes two snapshots of your database during an upgrade. The first snapshot is taken before the upgrade starts, and the second snapshot is taken after the upgrade finishes. If the upgrade fails, the system will automatically restore your database to its state from the first snapshot.
48
+
- Azure Database for PostgreSQL Flexible Server takes snapshot of your database during an upgrade. The snapshot is taken before the upgrade starts. If the upgrade fails, the system will automatically restore your database to its state from the snapshot.
Copy file name to clipboardExpand all lines: articles/postgresql/flexible-server/release-notes.md
+2-10Lines changed: 2 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ ms.author: varundhawan
6
6
ms.service: postgresql
7
7
ms.subservice: flexible-server
8
8
ms.topic: overview
9
-
ms.date: 6/8/2024
9
+
ms.date: 7/12/2024
10
10
#customer intent: As a reader, I want the title and description to meet the required length and include the relevant information about the release notes for Azure DB for PostgreSQL - Flexible Server.
11
11
---
12
12
@@ -20,7 +20,7 @@ This page provides latest news and updates regarding feature additions, engine v
20
20
* General availability of [Major Version Upgrade Support for PostgreSQL 16](concepts-major-version-upgrade.md) for Azure Database for PostgreSQL flexible server.
21
21
* General availability of [Pgvector 0.7.0](concepts-extensions.md) extension.
22
22
* General availability support for [Storage-Autogrow with read replicas](concepts-read-replicas.md)
23
-
23
+
*[SCRAM authentication](how-to-connect-scram.md) authentication set as default for new PostgreSQL 14+ new server deployments.
24
24
25
25
## Release: June 2024
26
26
* Support for new [minor versions](concepts-supported-versions.md) 16.3, 15.7, 14.12, 13.15, and 12.19 <sup>$</sup>
@@ -130,43 +130,35 @@ This page provides latest news and updates regarding feature additions, engine v
130
130
* General availability of [Customer Managed Key feature](./concepts-data-encryption.md) with Azure Database for PostgreSQL flexible server in all Azure public regions
131
131
132
132
## Release: December 2022
133
-
134
133
* Support for [extensions](concepts-extensions.md) pg_hint_plan with new servers<sup>$</sup>
135
134
* General availability of [Customer Managed Key feature](./concepts-data-encryption.md) with Azure Database for PostgreSQL flexible server in Canada East, Canada Central, Southeast Asia, Switzerland North, Switzerland West, Brazil South and East Asia Azure regions
136
135
137
136
## Release: November 2022
138
-
139
137
* Public preview of [Enhanced Metrics](./concepts-monitoring.md#enhanced-metrics) for Azure Database for PostgreSQL flexible server
140
138
* Support for [minor versions](./concepts-supported-versions.md) 14.5, 13.8, 12.12, 11.17. <sup>$</sup>
141
139
* General availability of Azure Database for PostgreSQL flexible server in China North 3 & China East 3 Regions.
142
140
143
-
144
141
## Release: October 2022
145
-
146
142
* Support for [Read Replica](./concepts-read-replicas.md) feature in public preview.
147
143
* Support for [Azure Active Directory](concepts-azure-ad-authentication.md) authentication in public preview.
148
144
* Support for [Customer managed keys](concepts-data-encryption.md) in public preview.
149
145
* Published [Security and compliance certifications](./concepts-compliance.md) for Azure Database for PostgreSQL flexible server.
150
146
* Postgres 14 is now the default PostgreSQL version.
151
147
152
148
## Release: September 2022
153
-
154
149
* Support for [Fast Restore](./concepts-backup-restore.md) feature.
155
150
* General availability of [Geo-Redundant Backups](./concepts-backup-restore.md). See the [regions](overview.md#azure-regions) where Geo-redundant backup is currently available.
156
151
157
152
## Release: August 2022
158
-
159
153
* Support for [PostgreSQL minor version](./concepts-supported-versions.md) 14.4. <sup>$</sup>
160
154
* Support for [new regions](overview.md#azure-regions) Qatar Central, Switzerland West, France South.
161
155
162
156
<sup>**$**</sup> New PostgreSQL 14 servers are provisioned with version 14.4. Your existing PostgreSQL 14.3 servers will be upgraded to 14.4 in your server's future maintenance window.
163
157
164
158
## Release: July 2022
165
-
166
159
* Support for [Geo-redundant backup](./concepts-backup-restore.md#geo-redundant-backup-and-restore) in [more regions](./overview.md#azure-regions) - Australia East, Australia Southeast, Canada Central, Canada East, UK South, UK West, East US, West US, East Asia, Southeast Asia, North Central US, South Central US, and France Central.
167
160
168
161
## Release: June 2022
169
-
170
162
* Support for [**PostgreSQL version 14**](./concepts-supported-versions.md).
171
163
* Support for [minor versions](./concepts-supported-versions.md) 14.3, 13.7, 12.11, 11.16. <sup>$</sup>
172
164
* Support for [Same-zone high availability](concepts-high-availability.md) deployment option.
0 commit comments