Skip to content

Commit

Permalink
roachtest: online restore with unsafe_incompatible_version
Browse files Browse the repository at this point in the history
Fixes #128884

Release note: none
  • Loading branch information
msbutler committed Aug 14, 2024
1 parent 3ec1740 commit 3b43ad5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/cmd/roachtest/tests/online_restore.go
Original file line number Diff line number Diff line change
Expand Up @@ -564,9 +564,9 @@ func runRestore(
}

}
opts := ""
opts := "WITH unsafe_restore_incompatible_version"
if runOnline {
opts = "WITH EXPERIMENTAL DEFERRED COPY"
opts = "WITH EXPERIMENTAL DEFERRED COPY, unsafe_restore_incompatible_version"
}
if err := maybeAddSomeEmptyTables(ctx, rd); err != nil {
return errors.Wrapf(err, "failed to add some empty tables")
Expand Down

0 comments on commit 3b43ad5

Please sign in to comment.