Обсуждение: pgAgent forces postgresql-9.4

Поиск
Список
Период
Сортировка

pgAgent forces postgresql-9.4

От
"Stefan Wolf"
Дата:

I’ve installed PostgreSQL 12 on a XUbuntu 19.10.

 

After  “apt-get install pgagent”  there is a PostgreSQL 9.4 installed and running on Port 5433.

 

I’ve tried  “apt-get remove postgresql-9.4”  but this is installing “postgresql-9.5” instead.

 

I want to use pgagent with PostgreSQL 12 only – how?

 

Greetings from Berlin

-Stefan Wolf-

Re: pgAgent forces postgresql-9.4

От
ihaider@gmx.com
Дата:
Hi Stefan,

You'll need to configure Postgresql PPA for Eoan to make this work. So I suggest you uninstall all packages which are installed from the base repo and use PPA instead.

Regards,
Imran Haider
On Oct 21, 2019, 18:20 +0530, Stefan Wolf <sw@zpmt.de>, wrote:

I’ve installed PostgreSQL 12 on a XUbuntu 19.10.

 

After  “apt-get install pgagent”  there is a PostgreSQL 9.4 installed and running on Port 5433.

 

I’ve tried  “apt-get remove postgresql-9.4”  but this is installing “postgresql-9.5” instead.

 

I want to use pgagent with PostgreSQL 12 only – how?

 

Greetings from Berlin

-Stefan Wolf-

Re: pgAgent forces postgresql-9.4

От
ihaider@gmx.com
Дата:
My bad it still depends on potsgresql-9.4 to postgresql-11, so it'll pull postgresql-9.4 as dependency if postgresql-11 isn't already installed.
On Oct 21, 2019, 18:59 +0530, ihaider@gmx.com, wrote:
Hi Stefan,

You'll need to configure Postgresql PPA for Eoan to make this work. So I suggest you uninstall all packages which are installed from the base repo and use PPA instead.

Regards,
Imran Haider
On Oct 21, 2019, 18:20 +0530, Stefan Wolf <sw@zpmt.de>, wrote:

I’ve installed PostgreSQL 12 on a XUbuntu 19.10.

 

After  “apt-get install pgagent”  there is a PostgreSQL 9.4 installed and running on Port 5433.

 

I’ve tried  “apt-get remove postgresql-9.4”  but this is installing “postgresql-9.5” instead.

 

I want to use pgagent with PostgreSQL 12 only – how?

 

Greetings from Berlin

-Stefan Wolf-