Re: Breakage: pgbouncer has changed the user under which it runs between 1.16.1 and 1.17.0

Поиск
Список
Период
Сортировка
От Christoph Berg
Тема Re: Breakage: pgbouncer has changed the user under which it runs between 1.16.1 and 1.17.0
Дата
Msg-id YnvJcRmgVTTQCtFZ@msg.df7cb.de
обсуждение исходный текст
Ответ на Breakage: pgbouncer has changed the user under which it runs between 1.16.1 and 1.17.0  (Tomas Pospisek <tpo2@sourcepole.ch>)
Ответы Re: Breakage: pgbouncer has changed the user under which it runs between 1.16.1 and 1.17.0
Список pgsql-pkg-debian
Re: Tomas Pospisek
> Due to the change of user under which pgbouncer runs (before: user
> pgbouncer, new: user postgres), an upgrade from 1.16.1 to 1.17.0 will break
> systems.

Hi Tomas,

the Debian pgbouncer package has always been using the postgres user:

$ grep USER debian/init
RUNASUSER="postgres"
    $SSD --start --chuid $RUNASUSER --oknodo -- $OPTS 2> /dev/null
        su -c "$DAEMON -R $OPTS 2> /dev/null" - ${RUNASUSER%:*}

Maybe you were editing the init.d or defaults file before?

>     Upgrade: pgbouncer:amd64 (1.16.1-1.pgdg20.04+1,
>              1.17.0-3.pgdg20.04+1)

The effective change between these versions is that we are now
shipping a .service file.

Christoph



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

Предыдущее
От: Tomas Pospisek
Дата:
Сообщение: Breakage: pgbouncer has changed the user under which it runs between 1.16.1 and 1.17.0
Следующее
От: Tomas Pospisek
Дата:
Сообщение: Re: Breakage: pgbouncer has changed the user under which it runs between 1.16.1 and 1.17.0