Re: Installation problem "...The database cluster initialization failed.."
| От | John R Pierce |
|---|---|
| Тема | Re: Installation problem "...The database cluster initialization failed.." |
| Дата | |
| Msg-id | 496B1A02.7010109@hogranch.com обсуждение исходный текст |
| Ответ на | Re: Installation problem "...The database cluster initialization failed.." (aerkain <aerkain@seznam.cz>) |
| Ответы |
Re: Installation problem "...The database cluster
initialization failed.."
|
| Список | pgsql-bugs |
aerkain wrote:
> - It is Windows Vista Business.
> - ..\PostgreSQL\8.3\data is existing and empty.
> - during uninstallation postgre has reported an error: unable to stop
> service
> - I have deleted PostgreSQL directiory (after uninstall), but when I try to
> install it still display message that "The database cluster initialisation
> failed."
>
to clean up a old/failed postgres install on windows...
* delete the postgres user, via command line NET USER POSTGRES /DELETE
* delete the postgres 'service', via command line SC DELETE PGSQL-8.3
* delete the directories as you did.
(command lines can (should?) be all lower case, i just capitalized them
to make it clear they were commands). older versions use different
service names... try
sc query | find "pg"
to get the service name for the `sc delete` command...
now, you should be able to clean install postgres
В списке pgsql-bugs по дате отправления: