postgreql_new is not installed in community edition
When installing community edition, only the current current PostgreSQL version is installed. The postgresql_new
version is only installed for EE.
$ grep "dependency.*postgresql_new" config/software/*
config/software/postgresql.rb: # locations and have dependency on `postgresql_new`. So when this block is
config/software/psycopg2.rb:dependency 'postgresql_new'
$ grep "dependency.*psycopg2" config/software/*
config/software/patroni.rb:dependency 'psycopg2'
grep -C 2 "dependency.*patroni" config/software/*
config/software/gitlab-rails.rb-if EE
config/software/gitlab-rails.rb- dependency 'pgbouncer'
config/software/gitlab-rails.rb: dependency 'patroni'
config/software/gitlab-rails.rb-end
config/software/gitlab-rails.rb-