Hide Forgot
There is a C&P typo in spec file causing that '9.4' config overwrites correctly written '9.2' config file. Solution should be: diff --git a/postgresql.spec b/postgresql.spec index 8c03e81..a6dd4e2 100644 --- a/postgresql.spec +++ b/postgresql.spec @@ -630,7 +630,7 @@ redhat_sockets_hack yes pghost_override /tmp EOF -cat > $RPM_BUILD_ROOT%{_sysconfdir}/postgresql-setup/upgrade/postgresql92.conf <<EOF +cat > $RPM_BUILD_ROOT%{_sysconfdir}/postgresql-setup/upgrade/rh-postgresql94.conf <<EOF id rh-postgresql94-postgresql major 9.4 data_default /var/opt/rh/rh-postgresql94/lib/pgsql/data
Reported by tkasparek, thanks.