failed to fetch an image or build from source: Could not find image "docker.io/flyio/postgres:xx.x"

Hi! I am trying to set my Postgres DB public, so I am following the manual (External Connections · Fly Docs)

The problem is that this command:

“fly deploy . --app --image flyio/postgres:15.6”.

Is trying to get this link: “docker.io/flyio/postgres:15.6” but, this link doesn’t work; It doesn’t matter what Postgres version you put, no link works

Attachment image of the error:

Attachment image of docker link error:

The image your specifying refers to the older Stolon implementation, which does not support PG 15.

Is that intentional?

If not, I would try flyio/postgres-flex:15.6.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.