hapostgres / pg_auto_failover

Postgres extension and service for automated failover and high-availability
Other
1.07k stars 113 forks source link

Fix ssl test by ensuring the symlink is owned by root. #893

Closed DimCitus closed 2 years ago

DimCitus commented 2 years ago

It seems that Postgres 14 implement more security checks around ownership of the client-side root certificate, and our symlink doesn't comply with those rules anymore in the GitHub Action environment.