From: | Ron <ronljohnsonjr(at)gmail(dot)com> |
---|---|
To: | pgsql-general(at)lists(dot)postgresql(dot)org |
Subject: | Re: Index corruption revealed after upgrade to 11.17, could date back to at least 11.12 |
Date: | 2022-10-27 16:06:38 |
Message-ID: | 34944500-4721-6569-0bc3-0c8ebdc8abe4@gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On 10/27/22 07:07, Kristjan Mustkivi wrote:
> On Thu, Oct 27, 2022 at 12:18 PM Peter J. Holzer <hjp-pgsql(at)hjp(dot)at> wrote:
>> On 2022-10-27 10:55:31 +0300, Kristjan Mustkivi wrote:
>>> We use dockerized postgres.
>> So that means you aren't just replacing PostgreSQL, but your complete OS
>> (except the kernel). What is the source of your docker images? Do they
>> all use the same base OS distribution? Are the locale definitions the
>> same?
>>
>> (Just trying to rule other other possible error sources.)
> Hello!
>
> Up until 11.17, the source of the docker images was tag "postgres:11"
> (from https://hub.docker.com/_/postgres) for 11.17 the tag became
> "postgres:11-bullseye" but as far as i could tell it was just a
> difference of tagging policy there. Everything else is kept the same
> when building our custom docker image (with pg_cron, wal2json and
> oracle_fdw). But.. I can see for example, that the PG 11.12 docker
> image used Debian 9.13 (PG 11.17 uses Debian 11.5 according to
> /etc/debian_version). So the official docker images also upgrade the
> OS (which is expected I suppose).
Differing locales is a strong possibility.
--
Angular momentum makes the world go 'round.
From | Date | Subject | |
---|---|---|---|
Next Message | Bryn Llewellyn | 2022-10-27 19:09:42 | Re: Seeking the correct term of art for the (unique) role that is usually called "postgres"—and the mental model that underlies it all |
Previous Message | Ravi Krishna | 2022-10-27 14:51:04 | Lock: Speculative token |