Commit graph

1 commit

Author SHA1 Message Date
Hendrik Muhs
7673778034
[7.x][Transform] add transform upgrade endpoint (#77566) (#79097)
* [Transform] add transform upgrade endpoint (#77566)

Add an _upgrade endpoint to bulk upgrade transforms. _upgrade rewrites all transforms and its
artifacts into the latest format to the latest storage(index). If all transforms are upgraded old
indices and outdated documents get deleted. Using the dry_run option it is possible to check if
upgrades are necessary without applying changes.

* fix merge conflicts

* 7.x requires a different license check
2021-10-14 04:39:39 -04:00