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: docs/cloud/managed-postgres/upgrades.md
+16-6Lines changed: 16 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,16 +13,26 @@ import BetaBadge from '@theme/badges/BetaBadge';
13
13
14
14
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.
15
15
16
-
## Minor version upgrades {#minor-version-upgrades}
16
+
## Maintenance updates {#maintenance-updates}
17
17
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:
19
19
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.
21
23
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.
23
25
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.
25
27
26
28
## Maintenance windows {#maintenance-windows}
27
29
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