mzwettler2

Results 24 issues of mzwettler2

PGO uses UTC timezone by default. We can easily change this in the database with the parameters "timezone" + "log_timezone". However. All files outside the database would still use UTC....

## Overview Provide CRD "spec.patroni.bootstrap.initdb" so that Postgres could be initalized with other locales + encodings. ## Use Case We are located in Switzerland and need to have locale "de_CH"...

Hi, Is there an advanced "values.yaml" file somewhere, showing _all_ advanced possibilities provided by "postgres.yaml" used + configured? Eg. the provided "values.yaml" contains this "users" section: ... users: {} ......

Short question. Why is spec.patroni.switchover.enabled not true by default? Nothing could happen if it is true as an annotation is needed anyway.

I upgraded PGO 5.3.0 to 5.5.0. I added PG13 to PGO's values.yaml as I still have some PG13 instances (and PG13 is still officially supported): ``` ... postgres_13: image: /crunchy-postgres:ubi8-13.9-2...

PGUpgrade enables in-place upgrades with pg_upgrade. Both PG software versions old/new have to be installed in the image. Question: How can i find which PGUpgrade image supports with PG versions?...

I deployed PGO 5.5.0 and found pgAdmin4 (Cluster scoped) is not working with PG15 and PG16. Error Message: 'ServerManager' object has no attribute 'user_info' Seems this is related to the...

enhancement

we are using s3 storage. we have to change the whole s3 bucket and repo1-path for some reasons sometimes. how can we get PGO to initiate a pgbackrest stanza-create if...

v5
triaged

``` When you create a Postgres cluster with PGO and do not specify any additional users or databases, PGO will do the following: ° Create a database that matches the...

enhancement
v5
triaged
backlog

I found PGO making archiving mandatory: ``` // Send WAL files to all configured repositories when not in recovery. // - https://pgbackrest.org/user-guide.html#quickstart/configure-archiving // - https://pgbackrest.org/command.html#command-archive-push // - https://www.postgresql.org/docs/current/runtime-config-wal.html archive :=...

backlog
zero-backup