| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | Paul Tomblin <ptomblin(at)xcski(dot)com> |
| Cc: | pgsql-general(at)postgresql(dot)org |
| Subject: | Re: Why can't I do this (setup question) |
| Date: | 2001-05-20 04:38:17 |
| Message-ID: | 10349.990333497@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
Paul Tomblin <ptomblin(at)xcski(dot)com> writes:
> I've got PostgreSQL 7.1 installed from rpms on a RedHat 6.2 system. I
> want the data directory on a separate partition, so I shut down, tar the
> whole directory into the other directory, mount it, and when I start up
> postgresSQL it says it's up, but I can't connect to any databases using
> psql.
> psql: connectDBStart() -- connect() failed: Connection refused
> Is the postmaster running locally
> and accepting connections on Unix socket '/tmp/.s.PGSQL.5432'?
> There is a postmaster running, but no socket in /tmp/
Odd. Seems unlikely that that has anything to do with your having moved
the data directory. Any interesting messages in the postmaster log?
Can you connect via TCP?
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | John | 2001-05-20 12:48:48 | Cant get Perl Module loaded |
| Previous Message | Paul Tomblin | 2001-05-20 00:42:05 | Why can't I do this (setup question) |