Hm… Is 48ed1eeb303078 definitely the Machine’s own ID? Possibly you had multiple nodes in the past, and this is a remnant of that older configuration, .
If this persists, then I would try the volume-forking technique (with explicit volume ID) and see whether that new Machine boots successfully…
Aside: This might be a good time to reassess whether single-Machine Legacy Postgres is really the right fit for the data you have in there. The next glitch like this could very well wipe out the data itself, …
Thanks folks. It is a stage environment, so no issue with the single node unmanaged PG, but I was (am) concerned that could happen in prod. Thanks for pointing it out though.
48ed1eeb303078 is a machine I own.
After wasting a afternoon playing with Postgres user authentication for `repmgr`, the solution was to add it on my db.toml:
[env] #Force self-connection via localhost (postgres-flex expects this for single-node) FLY_PRIVATE_IP = ‘127.0.0.1’