Is it possible to add extensions to a PostgreSQL cluster?
I’d love to continue leaning on Fly’s cluster deployment with just a touch of customization: installing an extension. Unfortunately, the one I’m looking at wants Go and gcc installed, but … yeah, anyway: PostgreSQL extensions?
If you clone that repository, then run flyctl config save -a <your-pg-cluster-name>, you can make any changes you want to it and then run flyctl deploy.