File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
files/gitlab-ctl-commands Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -247,8 +247,8 @@ def pg_upgrade_check
247
247
248
248
puts '=== INFO ==='
249
249
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."
252
252
puts "To upgrade, please see: #{ pg_upgrade_doc_url } "
253
253
puts '=== INFO ==='
254
254
end
@@ -348,7 +348,7 @@ def attempt_auto_pg_upgrade?
348
348
end
349
349
350
350
def recommend_pg_upgrade?
351
- true
351
+ false
352
352
end
353
353
354
354
def display_upgrade_survey?
You can’t perform that action at this time.
0 commit comments