Skip to content

Commit 5deb10a

Browse files
authored
Remove outdated PITR info
Remove outdatad PITR info about restore prior to VLDB migration
1 parent 7e4808d commit 5deb10a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

articles/sql-database/sql-database-service-tier-hyperscale.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,8 +200,7 @@ These are the current limitations to the Hyperscale service tier as of GA. We a
200200
| Issue | Description |
201201
| :---- | :--------- |
202202
| The Manage Backups pane for a logical server does not show Hyperscale databases will be filtered from SQL server | Hyperscale has a separate method for managing backups, and as such the Long-Term Retention and Point in Time backup Retention settings do not apply / are invalidated. Accordingly, Hyperscale databases do not appear in the Manage Backup pane. |
203-
| Point-in-time restore | Once a database is migrated into the Hyperscale service tier, restore to a point-in-time prior to the migration is not supported.|
204-
| Restore of non-Hyperscale DB to Hyperscale and vice-versa | You can restore a Hyperscale database into a non-Hyperscale database, within non-Hyperscale database retention period. You cannot restore a non-Hyperscale database into a Hyperscale database.|
203+
| Point-in-time restore | You can restore a Hyperscale database into a non-Hyperscale database, within non-Hyperscale database retention period. You cannot restore a non-Hyperscale database into a Hyperscale database.|
205204
| If a database has one or more data files larger than 1 TB, migration fails | In some cases, it may be possible to work around this issue by shrinking the large files to be less than 1 TB. If migrating a database being used during the migration process, make sure that no file gets larger than 1 TB. Use the following query to determine the size of database files. `SELECT *, name AS file_name, size * 8. / 1024 / 1024 AS file_size_GB FROM sys.database_files WHERE type_desc = 'ROWS'`;|
206205
| Managed Instance | Azure SQL Database Managed Instance is not currently supported with Hyperscale databases. |
207206
| Elastic Pools | Elastic Pools are not currently supported with SQL Database Hyperscale.|

0 commit comments

Comments
 (0)