I have set up a shared ipv4 address, but am not sure if this is sufficient. Do i need a dedicated ipv4 address?
I would like my trigger.dev jobs to be able to directly write to my database. It works when developing locally but fails to establish a connection when i deploy it to production.
When i run
fly services list -a my_app_name
fly services list -a my_app_name
I am seeing:
ServicesPROTOCOL PORTS HANDLERS FORCE HTTPS PROCESS GROUP REGIONS MACHINES TCP 5432 => 5432 [PG_TLS] False app lax 1 TCP 5433 => 5433 [PG_TLS] False app lax 1
ServicesPROTOCOL PORTS HANDLERS FORCE HTTPS PROCESS GROUP REGIONS MACHINES TCP 5432 => 5432 [PG_TLS] False app lax 1 TCP 5433 => 5433 [PG_TLS] False app lax 1
To test the Postgres connection I am using psql without any luck too: