Skip to content

Commit f4dcda2

Browse files
authored
clarify config overrides
1 parent 021ef47 commit f4dcda2

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

modules/ROOT/pages/release-notes.adoc

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,16 +427,20 @@ Please note that Java-based products that use the JMX exporter for Prometheus ar
427427
428428
Apache Nifi
429429
430-
To upgrade from 1.27 to the 2.x series, the following config overrides are necessary:
430+
To upgrade from 1.27 to the 2.x series, the following config overrides are necessary in the new cluster's manifest:
431431
432432
----
433433
spec:
434+
image:
435+
productVersion: 2.0.0-M4
434436
nodes:
435437
configOverrides:
436438
nifi.properties:
437439
nifi.flow.configuration.file: /stackable/data/database/flow.json.gz
438440
----
439441
442+
IMPORTANT: Do not override this property for the 1.27 cluster version.
443+
440444
This is necessary because the 2.x versions do not support the XML format for flow definitions anymore.
441445
Support for the JSON format has been addded in version 1.16 and both formats have been maintained up to (excluding) version 2.0.
442446
The next SDP release 24.11 will automatically take care of this step for you.

0 commit comments

Comments
 (0)