Skip to content

Commit 7868b3d

Browse files
committed
Revert "updated ghe-backup testing versions"
This reverts commit b2f7717.
1 parent b334c40 commit 7868b3d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bin/ghe-backup

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -198,11 +198,11 @@ is_inc=$(is_incremental_backup_feature_on)
198198

199199
if [ "$is_inc" = true ]; then
200200
if [ "$GHE_VERSION_MAJOR" -lt 3 ]; then
201-
log_error "Can only perform incremental backups on enterprise version 3.11 or higher"
201+
log_error "Can only perform incremental backups on enterprise version 3.10 or higher"
202202
exit 1
203203
fi
204-
if [ "$GHE_VERSION_MINOR" -lt 11 ]; then
205-
log_error "Can only perform incremental backups on enterprise version 3.11 or higher"
204+
if [ "$GHE_VERSION_MINOR" -lt 10 ]; then
205+
log_error "Can only perform incremental backups on enterprise version 3.10 or higher"
206206
exit 1
207207
fi
208208

0 commit comments

Comments
 (0)