How can I create a machine from an existing Postgres volume?

So I mistakenly destroyed a replica machine that has data in it
There has been some data loss from a particular time frame. How can I recover the data

Hi… The simplest way would be to create a new database cluster using the volume-forking technique (with an explicit volume ID).

(You may also need an explicit --image-ref flag, if the original app is older.)

It’s a little inelegant, but I don’t know the PG Flex clustering mechanism in enough detail to advise on how to fix it in place.

Hope this helps a bit!