Re: postgreSQL not working after upgrade to Ubuntu 10.4

From: Steve Clark <sclark(at)netwolves(dot)com>
To: AllieH <allison(dot)hoch(at)ll(dot)mit(dot)edu>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: postgreSQL not working after upgrade to Ubuntu 10.4
Date: 2010-05-07 17:21:37
Message-ID: 4BE44C21.40303@netwolves.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 05/07/2010 12:10 PM, AllieH wrote:
>
> Yesterday I upgraded from Ubuntu 9.10 to 10.4. Unfortunately this has caused
> me serious problems with everything related to postgreSQL. It seems as
> though the new version of ubuntu is requiring me to use PostgreSQL 8.4
> instead of 8.3 which I was previously using. I tried installing 8.4 but I
> can't seem to get the database to start. Has anyone had a similar problems?
You are probably going to have to do an initdb. 8.4 db is not compatible
8.3 db.
I ran into this with Fedora when they went from 8.3 to 8.4 in the middle of
the life of Fedora 12 - luckily I had been doing daily pg_dumps so all I had
to do was initdb under 8.4 and psql < my backup.
--
Stephen Clark
NetWolves
Sr. Software Engineer III
Phone: 813-579-3200
Fax: 813-882-0209
Email: steve(dot)clark(at)netwolves(dot)com
www.netwolves.com

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Alan Hodgson 2010-05-07 17:22:42 Re: postgreSQL not working after upgrade to Ubuntu 10.4
Previous Message Joao Ferreira gmail 2010-05-07 17:18:19 list of databases in C ? libpq ?