Skip to content

Commit 71a7722

Browse files
committed
Add version limit
1 parent 5ae6e28 commit 71a7722

8 files changed

+8
-8
lines changed

en/backup-restore-cr.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ This section introduces the fields in the `Backup` CR.
260260
261261
## CompactBackup CR fields
262262
263-
To compact log backup data into structured SST files, users can create a custom CompactBackup CR object to describe a backup task. Below is a detailed explanation of the fields in the CompactBackup CR:
263+
For ***TiDB version 9.0.0*** and above, you can compact log backup to accelerate PITR restore. To compact log backup data into structured SST files, users can create a custom CompactBackup CR object to describe a backup task. Below is a detailed explanation of the fields in the CompactBackup CR:
264264
265265
* `.spec.startTs`: The start timestamp for the compaction operation.
266266
* `.spec.endTs`: The ending timestamp for the log compaction backup range.

en/backup-to-aws-s3-using-br.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,7 @@ In TiDB Operator v1.5.4, v1.6.0, and earlier versions, you can use the `logStop:
540540

541541
### Compact Backup
542542

543-
You can use a `CompactBackup` CR to compact log backup data into SST format, which accelerates Point in Time Restore (PiTR).
543+
For ***TiDB version 9.0.0*** and above, you can use a `CompactBackup` CR to compact log backup data into SST format, which accelerates Point in Time Restore (PiTR).
544544

545545
This section builds on the previous example of log backup and introduces how to use compact log backup.
546546

en/backup-to-azblob-using-br.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,7 @@ In TiDB Operator v1.5.4, v1.6.0, and earlier versions, you can use the `logStop:
451451

452452
### Compact Backup
453453

454-
You can use a `CompactBackup` CR to compact log backup data into SST format, which accelerates Point in Time Restore (PiTR).
454+
For ***TiDB version 9.0.0*** and above, you can use a `CompactBackup` CR to compact log backup data into SST format, which accelerates Point in Time Restore (PiTR).
455455

456456
This section builds on the previous example of log backup and introduces how to use compact log backup.
457457

en/backup-to-gcs-using-br.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,7 @@ In TiDB Operator v1.5.4, v1.6.0, and earlier versions, you can use the `logStop:
451451

452452
### Compact Backup
453453

454-
You can use a `CompactBackup` CR to compact log backup data into SST format, which accelerates Point in Time Restore (PiTR).
454+
For ***TiDB version 9.0.0*** and above, you can use a `CompactBackup` CR to compact log backup data into SST format, which accelerates Point in Time Restore (PiTR).
455455

456456
This section builds on the previous example of log backup and introduces how to use compact log backup.
457457

zh/backup-restore-cr.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ summary: 介绍用于备份与恢复的 Custom Resource (CR) 资源的各字段
249249

250250
## CompactBackup CR 字段介绍
251251

252-
为了将日志备份数据压缩成结构化SST,用户可以通过创建一个自定义的 `CompactBackup` CR 对象来描述一次备份,以下介绍 `CompactBackup` CR 各个字段的具体含义。
252+
对于 ***v9.0.0*** 以上的TiDB集群,你可以使用 `CompactBackup` 加速日志恢复。为了将日志备份数据压缩成结构化SST,用户可以通过创建一个自定义的 `CompactBackup` CR 对象来描述一次备份,以下介绍 `CompactBackup` CR 各个字段的具体含义。
253253

254254
* `.spec.startTs`: 用于指定日志压缩备份的的范围起始时间戳。
255255
* `.spec.endTs`: 用于指定日志压缩备份的范围结束时间戳。

zh/backup-to-aws-s3-using-br.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,7 @@ demo1-log-backup-s3 log Stopped ....
535535
536536
### 压缩日志备份
537537
538-
`Compact Backup` CR 可以将日志备份数据压缩成SST格式来加速下游的时间点恢复(Point in Time Restore, PiTR)。
538+
对于 ***v9.0.0*** 以上的TiDB集群,`Compact Backup` CR 可以将日志备份数据压缩成SST格式来加速下游的日志恢复(Point in Time Restore, PiTR)。
539539
540540
本节接续上文的日志备份的案例,介绍压缩日志备份的使用。
541541

zh/backup-to-azblob-using-br.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,7 @@ demo1-log-backup-azblob log Stopped ....
451451

452452
### 压缩日志备份
453453

454-
`Compact Backup` CR 可以将日志备份数据压缩成SST格式来加速下游的时间点恢复(Point in Time Restore, PiTR)。
454+
对于 ***v9.0.0*** 以上的TiDB集群,`Compact Backup` CR 可以将日志备份数据压缩成SST格式来加速下游的日志恢复(Point in Time Restore, PiTR)。
455455

456456
本节接续上文的日志备份的案例,介绍压缩日志备份的使用。
457457

zh/backup-to-gcs-using-br.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,7 @@ demo1-log-backup-gcs log Stopped ....
451451
452452
### 压缩日志备份
453453
454-
`Compact Backup` CR 可以将日志备份数据压缩成SST格式来加速下游的时间点恢复(Point in Time Restore, PiTR)。
454+
对于 ***v9.0.0*** 以上的TiDB集群,`Compact Backup` CR 可以将日志备份数据压缩成SST格式来加速下游的日志恢复(Point in Time Restore, PiTR)。
455455
456456
本节接续上文的日志备份的案例,介绍压缩日志备份的使用。
457457

0 commit comments

Comments
 (0)