Support for BDR in 9.5?

Started by Andrew Biggs (adb)over 10 years ago8 messagesgeneral
Jump to latest

Can anyone tell me if PostgreSQL 9.5 supports (either natively or by extension) the BDR functionality?

I tried it out and ran into issues, but it could well have been I was doing something wrong.

Thanks!
Andrew

#2Rob Sargent
robjsargent@gmail.com
In reply to: Andrew Biggs (adb) (#1)
Re: Support for BDR in 9.5?

On 01/08/2016 10:39 AM, Andrew Biggs (adb) wrote:

Can anyone tell me if PostgreSQL 9.5 supports (either natively or by
extension) the BDR functionality?

I tried it out and ran into issues, but it could well have been I was
doing something wrong.

Thanks!
Andrew

I'm sure those who might be able to help you would be interested in
what, exactly, it was you tried.

In reply to: Rob Sargent (#2)
Re: Support for BDR in 9.5?

On 1/8/16, 10:53 AM, Rob Sargent wrote:

On 01/08/2016 10:39 AM, Andrew Biggs (adb) wrote:
Can anyone tell me if PostgreSQL 9.5 supports (either natively or by extension) the BDR functionality?

I tried it out and ran into issues, but it could well have been I was doing something wrong.

Thanks!
Andrew

I'm sure those who might be able to help you would be interested in what, exactly, it was you tried.

Installed 9.5 to CentOS7 via yum, and tried going through the BDR quick-start guide (minus sections 2.1):

http://bdr-project.org/docs/stable/quickstart.html

It was unhappy that BDR binaries were not on the path, and failed at section 2.4.

Then went back and tried installing the BDR patch (section 2.1) which finished with this unhappy message:

configure: error: bdr is not compatible with postgres 9.5

I was just curious if others have had success with this.

Andrew

#4Joshua D. Drake
jd@commandprompt.com
In reply to: Andrew Biggs (adb) (#3)
Re: Support for BDR in 9.5?

On 01/08/2016 10:42 AM, Andrew Biggs (adb) wrote:

Installed 9.5 to CentOS7 via yum, and tried going through the BDR
quick-start guide (minus sections 2.1):

http://bdr-project.org/docs/stable/quickstart.html

It was unhappy that BDR binaries were not on the path, and failed at
section 2.4.

Then went back and tried installing the BDR patch (section 2.1) which
finished with this unhappy message:

configure: error: bdr is not compatible with postgres 9.5

I was just curious if others have had success with this.

Although many of the components of BDR are in 9.5, BDR itself is still
currently a fork. It can be downloaded from 2ndQuadrant. In theory it
will be available in 9.6.

JD

--
Command Prompt, Inc. - http://www.commandprompt.com/ 503-667-4564
PostgreSQL Centered full stack support, consulting and development.
Announcing "I'm offended" is basically telling the world you can't
control your own emotions, so everyone else should do it for you.

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

#5Roland van Laar
roland@micite.net
In reply to: Andrew Biggs (adb) (#3)
Re: Support for BDR in 9.5?

On January 8, 2016 7:42:06 PM GMT+01:00, "Andrew Biggs (adb)" <adb@cisco.com> wrote:

On 1/8/16, 10:53 AM, Rob Sargent wrote:

On 01/08/2016 10:39 AM, Andrew Biggs (adb) wrote:
Can anyone tell me if PostgreSQL 9.5 supports (either natively or by
extension) the BDR functionality?

I tried it out and ran into issues, but it could well have been I was
doing something wrong.

Thanks!
Andrew

I'm sure those who might be able to help you would be interested in
what, exactly, it was you tried.

Installed 9.5 to CentOS7 via yum, and tried going through the BDR
quick-start guide (minus sections 2.1):

http://bdr-project.org/docs/stable/quickstart.html

It was unhappy that BDR binaries were not on the path, and failed at
section 2.4.

Then went back and tried installing the BDR patch (section 2.1) which
finished with this unhappy message:

configure: error: bdr is not compatible with postgres 9.5

I was just curious if others have had success with this.

Bdr is only compatible with 9.4 and needs the specific bdr postgres.

Roland

Andrew

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

#6Andreas Kretschmer
andreas@a-kretschmer.de
In reply to: Andrew Biggs (adb) (#1)
Re: Support for BDR in 9.5?

Afaik no, you have to use 9.4.

Am 8. Januar 2016 18:39:07 MEZ, schrieb "Andrew Biggs (adb)" <adb@cisco.com>:

Can anyone tell me if PostgreSQL 9.5 supports (either natively or by
extension) the BDR functionality?

I tried it out and ran into issues, but it could well have been I was
doing something wrong.

Thanks!
Andrew

--
Diese Nachricht wurde von meinem Android-Mobiltelefon mit K-9 Mail gesendet.

#7Simon Riggs
simon@2ndQuadrant.com
In reply to: Joshua D. Drake (#4)
Re: Support for BDR in 9.5?

On 8 January 2016 at 18:56, Joshua D. Drake <jd@commandprompt.com> wrote:

On 01/08/2016 10:42 AM, Andrew Biggs (adb) wrote:

Installed 9.5 to CentOS7 via yum, and tried going through the BDR

quick-start guide (minus sections 2.1):

http://bdr-project.org/docs/stable/quickstart.html

It was unhappy that BDR binaries were not on the path, and failed at
section 2.4.

Then went back and tried installing the BDR patch (section 2.1) which
finished with this unhappy message:

configure: error: bdr is not compatible with postgres 9.5

I was just curious if others have had success with this.

Although many of the components of BDR are in 9.5, BDR itself is still
currently a fork. It can be downloaded from 2ndQuadrant. In theory it will
be available in 9.6.

BDR 9.4 is currently at v0.9.3. There isn't a BDR 9.5, since we
concentrated on pglogical.

pglogical works with 9.4 and 9.5 and is currently at v1.0

Future detailed planning for BDR and pglogical is happening now; there
definitely will be future versions with increasing PostgreSQL compatibility.

--
Simon Riggs http://www.2ndQuadrant.com/
<http://www.2ndquadrant.com/&gt;
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

In reply to: Simon Riggs (#7)
Re: Support for BDR in 9.5?

On 1/8/16, 12:51 PM, "Simon Riggs" <simon@2ndQuadrant.com<mailto:simon@2ndQuadrant.com>> wrote:

On 8 January 2016 at 18:56, Joshua D. Drake <jd@commandprompt.com<mailto:jd@commandprompt.com>> wrote:
On 01/08/2016 10:42 AM, Andrew Biggs (adb) wrote:

Installed 9.5 to CentOS7 via yum, and tried going through the BDR
quick-start guide (minus sections 2.1):

http://bdr-project.org/docs/stable/quickstart.html

It was unhappy that BDR binaries were not on the path, and failed at
section 2.4.

Then went back and tried installing the BDR patch (section 2.1) which
finished with this unhappy message:

configure: error: bdr is not compatible with postgres 9.5

I was just curious if others have had success with this.

Although many of the components of BDR are in 9.5, BDR itself is still currently a fork. It can be downloaded from 2ndQuadrant. In theory it will be available in 9.6.

BDR 9.4 is currently at v0.9.3. There isn't a BDR 9.5, since we concentrated on pglogical.

pglogical works with 9.4 and 9.5 and is currently at v1.0

Future detailed planning for BDR and pglogical is happening now; there definitely will be future versions with increasing PostgreSQL compatibility.

Got it. Thanks guys, very much appreciated!