troubles after updating from 7.4.2 to 7.4.3

Поиск
Список
Период
Сортировка
От zuhans@iname.com
Тема troubles after updating from 7.4.2 to 7.4.3
Дата
Msg-id 40DACEA4.5010309@iname.com
обсуждение исходный текст
Ответы Re: troubles after updating from 7.4.2 to 7.4.3  (Frank Seesink <frank@mail.wvnet.edu>)
Re: troubles after updating from 7.4.2 to 7.4.3  (mike g <mike@thegodshalls.com>)
Re: troubles after updating from 7.4.2 to 7.4.3  (Frank Seesink <frank@mail.wvnet.edu>)
Список pgsql-cygwin
hello,

just for testing/programming (jdbc) purposes i used to start and stop my
postgresql 7.4.2 with two script files.

after cygwin-update the new version 7.4.3 is installed and my db won't
start any more!!

has it something to do with my scripts?
my start-db-script is:
#!/bin/sh
echo
echo "IPC-Daemon starten..."
ipc-daemon2 &
ps -f
echo
echo "PostgreSQL starten..."
postmaster -i -D /usr/share/postgresql/data &
ps -f


my stop-db-script is:
#!/bin/sh
echo
echo "PostgreSQL stoppen..."
pg_ctl stop -w -D /usr/share/postgresql/data -s -m smart
ps -f
echo
echo "IPC-Daemon stoppen..."
kill $(ps -f | grep ipc-d | awk '{print $2}')
ps -f

there is simply no error-message after my install-script, but i can't
connect to the server any more.

please help me! i must say that i'm a bloody beginner with postgresql!
greetings
hans

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

Предыдущее
От: "- Barry -"
Дата:
Сообщение: Re: Uninstalling PostgreSQL
Следующее
От: Frank Seesink
Дата:
Сообщение: Re: troubles after updating from 7.4.2 to 7.4.3