We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b00406 commit 42d4543Copy full SHA for 42d4543
sql2022workshop/05_DataVirt/minio/backupdbtos3.sql
@@ -3,7 +3,7 @@ GO
3
ALTER DATABASE WideWorldImporters SET RECOVERY FULL;
4
GO
5
BACKUP DATABASE WideWorldImporters
6
-TO URL = 's3:/<local IP>:9000/backups/wwi.bak'
+TO URL = 's3://<local IP>:9000/backups/wwi.bak'
7
WITH CHECKSUM, INIT, FORMAT;
8
9
0 commit comments