Error while upgrading from v12 to v13

From: shashidhar Reddy <shashidharreddy001(at)gmail(dot)com>
To: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Error while upgrading from v12 to v13
Date: 2022-10-29 11:39:42
Message-ID: CAH=zU4u-4aVYfyE_POdru2OE+1UTcEHFZRRKDtTkqWRZApZy2A@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I am getting below error while upgrading postgres from version 12 to 13 and
not sure how to enable the function before upgrading the cluster. Can you
please help me to resolve this.

error: could not execute query: ERROR: could not find function
"pl_profiler_enable" in file
"/usr/lib/postgresql/13/lib/plprofiler.so"
Command was: CREATE FUNCTION "public"."pl_profiler_enable"("enabled"
boolean) RETURNS boolean
LANGUAGE "c"
AS '$libdir/plprofiler', 'pl_profiler_enable';
Shashidhar

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Peter J. Holzer 2022-10-29 12:00:24 Re: access method xxx does not exist
Previous Message jacktby@gmail.com 2022-10-29 11:21:58 回复: access method xxx does not exist