I forked and cloned the Github Repository postgres-ha and followed all the steps in the documentation exactly, however, everything I do returns errors.
First of all: After deployment I am getting these errors:
Also I am unable to forward my ports locally using flyctl proxy 5432 -a flyapp1111 because I get:
Error Host was not found in DNS
I am also unable to connect via psql using flyctl postgres connect -a flyapp1111 because I get psql: error: could not translate host name “flyctl” to address: Unknown host
Press any key to continue . . .
Is Fly.io normally this terrible or is it just today?
Furthermore, the documentation on setting up a fly.io postgres database is full of errors which I have spent hours trying to work around and needs to be re-written.