| From: | Lamar Owen <lamar(dot)owen(at)wgcr(dot)org> |
|---|---|
| To: | Markus Jais <markusjais(at)yahoo(dot)de>, ML-Postrges-general <Pgsql-General(at)postgresql(dot)org> |
| Subject: | Re: problem starting 7.3 server |
| Date: | 2003-01-26 00:19:27 |
| Message-ID: | 200301251919.27897.lamar.owen@wgcr.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
On Saturday 25 January 2003 16:40, Markus Jais wrote:
> /etc/rc.d/init.d$ sudo ./postgresql start
> An old version of the database format was found.\nYou need to upgrade
> the data format before using PostgreSQL.\nSee (Your System's
> documentation directory)/postgresql-7.3/README.rpm-dist for more
> information.
> but in this file I can not find information about the data format
> or I have overseen it. I even made a $ grep -i format
> with no proper result.
Well, you have found a documentation bug -- I removed the information from the
README but forgot to synchronize the initscript accordingly.
> any ideas what to do ?
> I have no important data so it would be possible to remove
> the old databases but I do not know if this is the solution.
rm -rf /var/lib/pgsql/data/* will wipe the data tree.
--
Lamar Owen
WGCR Internet Radio
1 Peter 4:11
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Bruce Momjian | 2003-01-26 00:50:15 | Re: beginner Q |
| Previous Message | Ian Barwick | 2003-01-25 23:26:04 | Re: problem starting 7.3 server |