Chart not accounting for PostgreSQL stream replication check changes #888
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Moving from Gitea chart 11.x to 12.x, using postgresql-ha, db logs flooding with:
Looks like Gitea's chart isn't adding a pgpool 'sr-check-password' secret along with 'adminPassword', e.g.:
Found this, which indicates per these instructions an 'sr_check_user' role is needed, with corresponding login password.
Adding the role and grants per aforementioned instructions, making sure to set the password equal to password pulled from 'sr-check-password' credential in "gitea-postgresql-ha-pgpool" secret, and things work.
Seems like every time Gitea is upgraded (Renovate upgraded the container image a moment ago, when v1.24.2 was released) the 'sr-check-password' key's value in the secret is changed, requiring connecting the lead db's container, running pgsql, and altering the 'sr_check_user' password:
Thanks for reporting. Would you mind fixing this in a PR?
@pat-s PR #894 was created.