Обсуждение: pitfalls of installing pgpool on a standby server

Поиск
Список
Период
Сортировка

pitfalls of installing pgpool on a standby server

От
"Burgess, Freddie"
Дата:
Environment: PostgreSQL 9.3.3 on RHEL 6.4

We have already configured streaming replication in our environment. We hav=
e a master/primary and two standby server configuration. Our next task requ=
ires us to configure and install pgpool.

we do not have funds allocated for a dedicated VM for pgpool, what are the =
ramifications for installing pgpool on one of the standby servers in our 3 =
node configuration.

we want to leverage the installer:  installer-pg93-3.3.3.tar.gz

Will running this installer intuitively reason that replication is already =
configured and running on the three nodes and just perform the remaining re=
quired components of the setup?

thanks

Freddie

Re: pitfalls of installing pgpool on a standby server

От
Stephen Frost
Дата:
* Burgess, Freddie (FBurgess@Radiantblue.com) wrote:
> Environment: PostgreSQL 9.3.3 on RHEL 6.4

You really want to be using 9.3.4, especially if you are doing
replication.

> we do not have funds allocated for a dedicated VM for pgpool, what are th=
e ramifications for installing pgpool on one of the standby servers in our =
3 node configuration.

It might make more sense for you to install pgpool on to the application
server rather than the DB servers.  Obviously, if you put it on the
standby then you'll need to deal with moving the connections from that
standby whenever you want to do maintenance or updates on it.

> we want to leverage the installer:  installer-pg93-3.3.3.tar.gz

I don't recognize that, at all.

> Will running this installer intuitively reason that replication is alread=
y configured and running on the three nodes and just perform the remaining =
required components of the setup?

Not sure, but I kinda doubt that pgpool would figure that out for
itself- but maybe I'm wrong.  I'd suggest you read the docs for pgpool.

None of this is a bug in PG, please use the correct mailing list(s) for
these questions.

    Thanks,
    =09
        Stephen