Home / Docs / PostgreSQL 16 (Hardened) / Troubleshooting
| Symptom | Check | Fix |
|---|---|---|
| Remote client can't connect | listen_addresses; pg_hba.conf; cloud firewall | All three must allow it — closed by default is the design. |
| Password auth fails for new role | pg_hba.conf method line | Use scram-sha-256 entries for network clients; reload. |
| Disk filling | SELECT pg_size_pretty(pg_database_size(...)); | Grow the volume; autovacuum settings for bloat. |
sudo -u postgres pg_isready → 'accepting connections'