Skip to content

Commit

Permalink
Merge pull request #1209 from MicrosoftDocs/main
Browse files Browse the repository at this point in the history
1/9/2025 PM Publish
  • Loading branch information
Taojunshen authored Jan 9, 2025
2 parents 132a9da + 16f164e commit 3223c68
Show file tree
Hide file tree
Showing 6 changed files with 101 additions and 128 deletions.
214 changes: 93 additions & 121 deletions articles/postgresql/flexible-server/concepts-data-encryption.md

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Manage high availability
title: Configure high availability
description: This article describes how to enable and disable high availability in an Azure Database for PostgreSQL flexible server.
author: akashraokm
ms.author: akashrao
Expand All @@ -11,7 +11,7 @@ ms.topic: how-to
#customer intent: As a user, I want to learn how to enable and disable high availability in an Azure Database for PostgreSQL flexible server.
---

# Configure high availability in an Azure Database for PostgreSQL flexible server
# Configure high availability

[!INCLUDE [applies-to-postgresql-flexible-server](~/reusable-content/ce-skilling/azure/includes/postgresql/includes/applies-to-postgresql-flexible-server.md)]

Expand Down Expand Up @@ -353,7 +353,6 @@ Message: Operation HandleWalServiceFailureManagementOperation failed, because se

---


## Special considerations

- Enabling or disabling high availability on an Azure Database for PostgreSQL flexible server doesn't change other settings, including networking configuration, firewall settings, server parameters, or backup retention. Enabling or disabling high availability is an online operation, and doesn't affect your application connectivity and operations.
Expand All @@ -369,6 +368,8 @@ Message: Operation HandleWalServiceFailureManagementOperation failed, because se
3. After data verification, you can optionally [delete](how-to-delete-server.md) the old server.
4. Make sure that the connection strings of your clients are modified to point to your newly restored instance.

## Related content

- [Overview of business continuity with Azure Database for PostgreSQL - Flexible Server](concepts-business-continuity.md).
- [High availability in Azure Database for PostgreSQL - Flexible Server](/azure/reliability/reliability-postgresql-flexible-server).
- [Point-in-time restore of an Azure Database for PostgreSQL - Flexible Server instance](how-to-restore-server-portal.md).
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion articles/postgresql/flexible-server/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ This article highlights the latest updates and enhancements for Azure Database f
- Public preview of [Autovacuum Metrics](concepts-monitoring.md#autovacuum-metrics) for Azure Database for PostgreSQL flexible server.
- Support for [semver](../extensions/concepts-extensions-versions.md#semver) extension with new servers. <sup>$</sup>
- Public Preview of [Major Version Upgrade](concepts-major-version-upgrade.md) for Azure Database for PostgreSQL flexible server.
- Support for [Geo-redundant backup feature](concepts-backup-restore.md#geo-redundant-backup-and-restore) when using [Disk Encryption with Customer Managed Key (CMK)](concepts-data-encryption.md#how-data-encryption-with-a-cmk-works) feature.
- Support for [Geo-redundant backup feature](concepts-backup-restore.md#geo-redundant-backup-and-restore) when using [Data encryption with customer managed key](concepts-data-encryption.md).
- Support for [minor versions](concepts-supported-versions.md) 14.6, 13.9, 12.13, 11.18. <sup>$</sup>

## Release: January 2023
Expand Down
6 changes: 3 additions & 3 deletions docfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"exclude": [
"**/_themes/**",
"**/includes/**",
"**/obj/**",
"**/obj/**"
],
"src": "articles",
"dest": "."
Expand Down Expand Up @@ -40,7 +40,7 @@
],
"exclude": [
"**/_themes/**",
"**/obj/**",
"**/obj/**"
],
"src": "articles",
"dest": "."
Expand Down Expand Up @@ -231,7 +231,7 @@
"articles/mysql/flexible-server/**/*.yml": "Azure Database for MySQL - Flexible Server",
"articles/postgresql/scripts/**/*.yml": "Azure Database for PostgreSQL - Flexible Server",
"articles/postgresql/flexible-server/**/*.yml": "Azure Database for PostgreSQL - Flexible Server",
"articles/postgresql/migrate/**/*.yml": "Azure Database for PostgreSQL - Flexible Server",
"articles/postgresql/migrate/**/*.yml": "Azure Database for PostgreSQL - Flexible Server"
}
},
"overwrite": [],
Expand Down

0 comments on commit 3223c68

Please sign in to comment.