Here’s a solution in case someone else is facing this headache. - Original Post
1. Create a Fly Postgres Instance: flyctl postgres create --image-ref flyjason/fly-pg-pgvector
2. Attach your Machine/App to it: flyctl postgres attach --app <app-name> <postgres-app-name>
3. Deploy!