Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

Error on pg_dumpall



Greetings,

I'm having a problem that I hope you can help me with. I am getting the following error when I try to run pg_dumpall.

postgres(at)machine1:~$ /usr/local/pgsql/bin/pg_dumpall
pg_dumpall: could not connect to database "template1": could not connect to server: No such file or directory
        Is the server running locally and accepting
        connections on Unix domain socket "/tmp/.s.PGSQL.5432"?

If I run the command "psql template1", I can connect to template1 just fine. It looks like pg_dumpall may be looking for template1 in the wrong place.

This is a new installation of postgresql 8.3 on a Debian Linux machine. All my other machines are Solaris 10 running PostgreSQL 8.2.

Thanks,

Carol Walter



Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group