Issues
- pg_tde Beta1 needs to be rebuildPKG-138Resolved issue: PKG-138Muhammad Aqeel
- TDE: Integration with Entrust KeyControlPG-1407
- TDE: Integration with Fortanix KMSPG-1406
- TDE: Integration with Kubernetes Secrets ProviderPG-1405
- TDE: Integration with Google Cloud - Cloud Key Management ServicePG-1404
- TDE: Integration with Microsoft Azure Key VaultPG-1403
- TDE: Integration with AWS KMSPG-1402
- TDE integration with Okta KMS (KMIP based)PG-1386
- TDE: off-boarding automationPG-1369
- Architecture/Technical documentation available for usersPG-1366Zsolt Parragi
- Improve sql/tap test coverage for pg_tdePG-1363Zsolt Parragi
- WAL performance enhancementsPG-1362
- Extend the telemetry to TDE use casesPG-1311Artem Gavrilov
- Implement access method enforcement via the GUC variablePG-1310Resolved issue: PG-1310Zsolt Parragi
- PG TDE RCPG-1287
- TDE: Global keyringPG-1286
- WAL fix/enhancementsPG-1262
- TDE: KMS config options for an offline databasePG-1249
- Document the operational limitations around KMS configuration for pg_tdePG-1244Resolved issue: PG-1244Anastasia Alexandrova
- Access method enforcementPG-1231
- Providing pg_tde for customers on older version(s)PG-1218
- TDE: Cipher configurationPG-1194
- Upstream contribution of the WAL extensibility improvementPG-1193
- Doc: behaviour for changing default table access method to tde_heap/ tde_heap_basicPG-1116Resolved issue: PG-1116Anastasia Alexandrova
- Upstream contribution of SMGR improvementsPG-1094
- Pending deletes for subtransactions work incorrectPG-1093Resolved issue: PG-1093Artem Gavrilov
- JOIN operation fails with `mergejoin input data is out of order` errorPG-1058Resolved issue: PG-1058shahidullah.khan
- update.sql regression test fails on xmin and xmax correctness checksPG-1056Resolved issue: PG-1056andrew.pogrebnoi
- During regression tests PG hangs on LWLock await foreverPG-1040Resolved issue: PG-1040Artem Gavrilov
- Memory corruption with palloc_allignedPG-1039Resolved issue: PG-1039Artem Gavrilov
- PG crashes with seg fault when tablespace changed for TDE encrypted tablesPG-1038Resolved issue: PG-1038shahidullah.khan
- Previously installed object_access_hook ignored when TDE extension loadedPG-1036Resolved issue: PG-1036Artem Gavrilov
- Substring with offset returns incorrect data for toasted externalized bytea fieldsPG-1035Resolved issue: PG-1035Artem Gavrilov
- TDE GAPG-1022
- TDE "overall" BetaPG-1020
- TDE: statistics leak vectorPG-994
- TDE: temporary files encryptionPG-993
- TDE: KMS integration (KMIP)PG-990
- TDE: patch and pg_tde.tde_heap Tech PreviewPG-987
- PostgreSQL and pg_tde extension alpha build for tde_heapPG-983
- Rename PERCONA_FORK to something elsePG-981Resolved issue: PG-981Zsolt Parragi
- Improve encryption code for tde_heapPG-980Resolved issue: PG-980Zsolt Parragi
- Create automatic CI builds for the fork/tde_heap variantPG-979Resolved issue: PG-979Zsolt Parragi
- Optimize seq read encryption callsPG-978Resolved issue: PG-978Zsolt Parragi
- Fix performance / memory spike during sequential readsPG-977Resolved issue: PG-977Zsolt Parragi
- TDE resilience and reliability testingPG-975Kai Wagner
- PG 17 server build fails from Percona patched versionPG-945Resolved issue: PG-945Zsolt Parragi
- Upstream contribution to add Extensible Storage Manager for PostgreSQLPG-799Resolved issue: PG-799andreas.karlsson
48 of 48
I deployed Percona operator on a K8s cluster v1.23 by 'Generic installation instruction' mentioned [here|https://docs.percona.com/percona-operator-for-postgresql/kubernetes.html.]
Checking the connectivity by following command:
connection gets stuck till it timed out.
It seems is a issue related to the pgbouncer configuration, as mentioned in this discussion: link
By manually edting the pgbouncer configmap putting the whole service fqdn (like: xxx.yyy.svc.cluster.local), instead of the only hostname (cluster1 in the example), another pod in the same namespace can successfully connect to the service, please have a loot at the `pgbouncer-cm` snippet below.