Re: BUG #16843: pg_upgrade from 12.5 to 13.1 with extension plperlu failed

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: linreg(at)gmx(dot)net
Cc: pgsql-bugs(at)lists(dot)postgresql(dot)org
Subject: Re: BUG #16843: pg_upgrade from 12.5 to 13.1 with extension plperlu failed
Date: 2021-01-28 15:34:46
Message-ID: 2546761.1611848086@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

PG Bug reporting form <noreply(at)postgresql(dot)org> writes:
> In the upgrade process with pg_upgrade ( as user postgres) following error
> occured:

> pg_restore: Error: could not execute query: ERROR: Language »plperlu« does
> not exist
> The statement was: CREATE OR REPLACE PROCEDURAL LANGUAGE "plperlu";

It looks like you neglected to install the plperlu package
(it's probably named something like postgresql-plperl).

regards, tom lane

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Bruce Momjian 2021-01-28 15:36:35 Re: BUG #16843: pg_upgrade from 12.5 to 13.1 with extension plperlu failed
Previous Message Tom Lane 2021-01-28 15:32:46 Re: BUG #16842: pg_dump uses seek calls on pipe files: suggesting adding a flag to disable seek calls