← back to Tk11438 Postgres Migration
verification/fleet-classification/dtd-portable/question.txt
1 lines
TK11438 local Mac PostgreSQL migration. Sixteen shared vendor-request module copies hardcode host127.0.0.1 port5432, some used by live Mac services and also copied to Linux/Kamatera. Mac socket /tmp verified; Linux socket directory not verified. Need prepare reviewable patches only, no rollout or email sends now. Choose A: default host process.env.PGHOST || (process.platform === "darwin" ? "/tmp" : "127.0.0.1"), preserve role/password/database and verify actual service env/durable sources in scoped approved batches. B: replace all host literals with /tmp regardless platform. C: only set PGHOST without source edits, despite hardcoded host currently ignoring it. Pick exactly one option. Begin VERDICT: <option> on its own line, then one paragraph. Review only; no tools changing state.