Hi All,
I am using Crunchy Postgres for Kubernetes V5.2.0 in RedHat OpenShift Container V4.8.25.
I am facing issues with the mount point (/pgdata) is filling up quickly and it is out of diskspace in a day or two as I am allocating 10 GB of disk space for this. Pg13_wal directory is the one consuming 95% of the disk space and this one keep filling up quickly.
I could see below message only in logs.
I cannot attach the complete log file due to restrictions in my organisation.
Error Message:
2023-04-12 00:06:05.779 UTC [542] DETAIL: Role "ccp_monitoring" does not exist.
Connection matched pg_hba.conf line 8: "host all "ccp_monitoring" "::1/128" md5"
ERROR: [103]: unable to find a valid repository:
repo1: [ArchiveMismatchError] PostgreSQL version 13, system-id 7220947104560214105 do not match repo1 stanza version 13, system-id 7220570976637997146
HINT: are you archiving to the correct stanza?
2023-04-12 00:06:07.511 UTC [117] LOG: archive command failed with exit code 103
2023-04-12 00:06:07.511 UTC [117] DETAIL: The failed archive command was: pgbackrest --stanza=db archive-push "pg_wal/000000010000000000000001"
2023-04-12 00:06:07.526 UTC [546] LOG: connection received: host=100.103.0.149 port=35960
ERROR: [104]: archive-push command encountered error(s):
repo1: [FileReadError] timeout after 60000ms waiting for read from 's3.openshift-storage.svc:443'
2023-04-12 00:16:48.919 UTC [117] LOG: archive command failed with exit code 104
2023-04-12 00:16:48.919 UTC [117] DETAIL: The failed archive command was: pgbackrest --stanza=db archive-push "pg_wal/000000010000000000000007"
Thanks,
Santosh.