Re: PG_update to 9.0.4 in ubuntu lucid 64

From: Bernhard Schrader <bernhard(dot)schrader(at)innogames(dot)de>
To: Bernhard Rohrer <graylion(at)sm-wg(dot)net>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: PG_update to 9.0.4 in ubuntu lucid 64
Date: 2011-02-22 18:52:19
Message-ID: 1298400739.2277.8.camel@schrader-laptop
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

it was missing in my installations too, let me check what i installed..

its for debian:
libpq5, libpq-dev, libpq5/lenny-backports-sloppy,
postgresql-client-common/lenny-backports,
postgresql-common/lenny-backports,
libpq-dev/lenny-backports-sloppy,
postgresql-9.0 postgresql postgresql-contrib-9.0 postgresql-client-9.0
postgresql-server-dev-9.0

it's a little bit overkill, but there were so many dependencies if you
want to upgrade correctly. the lenny-backports-sloppy packets are the
newest packets you can get i think. don't know your repo. maybe it
helped you.
and yes, the order in which i installed all this packet is like above.
it was really necessary this way :D

greetz
Bernhard

Am Dienstag, den 22.02.2011, 18:41 +0000 schrieb Bernhard Rohrer:
> according to aptitude contrib is installed. But PGAdmin is also
> complaining about missing modules. could it be that some stuff is
> missing in Ubuntu?
>
> Version BTW is 9.0.3-1
>
> On 22/02/11 17:07, Bernhard Schrader wrote:
> > did you installed the postgresql-9.0 contrib modules?
> >
> > Am Dienstag, den 22.02.2011, 14:05 +0000 schrieb Bernhard Rohrer:
> >> Hi guys
> >>
> >> I am getting the following:
> >>
> >> postgres(at)newcollab:/usr/lib/postgresql/9.0/bin$ ./pg_upgrade
> >> -b /usr/lib/postgresql/8.4/bin/ -B /usr/lib/postgresql/9.0/bin/
> >> -d /var/lib/postgresql/8.4/main -D /var/lib/postgresql/9.0/main
> >> sh: /usr/lib/postgresql/9.0/bin/pg_config: not found
> >> Performing Consistency Checks
> >> -----------------------------
> >> Checking old data directory (/var/lib/postgresql/8.4/main) ok
> >> Checking old bin directory (/usr/lib/postgresql/8.4/bin) ok
> >> Checking new data directory (/var/lib/postgresql/9.0/main) ok
> >> Checking new bin directory (/usr/lib/postgresql/9.0/bin)
> >> check for pg_config failed - No such file or directory
> >>
> >> #locate pg_config
> >> /usr/share/locale-langpack/en_GB/LC_MESSAGES/pg_config-8.4.mo
> >> /usr/share/postgresql-common/t/140_pg_config.t
> >>
> >> errrm, what? what is it looking for?
> >>
> >> Thanks
> >>
> >> Bernhard
> >>
> >> ______________________________________________________________________
> >>
> >
> >
>
>

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Isabella Ghiurea 2011-02-22 20:15:21 Re: Heartbeat + pacemaker configuration for PostgreSQL log shipping
Previous Message Bernhard Rohrer 2011-02-22 18:41:11 Re: PG_update to 9.0.4 in ubuntu lucid 64