We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b334c40 commit 7868b3dCopy full SHA for 7868b3d
bin/ghe-backup
@@ -198,11 +198,11 @@ is_inc=$(is_incremental_backup_feature_on)
198
199
if [ "$is_inc" = true ]; then
200
if [ "$GHE_VERSION_MAJOR" -lt 3 ]; then
201
- log_error "Can only perform incremental backups on enterprise version 3.11 or higher"
+ log_error "Can only perform incremental backups on enterprise version 3.10 or higher"
202
exit 1
203
fi
204
-if [ "$GHE_VERSION_MINOR" -lt 11 ]; then
205
+if [ "$GHE_VERSION_MINOR" -lt 10 ]; then
206
207
208
0 commit comments