Increase size of RootFS

Hi there

I need to increase the storage capacity of my postgres instance. I have run the extend volumes commands and increase the volume size here - fly volumes extend · Fly Docs

However it appears the RootFS size is still the same as it was previously? How can I increase the size of the RootFS to utilize the new capacity of the volume?

Cheers

Hi… The reported size remained the same because the RootFS is for the installed software only—and will not contain your own data.

You can confirm that you now have more room for the latter via…

$ fly ssh console -a db-app-name
# df -h /dev/vdb

Hope this helps!

Added volumes