Re: pg_upgrade issue

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Marcos Cano <mcano(at)stsa(dot)info>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: pg_upgrade issue
Date: 2013-06-19 17:44:42
Message-ID: 20130619174442.GC25261@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On Wed, Jun 19, 2013 at 11:37:30AM -0600, Marcos Cano wrote:
> ERROR: could not access file "$libdir/liblwgeom": No such file or directory
> STATEMENT: LOAD '$libdir/liblwgeom'
> command: "/usr/local/pgsql9.2.4/bin/pg_ctl" -w -D "/usr/local/pgsql9.2.4/data/"
> -o "" -m fast stop >> "pg_upgrade_server.log" 2>&1

OK, so your database references '$libdir/liblwgeom', but the file does
not exist in the 9.2.4 lib directory. Odds are it is some Postgres
extension that you need to install in the new cluster.

--
Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://enterprisedb.com

+ It's impossible for everything to be true. +

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Burgholzer, Robert (DEQ) 2013-06-19 19:40:15 Re: PG_UPGRADE major issue
Previous Message Marcos Cano 2013-06-19 17:37:30 pg_upgrade issue