Re: Re: how to set up automatically startup database when the server boot or reboot.

Поиск
Список
Период
Сортировка
От John R Pierce
Тема Re: Re: how to set up automatically startup database when the server boot or reboot.
Дата
Msg-id 4F9AE1BF.6090304@hogranch.com
обсуждение исходный текст
Ответ на Re: how to set up automatically startup database when the server boot or reboot.  (leaf_yxj <leaf_yxj@163.com>)
Список pgsql-general
On 04/27/12 10:22 AM, leaf_yxj wrote:
> My os is redhat linux 5.5. And My database is greenplum 4.2.1( postgresql
> 8.2.15).  I will take a look about the init.d directory.

greenplum is a highly modified and custom version of postgres, you
should consult with them as to how they have it setup.


the standard postgresql distributions for RHEL/CentOS come with the
SysVinit scripts, you merely need to..

     # chkconfig postgresql-9.1 on
     # service postgresql-9.1 start

to configure it to autostart with the OS, and to start it right now.


--
john r pierce                            N 37, W 122
santa cruz ca                         mid-left coast


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

Предыдущее
От: Filip Rembiałkowski
Дата:
Сообщение: Re: empty role names in pg_dumpall output
Следующее
От: "Welty, Richard"
Дата:
Сообщение: Re: Re: how to set up automatically startup database when the server boot or reboot.