Re: Streaming replication - slave server

From: Thomas Munro <thomas(dot)munro(at)enterprisedb(dot)com>
To: Tony Nelson <tnelson(at)starpoint(dot)com>
Cc: "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: Re: Streaming replication - slave server
Date: 2016-05-02 20:58:57
Message-ID: CAEepm=1nxG8-h8-7DKDvKPf_wcKscoQTy7VihK13fCspTqWmeg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Tue, May 3, 2016 at 8:23 AM, Tony Nelson <tnelson(at)starpoint(dot)com> wrote:
> I have a nicely working 3 server, 1 master, 2 slave setup. All servers are running on Ubuntu 12.04. I was considering building a new slave server on 16.04.
>
> The master is currently running 9.1.13, the slave I'm going to replace is running 9.1.20.
>
> Does the new slave have to be running 9.1? Or can use the latest, which appears to be 9.5 on 16.04?

For binary streaming replication, the major version has to match. But
you aren't constrained to using the major version that ships with
Ubuntu: you could also use the community packages from here:

https://wiki.postgresql.org/wiki/Apt

The packages work the same way and as far as I know the same people
are involved in maintaining them.

BTW The latest 9.1.x is actually 9.1.21, and that major version
reaches EOL pretty soon:
http://www.postgresql.org/support/versioning/

--
Thomas Munro
http://www.enterprisedb.com

In response to

Browse pgsql-general by date

  From Date Subject
Next Message drum.lucas@gmail.com 2016-05-02 21:02:44 Re: index question
Previous Message Melvin Davidson 2016-05-02 20:55:04 Re: index question