gui for a postgres db on fly io

We focus heavily on our docs and blog so I’m not aware if we are going to produce video content or focus on it anytime soon.

It is not clear what is . Is it host name or what.

It is the name of your app that contains the postgres db, still-dawn-4253-db.

As for what you want:

In case you want a CLI, run:

flyctl postgres connect -a still-dawn-4253-db

If you want to proxy your app so you can use DBeaver or other clients:

flyctl proxy 5432 -a still-dawn-4253-db

This will proxy the database to localhost:5432 so you can connect to it:

1 Like