I’m trying to create my project in CircleCI, and w...
# ktor
m
I’m trying to create my project in CircleCI, and when I’m setting up the postgreSQL DB in the linux machine I’m getting
Copy code
#!/bin/bash -eo pipefail
pg_ctl -D /dev/shm/pgdata/data -l logfile start
/bin/bash: pg_ctl: command not found
Exited with code 127