| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | Jeremy Wilson <jwilson(at)clover(dot)co> |
| Cc: | Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>, pgsql-general(at)lists(dot)postgresql(dot)org |
| Subject: | Re: Issue upgrading from 9.5 to 13 with pg_upgrade: "connection to database failed: FATAL: database "template1" does not exist" |
| Date: | 2020-11-13 15:23:05 |
| Message-ID: | 286345.1605280985@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
Jeremy Wilson <jwilson(at)clover(dot)co> writes:
>> On Nov 13, 2020, at 10:09 AM, Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com> wrote:
>> In your previous post you had --socketdir=/var/run/postgresql/. Did you change that or is it missing?
> Sorry, here it is with the socket directory specified.
An incorrect socket-directory setting would lead to something like
"could not connect to server: No such file or directory", not to a
specific complaint about a database not being present.
Unless ... could it be that there is another PG server active on the
machine, whose cluster lacks a "template1" database? Seems unlikely,
but you might try confirming with "ps auxww | grep post" or the like.
I also wonder if the cluster you're trying to upgrade from has a
"template1" database. Not sure if anyone has ever tested whether
pg_upgrade can cope with the lack of one.
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Jeremy Wilson | 2020-11-13 15:28:21 | Re: Issue upgrading from 9.5 to 13 with pg_upgrade: "connection to database failed: FATAL: database "template1" does not exist" |
| Previous Message | Jeremy Wilson | 2020-11-13 15:13:52 | Re: Issue upgrading from 9.5 to 13 with pg_upgrade: "connection to database failed: FATAL: database "template1" does not exist" |