cannot deploy postgres after configuring for external connections

I’ve been following this guide: External Connections · Fly Docs to connect to the fly postgres externally, but I am unable to deploy when I run this command fly deploy . --app <pg-app-name> --image flyio/postgres:<major-version> or other variations like flyctl -a <pg-app-name> deploy --remote-only , flyctl -a <pg-app-name> deploy', andflyctl -a deploy --local-only`. I am trying to connect to the database using pgAdmin 4 or DBeaver 24.1.0. This is the error log when I run ‘fly deploy . --app --image flyio/postgres:15’:
==> Verifying app config
Validating --config path unset–
✓ Configuration is valid
→ Verified app config
==> Building image
Searching for image ‘flyio/postgres:15’ remotely…
==> Building image
Searching for image ‘flyio/postgres:15’ remotely…
Error: failed to fetch an image or build from source: Could not find image “docker.io/flyio/postgres:15
I’m very new to all of this, so any help is appreciated!

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