Received an email saying that I am running out of disk. I followed the provided commands like
fly vol extend <volume_id> --size 2 -a <app_name>
Finally, the final command in the email was to restart the instance with
fly pg restart -a <app_name>
but I received an error "Error: no active leader found"
Not sure how to proceed. Thank you