Hi, I’m trying to access snapshots for my postgres volume:
fly volumes snapshots list <my_volume_id>
but it shows:
No snapshots available for volume <my_volume_id>
but when i check:
fly volumes show <my_volume_id> -a <my_app_name>
it shows that it is turned on and set properly:
Snapshot retention: 30
Scheduled snapshots: true
is this a bug or am I missing something?
I recall being able to see the snapshots a few months ago when it was the default 5 day retention, I have since set it to 30 days, and today when I check it, nothing is there.
ahh that worked! that’s interesting, as I thought the volume_id is enough to identify
for anyone running into this issue in the future, also include the app name:
fly volumes snapshots list <my_volume_id> -a <my_app_name>