Skip to content

Commit 627bbb3

Browse files
authored
Merge pull request #112618 from urosmil/patch-3
Added workaround for Gen4 to Gen5 update
2 parents 14f8387 + 6b6e1ec commit 627bbb3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

articles/sql-database/sql-database-managed-instance-faq.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,14 @@ Automated online switching between hardware generations is possible if both hard
8888

8989
This is a long-running operation as a new managed instance will be provisioned in the background and databases automatically transferred between the old and new instance with a quick failover at the end of the process.
9090

91+
**What if both hardware generations are not supported in the same region?**
92+
9193
If both hardware generations are not supported in the same region, changing the hardware generation is possible but must be done manually. This requires you to provision a new instance in the region where the wanted hardware generation is available, and manually back up and restore data between the old and new instance.
9294

95+
**What if there are no enough IP addresses for performing update operation?**
96+
97+
In case there is no enough IP addresses in the subnet where your managed instance is provisioned, you will have to create new subnet and new managed instance inside it. We also suggest that new subnet is created with more IP addresses alocated so future update operations will avoid similar situation (for propper subnet size, check [how to determine size of vnet subnet](sql-database-managed-instance-determine-size-vnet-subnet.md). After new instance is provisioned, you can manually back up and restore data between the old and new instance or perform cross-instance [point-in-time restore](sql-database-managed-instance-point-in-time-restore.md?tabs=azure-powershell).
98+
9399

94100
## Tune performance
95101

0 commit comments

Comments
 (0)