spilo icon indicating copy to clipboard operation
spilo copied to clipboard

Highly available elephant herd: HA PostgreSQL cluster using Docker

Results 217 spilo issues
Sort by recently updated
recently updated
newest added

To support custom S3 endpoint I changed `boto` usage to `boto3`. Version `1.21.41` is locked as a last version without warning regarding drop of support for Python 3.6. Library can...

Hi Do you guys plan to add arm64 support for PGBouncer docker image? I saw in https://github.com/zalando/spilo/issues/618 that you build images for spilo (under registry.opensource.zalan.do/acid/spilo-cdp-arm64-14), but I did not find...

To modify Spilo image to process timeline id in the clone section.

Hi expert, From postgres-appliance/Dockerfile, it uses ubuntu as base OS, Does it support Centos or Rocky as base OS?

https://github.com/zalando/spilo/blob/master/postgres-appliance/scripts/configure_spilo.py#L821-L829 ``` elif not aws_region: # try to determine region from the endpoint or bucket name name = wale.get('WAL_S3_BUCKET') or wale.get('WALE_S3_PREFIX') match = re.search(r'.*(\w{2}-\w+-\d)-.*', name) if match: aws_region = match.group(1)...

When running spilo-14:2.1-p6 in an AKS cluster via the postgres operator, I can exec into a running pod and start a backup manually with this command: ``` envdir "/run/etc/wal-e.d/env" /scripts/postgres_backup.sh...

Addresses https://github.com/zalando/spilo/issues/754

Hi All, I am using postgres-operator version 1.8.2. I am trying to create a postgres cluster with Persistent volume on azure blob storage. I am facing issue while creating any...

Hello, According to https://patroni.readthedocs.io/en/latest/SETTINGS.html: > primary_slot_name: which slot on the remote master to use for replication. This parameter is optional, the default value is derived from the instance name (see...

It seems that most environment variables are removed before starting the patroni process. I was attempting to configure patroni to log to a directory (instead of stdout) by using the...