Skip to content

Commit 404fd2b

Browse files
committed
[DOCS] Updates description and example response.
1 parent 7e5b3f5 commit 404fd2b

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

docs/reference/transform/apis/upgrade-transforms.asciidoc

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,17 @@ configuration format and upgrades them to the latest version; including clean up
3434
of the internal data structures that store {transform} state and checkpoints.
3535
{transform-cap} upgrade does not effect the source and destination indices.
3636

37-
It is recommended to have a recent cluster backup prior to performing a
38-
{transform} upgrade which can be run either before or after an {es} upgrade.
39-
However, it is recommended to perform it prior to upgrading {es} to the next
40-
major version to ensure {ctransforms} remain started.
41-
4237
If a {transform} upgrade step fails, the upgrade stops, and an error is returned
4338
about the underlying issue. Resolve the issue then re-run the process again. A
4439
summary is returned when the upgrade is finished.
4540

41+
For a major version update – for example, from 7.16 to 8.0 –, it is recommended
42+
to have a recent cluster backup prior to performing a {transform} upgrade which
43+
can be run either before or after an {es} upgrade. However, it is recommended to
44+
perform it before upgrading {es} to the next major version to ensure
45+
{ctransforms} remain running.
46+
47+
4648
[IMPORTANT]
4749
====
4850
@@ -80,6 +82,7 @@ When all {transforms} are upgraded, you receive a summary:
8082
[source,console-result]
8183
----
8284
{
85+
"updated": 2
8386
"no_action": 1
8487
}
8588
----

0 commit comments

Comments
 (0)