andrewlecuyer

Results 125 comments of andrewlecuyer

Hi @ffppmm! Just to confirm ... did you enable the `AutoCreateUserSchema` feature gate in your operator Deployment, as described here? https://access.crunchydata.com/documentation/postgres-operator/latest/tutorials/basic-setup/user-management#how-can-i-enable-this-feature-for-my-cluster Also, once connected via `psql`, you should be able...

@cassanellicarlo what is the current status of this Postgres Pod? Is it up-and-running, and ready? Considering the following error: ```bash Error opening connection to database (postgresql://ccp_monitoring:PASSWORD_REMOVED@localhost:5432/postgres): pq: the database system...

@academiaresf please note the `pg_cron` extension is currently supported by CPK, as shown in the [extensions section](https://access.crunchydata.com/documentation/postgres-operator/latest/references/components#extensions-compatibility) of the [Components and Compatibility page](https://access.crunchydata.com/documentation/postgres-operator/latest/references/components#extensions-compatibility).

Hi @n-asenov, thanks for submitting this issue! I was able to reproduce the behavior you described. And after digging into this a bit, it looks like the `postgres` user should...

@dbackeus thanks for reaching out! As you mentioned, the behavior you're seeing is simply a result of the change you referenced in PG 15. Is there any specific behavior you're...