-
Notifications
You must be signed in to change notification settings - Fork 606
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Postgres Backup not working in vCluster #4086
Comments
hi @farhaan-shamsee, just wanted to let you know that I'm seeing the same issue when deploying a More specifically, the DNS name PGO is using to connect to the repo host (e.g. So it looks like some input from the vCluster project is likely required to get a better idea as to why this isn't working. |
This appears to be an issue with DNS due to vCluster adding @farhaan-shamsee can you try setting the following environment variable in your PGO deployment, and let me know what you get? kubectl -n postgres-operator set env deploy/pgo GODEBUG=netdns=cgo Thanks! |
Thanks a lot for helping me out.
What specifically I should share? These are the PGO logs: And after I update the ENV, the pgha1-* pod went into error state. And now I see the below logs: |
EKS v1.30.4-eks-a737599
,vCluster v0.15.2
.)5.5.0
)14.9
)gp3
)Questions
We are using the
PostgresCluster
for our keycloak instance. We are observing that thepgbackrest
is failing to connect to the *-repo-host pods inside the vClusterAfter sometime the Disk is out of space because of WAL keeps getting accumulated. Below is the screenshot for the same.
The below is the screenshot of the database disk usage after I re-created it.
I see the below files in the
wal
directoryUnder the archive_status I see the below:
I read from the docs that the *.ready should become *.done if the backup is successful.
The same configuration works in my host cluster (EKS).
Can anyone help me to figure this out.
The text was updated successfully, but these errors were encountered: