简体   繁体   English

Azure SQL的Azure自动故障转移组中的问题

[英]Issue in Azure Auto-Failover Group with Azure SQL

Am working on the Azure SQL with Auto-Failover Group, for this I created one SQL Server along with one database and I created another copy of database in another SQL Server which is created with the help of Geo-Replication in other region. 我正在使用带有自动故障转移组的Azure SQL,为此,我创建了一个SQL Server和一个数据库,并在另一个SQL Server中创建了另一个数据库副本,该副本是在其他区域的地理复制的帮助下创建的。 For that, I created one failover group and working fine. 为此,我创建了一个故障转移组,并且工作正常。 But while working with this, some doubts were raised to me like: 但是,与此同时,一些疑惑却浮出水面,例如:

  1. My Primary region like East US has been collapses due unexpected disaster occurs, then what about my SQL Database and all my failover groups condition. 我的主要区域(如美国东部)由于发生意外灾难而崩溃,那么我的SQL数据库和所有故障转移组情况如何? Is it possible to recover them? 是否可以恢复它们?

  2. If I delete primary SQL Database, then what happen to my fail over group? 如果删除主SQL数据库,那么我的故障转移组会怎样?

  3. If I delete my primary SQL server, then is it my fail over group work finely? 如果删除主SQL服务器,那么故障转移组工作正常吗?

For doing the above, I followed the link 为此,我点击了链接

If you remove the primary the failover group is removed and the geo-replication is removed too. 如果删除主数据库,则故障转移组也将被删除,并且地理复制也将被删除。 The secondary database will remain with no geo-replication configured. 辅助数据库将保持为未配置地理复制的状态。 I just tested this on Azure portal. 我刚刚在Azure门户上对此进行了测试。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM