Volume auto-extend not triggering

Hi, I’m using fly postgres and wanted to take advantage of the new auto-extending volumes. So after creation of my app I pulled down its config with fly config save --app <database-app-name> and then added auto_extend_size_threshold = 75 and auto_extend_size_increment = '2GB', then redeployed. I could then see the configuration updated in the console. The first time it approached 80% without extending I just did it manually, hoping it would work the next time. But right now it’s at ~10/12GB and still hasn’t extended. Am I missing something?

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.