public inbox for [email protected]
help / color / mirror / Atom feedDebian bullseye - upgrade to postgresql 15.1 broke apt-get
4+ messages / 2 participants
[nested] [flat]
* Debian bullseye - upgrade to postgresql 15.1 broke apt-get
@ 2022-11-14 16:35 Alexandre Pereira bühler <[email protected]>
2022-11-15 17:03 ` Re: Debian buster - upgrade to postgresql 15.1 removes roundcube Christoph Berg <[email protected]>
0 siblings, 1 reply; 4+ messages in thread
From: Alexandre Pereira bühler @ 2022-11-14 16:35 UTC (permalink / raw)
To: pgsql-pkg-debian
I can't install other packages due to dependency on dbconfig-common 2.0.22
see below:
root@backup:/etc/apt# apt-get dist-upgrade
Reading package lists... Done
Building dependency tree... Done
Reading status information... Ready
Calculating update... Done
0 packages updated, 0 new packages installed, 0 to be removed and 0 not
updated.
root@backup:/etc/apt# apt-get install bacula-postgresql
Reading package lists... Done
Building dependency tree... Done
Reading status information... Ready
Some packages could not be installed. This could mean that
you requested an impossible situation or, if you are using the
unstable distribution, that some required packages were not
created yet or were withdrawn from "Incoming".
The following information may help resolve the situation:
The following packages have mismatched dependencies:
postgresql-15 : Break: dbconfig-common (< 2.0.22~) but 2.0.19 is about
to be installed
E: Unable to fix problems, you kept (hold) broken packages.
--
Alexandre Pereira Bühler
Simão & Bühler Ltda (Infobrindes)
http://www.simaoebuhler.com.br
[email protected]
Telefone: (41) 99831-7470
^ permalink raw reply [nested|flat] 4+ messages in thread
* Re: Debian buster - upgrade to postgresql 15.1 removes roundcube
2022-11-14 16:35 Debian bullseye - upgrade to postgresql 15.1 broke apt-get Alexandre Pereira bühler <[email protected]>
@ 2022-11-15 17:03 ` Christoph Berg <[email protected]>
2022-11-15 22:11 ` Re: Debian buster - upgrade to postgresql 15.1 removes roundcube Alexandre Pereira bühler <[email protected]>
2022-11-15 22:16 ` Re: Debian buster - upgrade to postgresql 15.1 removes roundcube Alexandre Pereira bühler <[email protected]>
0 siblings, 2 replies; 4+ messages in thread
From: Christoph Berg @ 2022-11-15 17:03 UTC (permalink / raw)
To: Alexandre Pereira bühler <[email protected]>; +Cc: pgsql-pkg-debian
Re: Alexandre Pereira bühler
> The postgresql 15.1 update tries to install the dbconfig-common 2.0.22
> package which breaks the roundcube dependency.
Hi,
the problem is that dbconfig-common older than that version is
incompatible with PG15's stricter permissions on the built-in default
public schema.
The updated dbconfig-common version is available via backports (at
least in bullseye).
I'll see if we can include that version in our repo as well.
Christoph
^ permalink raw reply [nested|flat] 4+ messages in thread
* Re: Debian buster - upgrade to postgresql 15.1 removes roundcube
2022-11-14 16:35 Debian bullseye - upgrade to postgresql 15.1 broke apt-get Alexandre Pereira bühler <[email protected]>
2022-11-15 17:03 ` Re: Debian buster - upgrade to postgresql 15.1 removes roundcube Christoph Berg <[email protected]>
@ 2022-11-15 22:11 ` Alexandre Pereira bühler <[email protected]>
1 sibling, 0 replies; 4+ messages in thread
From: Alexandre Pereira bühler @ 2022-11-15 22:11 UTC (permalink / raw)
To: [email protected]
Hello,
In debian backports do not have the package in the requested version 2.0.22.
Em 15/11/2022 14:03, Christoph Berg escreveu:
> Re: Alexandre Pereira bühler
>> The postgresql 15.1 update tries to install the dbconfig-common 2.0.22
>> package which breaks the roundcube dependency.
> Hi,
>
> the problem is that dbconfig-common older than that version is
> incompatible with PG15's stricter permissions on the built-in default
> public schema.
>
> The updated dbconfig-common version is available via backports (at
> least in bullseye).
>
> I'll see if we can include that version in our repo as well.
>
> Christoph
>
>
--
Alexandre Pereira Bühler
Simão & Bühler Ltda (Infobrindes)
http://www.simaoebuhler.com.br
[email protected]
Telefone: (41) 99831-7470
Attachments:
[image/png] wOLKqREqW4tTCJUx.png (150.7K, 3-wOLKqREqW4tTCJUx.png)
download | view image
^ permalink raw reply [nested|flat] 4+ messages in thread
* Re: Debian buster - upgrade to postgresql 15.1 removes roundcube
2022-11-14 16:35 Debian bullseye - upgrade to postgresql 15.1 broke apt-get Alexandre Pereira bühler <[email protected]>
2022-11-15 17:03 ` Re: Debian buster - upgrade to postgresql 15.1 removes roundcube Christoph Berg <[email protected]>
@ 2022-11-15 22:16 ` Alexandre Pereira bühler <[email protected]>
1 sibling, 0 replies; 4+ messages in thread
From: Alexandre Pereira bühler @ 2022-11-15 22:16 UTC (permalink / raw)
To: [email protected]
Hi,
I saw that you put the requested dbconfig-common in the repository.
Thanks
Em 15/11/2022 14:03, Christoph Berg escreveu:
> Re: Alexandre Pereira bühler
>> The postgresql 15.1 update tries to install the dbconfig-common 2.0.22
>> package which breaks the roundcube dependency.
> Hi,
>
> the problem is that dbconfig-common older than that version is
> incompatible with PG15's stricter permissions on the built-in default
> public schema.
>
> The updated dbconfig-common version is available via backports (at
> least in bullseye).
>
> I'll see if we can include that version in our repo as well.
>
> Christoph
>
>
--
Alexandre Pereira Bühler
Simão & Bühler Ltda (Infobrindes)
http://www.simaoebuhler.com.br
[email protected]
Telefone: (41) 99831-7470
^ permalink raw reply [nested|flat] 4+ messages in thread
end of thread, other threads:[~2022-11-15 22:16 UTC | newest]
Thread overview: 4+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2022-11-14 16:35 Debian bullseye - upgrade to postgresql 15.1 broke apt-get Alexandre Pereira bühler <[email protected]>
2022-11-15 17:03 ` Re: Debian buster - upgrade to postgresql 15.1 removes roundcube Christoph Berg <[email protected]>
2022-11-15 22:11 ` Re: Debian buster - upgrade to postgresql 15.1 removes roundcube Alexandre Pereira bühler <[email protected]>
2022-11-15 22:16 ` Re: Debian buster - upgrade to postgresql 15.1 removes roundcube Alexandre Pereira bühler <[email protected]>
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox