Skip to content

Commit 905d7d3

Browse files
authored
Merge pull request #17360 from MicrosoftDocs/VanMSFT-patch-1
Update sql-server-linux-backup-and-restore-database.md
2 parents b42fcf6 + 514ce2a commit 905d7d3

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

docs/linux/sql-server-linux-backup-and-restore-database.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ ms.assetid: d30090fb-889f-466e-b793-5f284fccc4e6
1616

1717
You can take backups of databases from SQL Server 2017 on Linux with many different options. On a Linux server, you can use **sqlcmd** to connect to the SQL Server and take backups. From Windows, you can connect to SQL Server on Linux and take backups with the user interface. The backup functionality is the same across platforms. For example, you can backup databases locally, to remote drives, or to [Microsoft Azure Blob storage service](../relational-databases/backup-restore/sql-server-backup-to-url.md).
1818

19+
> [!IMPORTANT]
20+
> SQL Server on Linux only supports backing up to Azure Blob storage using block blobs. Using a storage key for backup and restore will result in a page blog being used, which isn't supported. Use a Shared Access Signature instead. For information on block blogs versus page blogs, see [Backup to block blob vs. page blob](../relational-databases/backup-restore/sql-server-backup-to-url.md#blockbloborpageblob).
21+
1922
## Backup a database
2023

2124
In the following example **sqlcmd** connects to the local SQL Server instance and takes a full backup of a user database called `demodb`.

0 commit comments

Comments
 (0)