Skip to content

Commit 36db3ad

Browse files
authored
feat: ability to resume a previously interrupted restore operation (#603)
* resumable restores
1 parent 0716711 commit 36db3ad

File tree

5 files changed

+869
-201
lines changed

5 files changed

+869
-201
lines changed

.github/workflows/pull-request.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,7 @@ jobs:
187187
- TestInstallSnapshotFromReplicatedApp
188188
- TestMultiNodeAirgapUpgradeUbuntuJammy
189189
- TestSingleNodeDisasterRecovery
190+
- TestSingleNodeResumeDisasterRecovery
190191
steps:
191192
- name: Checkout
192193
uses: actions/checkout@v4

.github/workflows/release-dev.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ jobs:
140140
- TestInstallSnapshotFromReplicatedApp
141141
- TestMultiNodeAirgapUpgradeUbuntuJammy
142142
- TestSingleNodeDisasterRecovery
143+
- TestSingleNodeResumeDisasterRecovery
143144
steps:
144145
- name: Checkout
145146
uses: actions/checkout@v4

0 commit comments

Comments
 (0)