From: | Dennis Bjorklund <db(at)zigo(dot)dhs(dot)org> |
---|---|
To: | ElayaRaja S <elayaraja(dot)s(at)gmail(dot)com> |
Cc: | pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: Help - Urgent |
Date: | 2005-04-15 07:01:57 |
Message-ID: | Pine.LNX.4.44.0504150859140.6830-100000@zigo.dhs.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Fri, 15 Apr 2005, ElayaRaja S wrote:
> Hi,
> I am unable to restart the PostgreSQL. I am using redhat Linux 9
> with postgresql 7.4.5. Unexpectedly due to ups problem my server was
> shutdown once. After that i am unable to restart the server.
> DETAIL: The data directory was initialized by PostgreSQL version 7.3,
> which is not compatible with this version 7.4.5.
> pg_ctl: cannot start postmaster
Sounds like you have upgraded from 7.3 to 7.4, and first now when you
rebooted it tried to use the new installation. The binary data files for
7.3 does not work with 7.4. To upgrade one need to dump the old and
restore into the new.
The solution is most likely to downgrade to the previous version, the one
that created those data files (7.3.x).
--
/Dennis Björklund
From | Date | Subject | |
---|---|---|---|
Next Message | Richard Huxton | 2005-04-15 07:19:01 | Re: Help - Urgent |
Previous Message | ElayaRaja S | 2005-04-15 06:45:28 | Help - Urgent |