good day
We have standard sql2017 cu9 and read-scale configuration of availability groups (cluster type=none). we can manualy failover AG to secondary node by demoting primary node and failover to secondary.
but after we applied CU11 we get an error
Cannot failover an availability replica for availability group 'ag1' since it has CLUSTER_TYPE = NONE. Only force failover is supported in this version of SQL Server.
according to manual we try to use ALTERAVAILABILITYGROUP ag1 FORCE_FAILOVER_ALLOW_DATA_LOSS;
but in this case secondary replica becomes not syncronizing and it need to be resumed manualy.
Is this a bug or there will be no more smooth failover?