cutover reference

yb-voyager cutover

This page describes the following cutover commands:

cutover initiate

Initiate cutover to the YugabyteDB database.

Syntax

Usage: yb-voyager cutover initiate [ <arguments> ... ]

Arguments

The valid arguments for cutover initiate are described in the following table:

Argument Description/valid options
-e, --export-dir Path to the export directory. This directory is a workspace used to store exported schema DDL files, export data files, migration state, and a log file.
-h, --help Command line help for cutover initiate.

Example

yb-voyager cutover initiate --export-dir /dir/export-dir

cutover status

Shows the status of the cutover to the YugabyteDB database. Status can be INITIATED, NOT INITIATED, or COMPLETED.

Syntax

Usage: yb-voyager cutover status [ <arguments> ... ]

Arguments

The valid arguments for cutover status are described in the following table:

Argument Description/valid options
-e, --export-dir Path to the export directory. This directory is a workspace used to store exported schema DDL files, export data files, migration state, and a log file.
-h, --help Command line help for cutover status.

Example

yb-voyager cutover status --export-dir /dir/export-dir