product · inferred from evidence
PGPASSWORD
An environment variable used to pass the PostgreSQL password for authentication.
- fly ssh console -C doesn't handle environment variables (PGPASSWORD)
I wanted to run a one-off command on my Fly postgres machine with env vars, like fly ssh console -a flaxidb -C "the postgres password env var psql -h [local address] -U postgres -c ...", but the -C argument mangled the environment variable