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.
2 parents 86b17db + 0c8e92a commit 8bf2c51Copy full SHA for 8bf2c51
config/templates/package-scripts/preinst.erb
@@ -39,7 +39,7 @@ fi
39
upgrade_check() {
40
# Minimum version from which jumps are permitted to current version.
41
# Follows https://docs.gitlab.com/ee/update/index.html#upgrade-paths
42
- MIN_VERSION=16.7
+ MIN_VERSION=16.11
43
44
if [ -n "${OLD_VERSION_STRING}" ] ; then
45
# Checking
files/gitlab-ctl-commands/lib/gitlab_ctl/upgrade_check.rb
@@ -16,7 +16,7 @@ def valid?(ov)
16
end
17
18
def min_version
19
- ENV['MIN_VERSION'] || '16.7'.freeze
+ ENV['MIN_VERSION'] || '16.11'.freeze
20
21
22
0 commit comments