Назад | Перейти на главную страницу

Как отключить 1 версию сервера PostgreSQL, не удаляя ее

Я установил PostgreSQL 9.1 и 9.2 на моей машине Ubuntu. Сервис postgresql запускает обе версии:

$ sudo service postgresql start
$ * Starting PostgreSQL 9.1 database server  [ OK ]
$ * Starting PostgreSQL 9.2 database server  [ OK ]

Я бы хотел начать просто 9.2 сервер, но без удаления 9.1, это возможно?

Укороченная версия:
Заменить auto с участием manual в /etc/postgresql/9.1/main/start.conf

Длинная версия:

Каждый кластер PostgreSQL в Debian / Ubuntu имеет start.conf файл, который контролирует, что /etc/init.d/postgresql стоит сделать.

Это задокументировано pg_createcluster:

   STARTUP CONTROL
   The start.conf file in the cluster configuration directory controls the
   start/stop behavior of that cluster’s postmaster process. The file can
   contain comment lines (started with ’#’), empty lines, and must have
   exactly one line with one of the following keywords:

   auto
       The postmaster process is started/stopped automatically in the init
       script.  This is also the default if the file is missing.

   manual
       The postmaster process is not handled by the init script, but
       manually controlling the cluster with pg_ctlcluster(1) is
       permitted.

   disable
       Neither the init script nor pg_ctlcluster(1) are permitted to
       start/stop the cluster. Please be aware that this will not stop the
       cluster owner from calling lower level tools to control the
       postmaster process; this option is only meant to prevent accidents
       during maintenance, not more.

Переименуйте /etc/postgresql/9.1/main/posgtgresql.conf в другое имя или переместите весь каталог /etc/postgresql/9.1 в другое место.

Начальные сценарии отключают каталоги, существующие в / etc / postgresql /, в которых есть * / postgresql.conf.