Adrian, On 8/22/2019 12:48 PM, Adrian Klaver wrote:
<snip/> In addition to my previous post maybe change:baseurl=https://download.postgresql.org/pub/repos/yum/12/redhat/rhel-$releasever-$basearchto:baseurl=https://download.postgresql.org/pub/repos/testing/yum/12/redhat/rhel-$releasever-$basearch
Almost! "/testing" comes after "/yum" rather than before it, so it's baseurl=https://download.postgresql.org/pub/repos/yum/testing/12/redhat/rhel-$releasever-$basearchBut before I figured that out I used the other link you posted and installed the 3 packages separately like so:
# yum install https://download.postgresql.org/pub/repos/yum/testing/12/redhat/rhel-7.6-x86_64/postgresql12-libs-12beta3-1PGDG.rhel7.x86_64.rpm
# yum install https://download.postgresql.org/pub/repos/yum/testing/12/redhat/rhel-7.6-x86_64/postgresql12-12beta3-1PGDG.rhel7.x86_64.rpm
# yum install https://download.postgresql.org/pub/repos/yum/testing/12/redhat/rhel-7.6-x86_64/postgresql12-server-12beta3-1PGDG.rhel7.x86_64.rpm
Thanks for your help, Igal