On 12/29/2011 08:13 AM, Greg Donald wrote:
On Wed, Dec 28, 2011 at 4:58 PM, Adrian Klaver<adrian.kla...@gmail.com>  wrote:
What is the pg_dump command, with options, you are using?

My backup shell script contains:

/usr/bin/pg_dump cp | bzip2>  $FILE

One possible issue that I see is the lack of explicit options. Given that you say you have two Postgres clusters on the machine it is entirely possible that the above command is picking up ENVIRONMENT variables that are pointing to a database different from the one you think. Try the command with explicit options, i.e. -p some_port -d database_name, that you know point to the database you want.





--
Adrian Klaver
adrian.kla...@gmail.com

--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

Reply via email to