File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -427,16 +427,20 @@ Please note that Java-based products that use the JMX exporter for Prometheus ar
427
427
428
428
Apache Nifi
429
429
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 :
431
431
432
432
----
433
433
spec:
434
+ image:
435
+ productVersion: 2.0.0-M4
434
436
nodes:
435
437
configOverrides:
436
438
nifi.properties:
437
439
nifi.flow.configuration.file: /stackable/data/database/flow.json.gz
438
440
----
439
441
442
+ IMPORTANT: Do not override this property for the 1.27 cluster version.
443
+
440
444
This is necessary because the 2.x versions do not support the XML format for flow definitions anymore.
441
445
Support for the JSON format has been addded in version 1.16 and both formats have been maintained up to (excluding) version 2.0.
442
446
The next SDP release 24.11 will automatically take care of this step for you.
You can’t perform that action at this time.
0 commit comments