Skip to content
Snippets Groups Projects
Commit c9bc192205c3 authored by Dustin Collins's avatar Dustin Collins
Browse files

Ensure postgresql_new is included in GitLab CE

- Adds postgresql_new to the gitlab_rails configuration
- Ensures gitlab_exporter users newer postgres libraries
  with backwards compatibility

Closes https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/8189

Changelog: fixed
parent d1122f072437
No related branches found
No related tags found
3 merge requests!114heptapod#1394: making 1.0 the oldstable,!110heptapod#1352: merged heptapod branch into heptapod-stable,!106Merged upstream 16.4 branching point into heptapod branch
......@@ -23,7 +23,7 @@
dependency 'ruby'
dependency 'rubygems'
dependency 'postgresql'
dependency 'postgresql_new'
build do
patch source: 'add-license-file.patch'
......
......@@ -48,6 +48,7 @@
dependency 'rsync'
dependency 'libicu'
dependency 'postgresql'
dependency 'postgresql_new'
dependency 'python-docutils'
dependency 'krb5'
dependency 'registry'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment