Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BR: Auto truncate log backup in backup schedule #4904

Merged
merged 14 commits into from
Mar 7, 2023
37 changes: 37 additions & 0 deletions docs/api-references/docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -569,6 +569,19 @@ BackupSpec
</tr>
<tr>
<td>
<code>logBackupTemplate</code></br>
<em>
<a href="#backupspec">
BackupSpec
</a>
</em>
</td>
<td>
<p>LogBackupTemplate is the specification of the log backup structure to get scheduled.</p>
</td>
</tr>
<tr>
<td>
<code>storageClassName</code></br>
<em>
string
Expand Down Expand Up @@ -3620,6 +3633,19 @@ BackupSpec
</tr>
<tr>
<td>
<code>logBackupTemplate</code></br>
<em>
<a href="#backupspec">
BackupSpec
</a>
</em>
</td>
<td>
<p>LogBackupTemplate is the specification of the log backup structure to get scheduled.</p>
</td>
</tr>
<tr>
<td>
<code>storageClassName</code></br>
<em>
string
Expand Down Expand Up @@ -3687,6 +3713,17 @@ string
</tr>
<tr>
<td>
<code>logBackup</code></br>
<em>
string
</em>
</td>
<td>
<p>logBackup represents the name of log backup.</p>
</td>
</tr>
<tr>
<td>
<code>lastBackupTime</code></br>
<em>
<a href="https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.18/#time-v1-meta">
Expand Down
1,319 changes: 1,319 additions & 0 deletions manifests/crd.yaml

Large diffs are not rendered by default.

1,319 changes: 1,319 additions & 0 deletions manifests/crd/v1/pingcap.com_backupschedules.yaml

Large diffs are not rendered by default.

Loading