BDR replication on Postgresql 9.5.0

Started by Kaushal Shriyanabout 10 years ago4 messagesgeneral
Jump to latest
#1Kaushal Shriyan
kaushalshriyan@gmail.com

Hi,

I am following http://bdr-project.org/docs/stable/index.html to setup BDR
for postgresql version 9.5 as per

[root@ip-172-31-1-17 9.5]# cat /etc/redhat-release
*Red Hat Enterprise Linux Server release 6.6 (Santiago)*
[root@ip-172-31-1-17 9.5]# rpm -qa | grep postgre
postgresql95-libs-9.5.0-2PGDG.rhel6.x86_64
postgresql95-server-9.5.0-2PGDG.rhel6.x86_64
postgresql95-9.5.0-2PGDG.rhel6.x86_64
[root@ip-172-31-1-17 9.5]#

cat pgstartup.log
< 2016-01-29 05:42:01.716 EST >FATAL: could not access file "bdr": No such
file or directory

Do i need to install any BDR specific package to enable it in postgresql
9.5 version. While reading
http://bdr-project.org/docs/0.9.0/install-requirements.html i assumed that
it is available in 9.5 version by default without using any patches. Please
comment.

Any help will be highly appreciable.

Regards,

Kaushal

#2Sachin Jain
sachinjain99@gmail.com
In reply to: Kaushal Shriyan (#1)
Re: BDR replication on Postgresql 9.5.0

BDR extension is not available in 9.5. You need to install it separately.

- Sachin
On 29 Jan 2016 4:31 p.m., "Kaushal Shriyan" <kaushalshriyan@gmail.com>
wrote:

Show quoted text

Hi,

I am following http://bdr-project.org/docs/stable/index.html to setup BDR
for postgresql version 9.5 as per

[root@ip-172-31-1-17 9.5]# cat /etc/redhat-release
*Red Hat Enterprise Linux Server release 6.6 (Santiago)*
[root@ip-172-31-1-17 9.5]# rpm -qa | grep postgre
postgresql95-libs-9.5.0-2PGDG.rhel6.x86_64
postgresql95-server-9.5.0-2PGDG.rhel6.x86_64
postgresql95-9.5.0-2PGDG.rhel6.x86_64
[root@ip-172-31-1-17 9.5]#

cat pgstartup.log
< 2016-01-29 05:42:01.716 EST >FATAL: could not access file "bdr": No
such file or directory

Do i need to install any BDR specific package to enable it in postgresql
9.5 version. While reading
http://bdr-project.org/docs/0.9.0/install-requirements.html i assumed
that it is available in 9.5 version by default without using any patches.
Please comment.

Any help will be highly appreciable.

Regards,

Kaushal

#3John R Pierce
pierce@hogranch.com
In reply to: Kaushal Shriyan (#1)
Re: BDR replication on Postgresql 9.5.0

On 1/29/2016 3:00 AM, Kaushal Shriyan wrote:

Do i need to install any BDR specific package to enable it in
postgresql 9.5 version. While reading
http://bdr-project.org/docs/0.9.0/install-requirements.html i assumed
that it is available in 9.5 version by default without using any
patches. Please comment.

"As of the time of writing, the upcoming PostgreSQL 9.5 release is not
yet supported. Neither is Microsoft Windows. Support for both will be
added in later releases; please check the BDR website for the latest
information."

--
john r pierce, recycling bits in santa cruz

--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

#4Kaushal Shriyan
kaushalshriyan@gmail.com
In reply to: John R Pierce (#3)
Re: BDR replication on Postgresql 9.5.0

On Mon, Feb 1, 2016 at 12:24 AM, John R Pierce <pierce@hogranch.com> wrote:

On 1/29/2016 3:00 AM, Kaushal Shriyan wrote:

Do i need to install any BDR specific package to enable it in postgresql
9.5 version. While reading
http://bdr-project.org/docs/0.9.0/install-requirements.html i assumed
that it is available in 9.5 version by default without using any patches.
Please comment.

"As of the time of writing, the upcoming PostgreSQL 9.5 release is not yet
supported. Neither is Microsoft Windows. Support for both will be added in
later releases; please check the BDR website for the latest information."

Thanks Pierce for the explanation.