Skip to content

Commit c3baf81

Browse files
Add changelog entry about major version upgrade
Co-authored-by: Kerry Carmichael <[email protected]>
1 parent 59fc01e commit c3baf81

File tree

1 file changed

+29
-1
lines changed

1 file changed

+29
-1
lines changed

release_notes/48-release-notes.adoc

+29-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,35 @@ Policy::
4242

4343
This release adds improvements related to the following components and concepts:
4444

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+
====
4674

4775
[id="notable-technical-changes-rn-48_{context}"]
4876
== Notable technical changes

0 commit comments

Comments
 (0)