Skip to content

Commit 0087489

Browse files
Merge pull request #4719 from MicrosoftDocs/main
Auto Publish – main to live - 2026-04-08 06:00 UTC
2 parents c08a9b3 + 367f59b commit 0087489

File tree

4 files changed

+14
-11
lines changed

4 files changed

+14
-11
lines changed

articles/documentdb/how-to-assess-plan-migration-readiness.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ Carry out up-front planning tasks and make critical decisions before migrating y
1616

1717
## Prerequisites
1818

19-
[!INCLUDE[Prerequisite - Existing cluster](includes/prerequisite-existing-cluster.md)]
20-
2119
- An existing MongoDB installation.
2220

2321
## Assess the compatibility and readiness of your resources for migration

articles/postgresql/configure-maintain/extended-support.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Describes the extended support offering for Postgres major versions
44
author: andtapia
55
ms.author: andreatapia
66
ms.reviewer: maghan
7-
ms.date: 03/09/2026
7+
ms.date: 03/26/2026
88
ms.service: azure-database-postgresql
99
ms.subservice: configuration
1010
ms.topic: concept-article
@@ -67,12 +67,16 @@ A: Your server is automatically enrolled in Extended Support one month after the
6767

6868
**Q: Can I continue using my PostgreSQL instance without Extended Support?**
6969

70-
A: Yes, but after the grace period, you're automatically enrolled in paid Extended Support unless you upgrade to a supported version. During the grace period, you assume full operational risk, and Microsoft support can't guarantee issue resolution.
70+
A: No, extended support is not optional. After the grace period, you're automatically enrolled in paid Extended Support unless you upgrade to a supported version.
7171

7272
**Q: Will I be charged for Extended Support if my server is stopped, failed, or not running??**
7373

7474
A: No. Extended support billing charges apply only to servers that are in a Succeeded (running) state. If a server is stopped, deleted, or in a failed provisioning state, extended support charges will not be applied for that period. Billing automatically resumes once the server returns to a succeeded state and continues running an end‑of‑life engine version under extended support.
7575

76+
**Q: What happens if I’m ready to upgrade to a supported PostgreSQL version, but capacity constraints in my region prevent me from upgrading before Extended Support billing begins?**
77+
78+
A: If regional capacity constraints prevent you from upgrading, your server will be temporarily excluded from Extended Support billing until capacity becomes available and an upgrade path is offered, ensuring you’re not charged for factors outside your control.
79+
7680
**Q: Can my applications break during a major version upgrade?**
7781

7882
A: PostgreSQL major version upgrades can introduce changes that might affect your application - such as deprecated configuration parameters, incompatible extensions, or SQL behavior differences. Validate upgrades in a nonproduction environment before applying them in production. For more details, review the key considerations and limitations in [Major Version Upgrades](./concepts-major-version-upgrade.md) docs.

articles/postgresql/connectivity/includes/pgbouncer-parameters-table.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@
22
author: varun-dhawan
33
ms.author: varundhawan
44
ms.reviewer: maghan
5-
ms.date: 04/01/2026
5+
ms.date: 04/06/2026
66
ms.service: azure-database-postgresql
77
ms.topic: include
88
ms.custom: automatically generated
99
---
1010
| Parameter name | Description | Default |
1111
| --- | --- | --- |
12-
| `pgbouncer.default_pool_size` | Set this parameter value to the number of connections per user/database pair. | 50 |
13-
| `pgbouncer.ignore_startup_parameters` | Enter a comma-separated list of parameters that PgBouncer can ignore. For example, you can let PgBouncer ignore the `extra_float_digits` parameter. Some parameters are allowed; all others raise an error. This ability is needed to tolerate overenthusiastic Java Database Connectivity (JDBC) wanting to unconditionally set `extra_float_digits=2` in startup packets. Use this option if the library that you use reports errors such as `pq: unsupported startup parameter: extra_float_digits`. | |
14-
| `pgbouncer.max_client_conn` | Set this parameter value to the highest number of client connections to PgBouncer that you want to support. | 5000 |
15-
| `pgbouncer.max_prepared_statements` | When this is set to a non-zero value, PgBouncer tracks protocol-level named prepared statements related commands sent by the client in transaction and statement pooling mode. | 0 |
12+
| `pgbouncer.default_pool_size` | How many server connections to allow per user/database pair. | 50 |
13+
| `pgbouncer.ignore_startup_parameters` | Comma-separated list of parameters that PgBouncer can ignore because they are going to be handled by the admin. | |
14+
| `pgbouncer.max_client_conn` | Maximum number of client connections allowed. | 5000 |
15+
| `pgbouncer.max_prepared_statements` | When this is set to a non-zero value PgBouncer tracks protocol-level named prepared statements related commands sent by the client in transaction and statement pooling mode. | 0 |
1616
| `pgbouncer.min_pool_size` | Add more server connections to pool if below this number. | 0 |
17-
| `pgbouncer.pool_mode` | Set this parameter value to TRANSACTION for transaction pooling (which is the recommended setting for most workloads). | transaction |
18-
| `pgbouncer.query_wait_timeout` | Maximum time (in seconds) queries are allowed to spend waiting for execution. If the query isn't assigned to a server during that time, the client is disconnected. | 120 |
17+
| `pgbouncer.pool_mode` | Specifies when a server connection can be reused by other clients. | transaction |
18+
| `pgbouncer.query_wait_timeout` | Maximum time (in seconds) queries are allowed to spend waiting for execution. If the query is not assigned to a server during that time, the client is disconnected. | 120 |
1919
| `pgbouncer.server_idle_timeout` | If a server connection has been idle more than this many seconds it will be dropped. If 0 then timeout is disabled. | 600 |
2020
| `pgbouncer.stats_users` | Comma-separated list of database users that are allowed to connect and run read-only queries on the pgBouncer console. | |

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ This article highlights the latest updates and enhancements for Azure Database f
2020
## Release: April 2026
2121
- General availability
2222
- Support for latest [minor versions](../configure-maintain/concepts-supported-versions.md) 18.3, 17.9, 16.13, 15.17, and 14.22. <sup>$</sup>
23+
- Support for [Premium SSD v2](../compute-storage/concepts-storage-premium-ssd-v2.md) now available in Azure portal for PostgreSQL
2324

2425
## Release: March 2026
2526
- General availability

0 commit comments

Comments
 (0)