Maxim Mironjuk
-
April 27, 2025
A cluster move sounds at first like taking a snapshot, staging it somewhere, and restoring it on the target cluster, with all the pitfalls around storage locations, permissions, and version compatibility that come with it. The Reindex API offers a more direct path through the source.remote option: the target cluster reads documents straight from the source cluster over its REST interface and writes them immediately into its own index, with no snapshot repository or file export as a staging step. This article covers what whitelisting is required, how migrations can be parallelized with slicing, and what a practical workflow looks like for a version upgrade or a move to different infrastructure.