diff --git a/pkg/cmd/roachtest/tests/online_restore.go b/pkg/cmd/roachtest/tests/online_restore.go index 570771a873b4..c469390ddcd1 100644 --- a/pkg/cmd/roachtest/tests/online_restore.go +++ b/pkg/cmd/roachtest/tests/online_restore.go @@ -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")