how to clone a builder machine to a different region

Earlier, cloning the builder machine to a different region and destroying the previous builder used to work.

As of now, when I try to clone a builder to a different region using

> fly machine clone <machineId> --region <region> -a <builderAppName>

I get an error such as

Cloning Machine <machineId> into region <region>
Volume 'machine_data' will start empty
Error: failed to create volume: remote builders may have only one volume (Request ID: 01HMBFEY6R6SECWY3STST3VFKT-fra)

Is there some way to make this work?

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