engineering··3 min read·WoWSQL Engineering

WoWSQL Shipping Log — April 05, 2026: Infrastructure & deployments

Engineering update for April 05, 2026: 21 commits in WoWSQL/wowmysql — fix: auto NGINX SNI reconciliation - periodic + on-startup sync (+10 related commits).

WoWSQL Shipping Log — April 05, 2026

This is an evidence-based engineering update from the public WoWSQL/wowmysql repository. We document what landed in git on this date — not roadmap promises.

Highlights

  • Infrastructure & deployments — fix: auto NGINX SNI reconciliation - periodic + on-startup sync (+10 related commits)
  • Database & Postgres — fix: port-per-tenant NGINX routing + PgCat bash readiness probe (+5 related commits)
  • Platform improvements — fix: remove invalid server_hostname from asyncpg connect_args (+2 related commits)

Commits (21 total)

Commit Change
bd8700a fix: port-per-tenant NGINX routing + PgCat bash readiness probe
7cdad5a fix: auto NGINX SNI reconciliation - periodic + on-startup sync
f030a7f fix: pgcat waits for postgres readiness before starting - nc loop ensures independence
ada3f28 feat: remove RDS migration page and banner from dashboard
266e571 feat: EBS snapshot backup and restore for dedicated EKS tenants
0dd199c final fix for the dedicated instance fix for the EKS deployments
0f2c1c3 fix: use psycopg3 driver for dedicated EKS connections
3ae39cf fix: disable PgCat client TLS in Helm chart and provisioner
7337335 fix: use plain TCP for dedicated asyncpg; update NGINX to route saravana tenant
bc0ef36 fix: remove invalid server_hostname from asyncpg connect_args
dee7421 final eks psuh for full repo update
460e587 EKS deployments fix

Showing 12 of 21 commits. View full day on GitHub.

What this means for developers

Database improvements strengthen managed PostgreSQL reliability, backups, pooling, or SQL workflows. Infrastructure updates improve how tenant Postgres clusters are provisioned, upgraded, and monitored.

Try WoWSQL


Source: git history on 2026-04-05. Features described here reflect engineering work in progress or shipped — verify in docs or changelog before building production dependencies.

WoWSQL Shipping Log — April 05, 2026: Infrastructure & deployments — WoWSQL Blog | WoWSQL