Skip to content

Commit 77d6230

Browse files
balasankarcdustinmm80
andcommitted
Merge branch '8101-toggle-pgupgrade-off' into 'master'
Toggle recommend_pg_upgrade to false for now Closes #8101 See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7059 Merged-by: Balasankar 'Balu' C <[email protected]> Approved-by: Balasankar 'Balu' C <[email protected]> Co-authored-by: dustinmm80 <[email protected]>
2 parents deb8e82 + fe3ff7b commit 77d6230

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

files/gitlab-ctl-commands/upgrade.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -247,8 +247,8 @@ def pg_upgrade_check
247247

248248
puts '=== INFO ==='
249249
puts "You are currently running PostgreSQL #{installed_version}."
250-
puts "Note that PostgreSQL #{new_version.major} will become the minimum required PostgreSQL version in GitLab 16.0 (May 2023)."
251-
puts "PostgreSQL #{installed_version} will be removed in GitLab 16.0. Please consider upgrading your PostgreSQL version soon."
250+
puts "Note that PostgreSQL #{new_version.major} will become the minimum required PostgreSQL version in GitLab 17.0 (May 2024)."
251+
puts "PostgreSQL #{installed_version} will be removed in GitLab 17.0. Please consider upgrading your PostgreSQL version soon."
252252
puts "To upgrade, please see: #{pg_upgrade_doc_url}"
253253
puts '=== INFO ==='
254254
end
@@ -348,7 +348,7 @@ def attempt_auto_pg_upgrade?
348348
end
349349

350350
def recommend_pg_upgrade?
351-
true
351+
false
352352
end
353353

354354
def display_upgrade_survey?

0 commit comments

Comments
 (0)