Re: BUG #14226: pg_upgrade for 8.4 to 9.4 failed - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #14226: pg_upgrade for 8.4 to 9.4 failed
Date
Msg-id 21758.1467648572@sss.pgh.pa.us
Whole thread Raw
In response to BUG #14226: pg_upgrade for 8.4 to 9.4 failed  (nqtien310@gmail.com)
Responses Re: BUG #14226: pg_upgrade for 8.4 to 9.4 failed
List pgsql-bugs
nqtien310@gmail.com writes:
> But then the process was failed when I run the actual upgrade
> "/usr/pgsql-9.4/bin/pg_upgrade -d /var/lib/pgsql/data -D
> /var/lib/pgsql/9.4.test/data -b /usr/bin/ -B /usr/pgsql-9.4/bin/

> I consulted the log and saw these errors:
> ------------------
> pg_restore: creating CONSTRAINT yodlee_user_accounts_pkey
> pg_restore: creating INDEX concurrently
> pg_restore: [archiver (db)] Error while PROCESSING TOC:
> pg_restore: [archiver (db)] Error from TOC entry 2638; 1259 19738 INDEX
> concurrently blueleaf
> pg_restore: [archiver (db)] could not execute query: ERROR:  CREATE INDEX
> CONCURRENTLY cannot be executed from a function or multi-command string
>     Command was:

Drop or rename your index named "concurrently".

(PG 9.0 and up seem to quote that index name safely, but 8.4 doesn't,
and it's long out of support.)

            regards, tom lane

pgsql-bugs by date:

Previous
From: nqtien310@gmail.com
Date:
Subject: BUG #14226: pg_upgrade for 8.4 to 9.4 failed
Next
From: Tom Lane
Date:
Subject: Re: "insert [...] on conflict" hangs on conflict on an unmentioned gist index