fly postgres create \
--snapshot-id X \
--volume-size 10
produces error “Could not find ImageVersionRepository”
I cannot find any information about it or how to workaround it.
fly postgres create \
--snapshot-id X \
--volume-size 10
produces error “Could not find ImageVersionRepository”
I cannot find any information about it or how to workaround it.
Hi… Looking at the source code, I think this might have come up when it was trying to guess the Fly Postgres image that you wanted, e.g., flyio/postgres:14.6
for older instances. If so, --image-ref
might work around it…
(It might be prudent to double-check that this actually is a snapshot of a Fly Postgres volume, .)
Hope this helps a little!
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.