Users migrating from --region
to --regions
will cause having old images keep running
#3551
Labels
bug
Something isn't working
Recently flyctl removed
--region
and renamed--only-regions
to--regions
in #3514, this will cause many users to try to migrate--region
to--regions
(as i did myself).This migration is very dangerous, the behaviour is completely different and will cause having machines with older image versions running side by side with the new machines.
Imagine what someone that was previously using --region may do when the flag is no longer working:
--region
no longer works--regions
flag, just replaces it--regions
, causing the old machines to keep running with the old image version, possibly breaking productionIn my opinion
--regions
should be changed back to--only-regions
. I don't think having old versions of the Docker image keep running in other regions is something many people want, it will cause hard to debug issues where old application code keeps running in a non deterministic way.Also related to #3537 and #3509
The text was updated successfully, but these errors were encountered: