Skip to content

Commit 42d4543

Browse files
committed
Fix issue #11
Added extra /
1 parent 4b00406 commit 42d4543

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql2022workshop/05_DataVirt/minio/backupdbtos3.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ GO
33
ALTER DATABASE WideWorldImporters SET RECOVERY FULL;
44
GO
55
BACKUP DATABASE WideWorldImporters
6-
TO URL = 's3:/<local IP>:9000/backups/wwi.bak'
6+
TO URL = 's3://<local IP>:9000/backups/wwi.bak'
77
WITH CHECKSUM, INIT, FORMAT;
88
GO
99
BACKUP DATABASE WideWorldImporters

0 commit comments

Comments
 (0)