You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Simplify PostgreSQL client installation to fix version compatibility
- Use postgresql-client-14 from Ubuntu repositories (stable and available)
- Remove complex APT repository setup that was causing failures
- PostgreSQL client 14 is compatible with all server versions (13-17 + beta)
- Add psql --version verification step
- Applied to both main test and beta test jobs
0 commit comments