saltstack-formulas/postgres-formula

Upstream tracker: GPG key for Suse upstream repo

noelmcloughlin opened this issue · 3 comments

This issue is tracking https://redmine.postgresql.org/issues/2732

Support for 'use-upstream-repo' can be introduced for Suse family, but GPG keys are not working or not published for Suse.

Procedure to be automated / integrated. Hopefully upstream will simply deliver opensuse.repo file.

wget -O pgdg-sles-95-on-opensuse.repo https://yum.postgresql.org/suse/pgdg-sles-95.repo
sed -i 's/sles-$releasever/sles-12/' pgdg-sles-95-on-opensuse.repo
zypper addrepo  pgdg-sles-95-on-opensuse.repo
zypper refresh
zypper in postgesql95-xxxxx  

Track pgdg-95 repo problem on opensuse. https://redmine.postgresql.org/issues/3215