Re: Install issues

Поиск
Список
Период
Сортировка
От Thomas Kellerer
Тема Re: Install issues
Дата
Msg-id imb2ed$b97$1@dough.gmane.org
обсуждение исходный текст
Ответ на Install issues  (Alex <wsopstar2b@gmail.com>)
Список pgsql-general
Alex, 22.03.2011 17:33:
> Using Windows 7 64 bit. Tried to install 8.4 and 9.0and it fails right near the end when it tries to create or read
theconf file. If I transfer my postgres 8.4 file over the upgrade takes but the postgres service doesn't exist so no
communicationoccurs. 
>
> Is there anyway to just install the postgres service? Or another solution?
>
If you have the binaries and can start the server using pg_ctl, then you can always register the service using pg_ctl:

pg_ctl register -N PostgreSQL -U windows_user -P secret_windows_password -D c:/Data/Postgres

More details are in the manual:
   http://www.postgresql.org/docs/current/static/app-pg-ctl.html

В списке pgsql-general по дате отправления:

Предыдущее
От: John R Pierce
Дата:
Сообщение: Re: Install issues
Следующее
От: Merlin Moncure
Дата:
Сообщение: Re: Weird problems with C extension and bytea as input type