platform · inferred from evidence
Fly
A hosted platform for deploying and running applications, referenced as the environment where the fix was applied.
- fly ssh console -C doesn't handle environment variables (PGPASSWORD)
The -C flag was passing the command in a way that dropped the environment variable assignment. The fix was on Fly's side: an updated tool that handles exec with env properly. For existing apps you need to pick it up by running fly deploy or