Skip to content

Commit 6df8f0c

Browse files
Dustin CollinsRobert Marshall
authored andcommitted
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
1 parent 4574338 commit 6df8f0c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

config/software/gitlab-exporter.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
dependency 'ruby'
2525
dependency 'rubygems'
26-
dependency 'postgresql'
26+
dependency 'postgresql_new'
2727

2828
build do
2929
patch source: 'add-license-file.patch'

config/software/gitlab-rails.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
dependency 'rsync'
4949
dependency 'libicu'
5050
dependency 'postgresql'
51+
dependency 'postgresql_new'
5152
dependency 'python-docutils'
5253
dependency 'krb5'
5354
dependency 'registry'

0 commit comments

Comments
 (0)