Skip to content
Snippets Groups Projects
Commit c2cfaf86 authored by Robert Marshall's avatar Robert Marshall
Browse files

Update to PG 14.7 and 16.8

- Upgrades to PG 14.7 and 16.8

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



Changelog: changed
Signed-off-by: default avatarRobert Marshall <rmarshall@gitlab.com>
parent 1f306b89
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@
#
name 'postgresql'
default_version '14.15'
default_version '14.17'
license 'PostgreSQL'
license_file 'COPYRIGHT'
......@@ -30,8 +30,8 @@
dependency 'libossp-uuid'
dependency 'config_guess'
version '14.15' do
source sha256: '02e891e314b4e9ee24cbd78028dab7c73f9c1ba3e30835bcbef71fe220401fc5'
version '14.17' do
source sha256: '6ce0ccd6403bf7f0f2eddd333e2ee9ba02edfa977c66660ed9b4b1057e7630a1'
end
major_version = '14'
......
......@@ -16,7 +16,7 @@
#
name 'postgresql_new'
default_version '16.6'
default_version '16.8'
license 'PostgreSQL'
license_file 'COPYRIGHT'
......@@ -31,8 +31,8 @@
dependency 'libossp-uuid'
dependency 'config_guess'
version '16.6' do
source sha256: '23369cdaccd45270ac5dcc30fa9da205d5be33fa505e1f17a0418d2caeca477b'
version '16.8' do
source sha256: '9468083a56ce0ee7d294601b74dad3dd9fc69d87aff61f0a9fb63c813ff7efd8'
end
major_version = '16'
......
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