restart server on Lion

Поиск
Список
Период
Сортировка
От Scott Frankel
Тема restart server on Lion
Дата
Msg-id DF106585-96C7-40E7-9621-9C889D031966@circlesfx.com
обсуждение исходный текст
Ответы Re: restart server on Lion  ("A.M." <agentm@themactionfaction.com>)
Список pgsql-general
Hi all,

What's the best/correct way to cause the PostgreSQL server to startup automatically when rebooting on OSX 10.7 Lion?

I'm using a macports install of postgres 8.4 and went through a couple grueling days, sudo'd up to my eyeballs, to
restorethe postgres user and have a working installation. 

To start the service, I'm currently invoking this on the cmd-line:

    sudo su postgres -c "/opt/local/lib/postgresql84/bin/pg_ctl -D /opt/local/var/postgresql84/defaultdb -l
/opt/local/var/postgresql84/defaultdb/data/logfile.txtstart" 

That's pretty cumbersome for each reboot.  I've also seen references to manually invoking this on the cmd-line:

    sudo serveradmin start postgres

But that yields "postgres:error = "CANNOT_LOAD_BUNDLE_ERR"

Is there an /etc or OSX-specific solution people are using for restarts?  My PG 8.3 server restarted automagically on
OSX10.5.  While I don't recall setting up anything specifically to make that happen, memory fades... 

Thanks in advance!
Scott



--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general


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

Предыдущее
От: Tulio
Дата:
Сообщение: parameter "vacuum_defer_cleanup_age"
Следующее
От: "A.M."
Дата:
Сообщение: Re: restart server on Lion