Error not enough volumes named to run 2 processes

Getting the following when I try to deploy:

Error not enough volumes named garden_data (1) to run 2 processes

But I’m not trying to run 2 processes. Only one is specified in my Procfile. I’ve recently scaled down the number of regions I had this app running in. Has this app gotten in a weird buggy state somehow? I’d appreciate if someone could look at whether this is the case.

It sounds like you need to run fly scale count 1, then try deploying again. fly scale show might indicate that it’s set to 2+ instances.

Thanks, that did it.