Skip to content

Commit a4b1bbf

Browse files
authored
Merge pull request #6283 from ClickHouse/andreyc/update-docs
Reworked "upgrades" section of the Managed Postgres docs for Beta
2 parents 786de53 + 6f3de52 commit a4b1bbf

1 file changed

Lines changed: 16 additions & 6 deletions

File tree

docs/cloud/managed-postgres/upgrades.md

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,26 @@ import BetaBadge from '@theme/badges/BetaBadge';
1313

1414
Managed Postgres handles PostgreSQL version upgrades to keep your instances secure and up to date. Both minor and major version upgrades are supported with minimal disruption.
1515

16-
## Minor version upgrades {#minor-version-upgrades}
16+
## Maintenance updates {#maintenance-updates}
1717

18-
Minor version upgrades (e.g., 16.4 to 16.5) include bug fixes and security patches. These are performed via failover and typically result in only a brief disconnect, often lasting just a few seconds.
18+
Regular maintenance in the PostgreSQL instances includes the following:
1919

20-
For instances with [standbys](/cloud/managed-postgres/high-availability) enabled, the upgrade is applied to the standby first, followed by a failover to minimize downtime.
20+
- Minor version upgrades (e.g., 17.4 to 17.5) include bug fixes and PostgreSQL engine security patches.
21+
- Managed Service features. Improvements to native CDC, observability, pg_clickhouse, and other extensions.
22+
- Operating system and system components patches. Including security fixes, efficiency, and other improvements.
2123

22-
## Major version upgrades {#major-version-upgrades}
24+
These are performed via failover and typically result in only a brief disconnect, often lasting just a few seconds.
2325

24-
Major version upgrades (e.g., 16.x to 17.x) also involve only a few seconds of downtime, following a similar failover-based approach.
26+
For instances with [standbys](/cloud/managed-postgres/high-availability) enabled, the upgrade is applied to the standby first, followed by a failover to minimize downtime.
2527

2628
## Maintenance windows {#maintenance-windows}
2729

28-
Managed Postgres supports maintenance windows so that upgrades and other maintenance operations can be scheduled at a time that's least disruptive to your workload. UI support for configuring maintenance windows is coming soon. In the meantime, contact [support](https://clickhouse.com/support/program) to set up a maintenance window for your instance.
30+
Default maintenance window is 14:00 to 16:00 UTC on Sunday.
31+
Expected downtime is less than 1 minute within the window.
32+
33+
For Enterprise Tier organizations, Managed Postgres supports maintenance windows so that upgrades and other maintenance operations can be scheduled at a time that's least disruptive to your workload. UI and API support for configuring maintenance windows is coming soon. In the meantime, contact [support](https://clickhouse.com/support/program) to set up a maintenance window for your instance.
34+
35+
## Major version upgrades {#major-version-upgrades}
36+
37+
Major version upgrades (e.g., 17.x to 18.x) via UI and API are coming soon.
38+
In the meantime, contact [support](https://clickhouse.com/support/program) to upgrade your Managed Postgres instance.

0 commit comments

Comments
 (0)