diff --git a/br/pkg/restore/import.go b/br/pkg/restore/import.go index e8636aecc0972..3e77f9e3d356c 100644 --- a/br/pkg/restore/import.go +++ b/br/pkg/restore/import.go @@ -630,6 +630,7 @@ func (importer *FileImporter) downloadSST( rule := import_sstpb.RewriteRule{ OldKeyPrefix: encodeKeyPrefix(fileRule.GetOldKeyPrefix()), NewKeyPrefix: encodeKeyPrefix(fileRule.GetNewKeyPrefix()), + NewTimestamp: fileRule.NewTimestamp, } sstMeta := GetSSTMetaFromFile(id, file, regionInfo.Region, &rule)