Skip to content

Commit

Permalink
Added a few more commands to the exportDirInitialisedCheckNeededList …
Browse files Browse the repository at this point in the history
…to ensure they don't throw a segmentation fault error when run on an empty export dir
  • Loading branch information
ShivanshGahlot committed Dec 12, 2024
1 parent e5e8f9c commit 35396a4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions yb-voyager/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,13 @@ func startPprofServer() {
}

var exportDirInitialisedCheckNeededList = []string{
"yb-voyager analyze-schema",
"yb-voyager import data",
"yb-voyager import data to target",
"yb-voyager import data to source",
"yb-voyager import data to source-replica",
"yb-voyager import data status",
"yb-voyager export data from target",
"yb-voyager export data status",
"yb-voyager cutover status",
"yb-voyager get data-migration-report",
Expand Down

0 comments on commit 35396a4

Please sign in to comment.