Getting error while running the pg_basebackup through PGBOUNCER

Поиск
Список
Период
Сортировка
От Raghavendra Rao J S V
Тема Getting error while running the pg_basebackup through PGBOUNCER
Дата
Msg-id CAEHH7R7N6YrzL6bv7jquSfsMNMj64mn5n7Fb__kEQRvDaB7N4w@mail.gmail.com
обсуждение исходный текст
Ответы RE: Getting error while running the pg_basebackup through PGBOUNCER  (Scot Kreienkamp <Scot.Kreienkamp@la-z-boy.com>)
Re: Getting error while running the pg_basebackup through PGBOUNCER  (Pavel Stehule <pavel.stehule@gmail.com>)
Список pgsql-general
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

В списке pgsql-general по дате отправления:

Предыдущее
От: Arthur Zakirov
Дата:
Сообщение: Re: How to use full-text search URL parser to filter query results bydomain name?
Следующее
От: Kevin Wilkinson
Дата:
Сообщение: Re: 10.2: high cpu usage on update statement