Hannes Rehburg

Results 22 comments of Hannes Rehburg

> Hopefully, we are dealing with a test database cluster. Yes, this is primarily for Testing, there is no Data involved yet. This Setup is mostly for learning so I'm...

Quick Update: I had to add ` - { option: "repo1-s3-uri-style", value: "path" }` to the `pgbackrest_conf` which apparently I forgot. Also had to add ` - { option: "pg1-user",...

> Add the minio domain in the [etc_hosts](https://github.com/vitabaks/postgresql_cluster/blob/2.0.0/automation/vars/system.yml?rgh-link-date=2024-09-26T11%3A53%3A15Z#L9) variable. It's a FQDN with proper DNS set up, the error came only due to me not adding the `repo1-s3-uri-style`-Option. Think I...

Hey, sorry to reopen this, but after some more testing (and a vacation) some more questions came up specifically for backups and restore. Didn't want to open a new issue...

Hey, sure, giving it a go right now. Just noticed that there is `pg_ctl_timeout` set in `patroni/tasks/main.yml` with a default of 3600, but it's not defined in`/vars/main.yml` like the new...

I'm not sure why, as my ansible knowledge isn't that deep yet, but it seems the `pg_ctl_timeout` is ignored because ansible adds a newline at the end of the command:...

Hey guys, sorry, to bug you again, but any new Ideas on this? I'm really stuck here because while it does work to deploy the cluster, running it without working...

Thanks! I also just noticed I forgot to add another error message that might or might not be helpful. Wenn running the restore, it will succeed on the replicas, but...

So I did some more testing and the whole issue seems to be revolving around the Leader Node not being able to properly restart postgres after the restore. I stopped/removed...

Thanks, this seems to work fine now! Updated the patroni `main.yml` and ran the restore like before and it went through just fine and pretty quick as well. For my...