Couldn't install BDR-postgres on centos7

463 Views Asked by At

Followed all steps from the documetation untill the below command,where it got struck.

sudo yum install postgresql-bdr94-bdr

It returns error message saying "NO package postgresql-bdr94-bdr available"

1

There are 1 best solutions below

1
On

have you activated the bdr repo?

sudo yum install https://rpm.2ndquadrant.com/site/content/2ndquadrant-repo-bdr9.4-1-1.el7.noarch.rpm
sudo yum repolist
sudo yum check-update
sudo yum install postgresql-bdr94-bdr

you can install packages when you activate 2ndquadrant bdr repos.