From: | Raghavendra <raghavendra(dot)rao(at)enterprisedb(dot)com> |
---|---|
To: | pgsql-general(at)postgresql(dot)org |
Subject: | pg_basebackup -R option in PG 9.3 beta |
Date: | 2013-05-15 09:20:06 |
Message-ID: | CA+h6AhjZEfDtJTXJOQ=H3Le7Mvs2p-Hf_ZGNkJm=YVBjNL9x9A@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Hi,
While trying new features of Pg 9.3 beta, my eyes caught on pg_basebackup
-R option so I have given a try but somehow I didn't succeed it to work...
-bash-4.1$ ./pg_basebackup --version
pg_basebackup (PostgreSQL) 9.3beta1
-bash-4.1$ ./pg_basebackup -h localhost -D ../data_bkp -p 5555 -U postgres
-R
./pg_basebackup: symbol lookup error: ./pg_basebackup: undefined symbol:
PQconninfo
Can anyone help me where am doing the mistake ?
Document says it write's recovery.conf file in the output directory.
http://www.postgresql.org/docs/9.3/static/app-pgbasebackup.html
Thanks in advance.
---
Regards,
Raghavendra
EnterpriseDB Corporation
Blog: http://raghavt.blogspot.com/
From | Date | Subject | |
---|---|---|---|
Next Message | Jashaswee | 2013-05-15 09:24:20 | Re: How to convert numbers into words in postgresql |
Previous Message | Albe Laurenz | 2013-05-15 07:51:15 | Re: How to convert numbers into words in postgresql |