RE: Getting error while running the pg_basebackup through PGBOUNCER

From: Scot Kreienkamp <Scot(dot)Kreienkamp(at)la-z-boy(dot)com>
To: Raghavendra Rao J S V <raghavendrajsv(at)gmail(dot)com>, "pgsql-general(at)lists(dot)postgresql(dot)org" <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: RE: Getting error while running the pg_basebackup through PGBOUNCER
Date: 2019-04-08 13:46:13
Message-ID: BN8PR15MB328310B459D35C9C19D43B929A2C0@BN8PR15MB3283.namprd15.prod.outlook.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Replication and several other admin type operations must connect directly to PG. They are not supported through PGBouncer.

From: Raghavendra Rao J S V [mailto:raghavendrajsv(at)gmail(dot)com]
Sent: Monday, April 8, 2019 9:21 AM
To: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Getting error while running the pg_basebackup through PGBOUNCER

ATTENTION: This email was sent to La-Z-Boy from an external source. Be vigilant when opening attachments or clicking links.
Hi All,

We are using PGBOUNCER(connection pool mechanisam). PGBOUNCER uses port 5433.

Postgres database port number is 6433. By using port 5433 PGBOUNCER is connecting to postgres port 6433 database.

Now PGBOUNCER is establishing the connections properly but when I try to run the pg_basebackup through port 5433(PGBOUNCER port) we are receiving below error. Please guide me.

/opt/postgres/9.2/bin/pg_basebackup -p 5433 -U postgres -P -v -x --format=tar --gzip --compress=1 --pgdata=- -D /opt/rao

pg_basebackup: could not connect to server: ERROR: Unsupported startup parameter: replication

--
Regards,
Raghavendra Rao J S V

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Arup Rakshit 2019-04-08 13:51:37 Re: SQl help to build a result with custom aliased bool column
Previous Message Pavel Stehule 2019-04-08 13:46:11 Re: Getting error while running the pg_basebackup through PGBOUNCER