Hello! I set up a Redis Fly container using the new guide here: Redis on Fly which requires provisioning a persistent volume to the Fly app to maintain data incase Redis restarts/crashes etc.
I set a fairly low volume size to get started but would like to monitor how much storage the volume contains so that I can be prepared to upgrade to a larger volume. I can’t seem to see a way to do this with flyctl
. Am I missing something?
Also the upgrade process to a larger volume doesn’t look too seamless as I’ll have to create a new volume and provision it to my Fly app, and transfer all files from old volume, instead of just scaling my existing volume, so I’ll just add a big ol’ +1 to that feature as I’ve seen it mentioned a few times in the forum!
Thanks!