Hello!
I have been learning about PostGres on Fly recently. I am looking to deploy a Postgres cluster with the H3 extension which needs to be installed on the host machine and then added as an extension since it isn’t one of the usual ones found in the psql extensions. I found this fly community post from 2021. Recent changes to flyctl and the fly control panel seem to indicate that fly is leaning heavily towards recommending managed pgsql. If that is the case should I move forward with the solution outlined in that community answer from 2021 since it is unmanaged?
So far I have tried to ssh into the machines and add the extension but that doesn’t work since they can’t get out of the private network (which is a good thing) and also I worry that the machines are probably ephemeral and this approach wouldn’t last anyways. Ideally it would be great if the H3 extension could be added to the managed image. What path forward would the community recommend at this point? Thanks!
Tom @ Overview