Re: PG minor version in data directory?

From: Justin Clift <justin(at)postgresql(dot)org>
To: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: PG minor version in data directory?
Date: 2023-08-19 18:04:20
Message-ID: 8653547ab62b71545f3ad87015877bbc@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 2023-08-19 19:14, Peter J. Holzer wrote:
> On 2023-08-19 14:22:25 +1000, Justin Clift wrote:
<snip>
>> Thanks, that's what I figured. I'll have to keep state in a
>> PG_VERSION_MINOR
>> there or something. :)
>
> Wouldn't it be better to ask whatever system you use to install the
> software for the version?

In the general sense, yes. :)

For the very specific use case I'm working with (!), things are a bit
different. It's for this, if that helps with context:

* https://github.com/pgautoupgrade/docker-pgautoupgrade
* https://hub.docker.com/r/pgautoupgrade/pgautoupgrade <-- docker
repo

It's a docker container that people use for running PostgreSQL, but
also has the ability to (automatically) upgrade the data files from
older versions. That's the piece I'm working on.

Such a thing is useful for people that need a PG docker container,
and whose needs are fairly simple. They can use point at this one,
and they'll have a self-upgrading PG version that's fairly "fire and
forget".

Thus far (1 month in), it seems to work ok (for us) and some other
people.

Am obviously looking to improve its capabilities over time too. :)

+ Justin

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Julien Rouhaud 2023-08-20 02:53:01 Re: how to use query_tree_walker to get all relations used in a query
Previous Message Tom Lane 2023-08-19 13:35:30 Re: case and accent insensitive search under Python ?