Skip to content
Snippets Groups Projects

Print a deprecation notice for postgres upgrades if <11

Merged Dustin Collins requested to merge postgres-deprecation-notice into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -167,7 +167,7 @@ class OmnibusHelper # rubocop:disable Style/MultilineIfModifier (disabled so we
gitlab_rb_config = Gitlab['node'].normal
return unless gitlab_rb_config['gitlab']['postgresql']['version']
return if gitlab_rb_config['postgresql']['version'].split(".")[0].to_f >= '11'.to_f
return if gitlab_rb_config['gitlab']['postgresql']['version'].split(".")[0].to_f >= '11'.to_f
LoggingHelper.warning(%q(
=== WARNING ===
Loading