Skip to content

Build postgresql from source to solve alpine package version pining problem

Ahmad Hassan requested to merge upgrade-postgresql into master

apk search postgresql* shows that current version in the official repos is 9.6.9, we locked the version on 9.6.8

which caused the recent ci failures

Closes: https://gitlab.com/charts/gitlab/issues/445

Edited by Ahmad Hassan

Merge request reports