Skip to content

Commit 3526927

Browse files
ti-chi-botRidRisR
andauthored
br: add new field MinCompactStartTs in backupSchedule, enable users customize compact start ts (#6420) (#6422)
Co-authored-by: RidRisR <[email protected]>
1 parent a91fe3f commit 3526927

File tree

12 files changed

+11677
-11457
lines changed

12 files changed

+11677
-11457
lines changed

docs/api-references/docs.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -701,6 +701,20 @@ CompactSpec
701701
</tr>
702702
<tr>
703703
<td>
704+
<code>minCompactStartTs</code></br>
705+
<em>
706+
string
707+
</em>
708+
</td>
709+
<td>
710+
<em>(Optional)</em>
711+
<p>MinCompactStartTs specifies the minimum start timestamp for compact backup.
712+
If the calculated start ts is less than this value, it will be adjusted to this value.
713+
Format supports TSO or datetime, e.g. &lsquo;400036290571534337&rsquo;, &lsquo;2018-05-11 01:42:23&rsquo;.</p>
714+
</td>
715+
</tr>
716+
<tr>
717+
<td>
704718
<code>storageClassName</code></br>
705719
<em>
706720
string
@@ -3845,6 +3859,20 @@ CompactSpec
38453859
</tr>
38463860
<tr>
38473861
<td>
3862+
<code>minCompactStartTs</code></br>
3863+
<em>
3864+
string
3865+
</em>
3866+
</td>
3867+
<td>
3868+
<em>(Optional)</em>
3869+
<p>MinCompactStartTs specifies the minimum start timestamp for compact backup.
3870+
If the calculated start ts is less than this value, it will be adjusted to this value.
3871+
Format supports TSO or datetime, e.g. &lsquo;400036290571534337&rsquo;, &lsquo;2018-05-11 01:42:23&rsquo;.</p>
3872+
</td>
3873+
</tr>
3874+
<tr>
3875+
<td>
38483876
<code>storageClassName</code></br>
38493877
<em>
38503878
string

0 commit comments

Comments
 (0)