@@ -42,7 +42,35 @@ Policy::
42
42
43
43
This release adds improvements related to the following components and concepts:
44
44
45
-
45
+ //ROX-20769
46
+ [id="central-db-postgresql_15_{context}"]
47
+ === Central DB uses PostgreSQL 15
48
+
49
+ The Central DB component now uses PostgreSQL 15, and {product-title-short} 4.8
50
+ supports this version for external databases. A new installation with an
51
+ internal database now uses this version by default. When upgrading an existing
52
+ cluster to {product-title-short} 4.8, Central DB will perform an upgrade of the
53
+ data it has collected.
54
+
55
+ [IMPORTANT]
56
+ ====
57
+ When preparing the upgrade to {product-title-short} 4.8, follow these
58
+ suggestions:
59
+
60
+ * Back up the database before upgrading to {product-title-short} 4.8
61
+
62
+ * If you are not upgrading by using the Operator, check the disk space
63
+ available for the database by viewing the
64
+ `rox_central_postgres_available_size_bytes` metric. For the purposes of the
65
+ upgrade, the value should be double the amount of the already-consumed disk
66
+ space, as shown in the `rox_central_postgres_total_size_bytes` metric. If the
67
+ value is not correct, extend the database PVC.
68
+
69
+ * Do not interrupt the upgrade procedure. If the upgrade is interrupted, a
70
+ manual intervention might be required to proceed.
71
+
72
+ Depending on the amount of data, the upgrade can take extra time to finish.
73
+ ====
46
74
47
75
[id="notable-technical-changes-rn-48_{context}"]
48
76
== Notable technical changes
0 commit comments