You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Copy the **WideWorldImporters** sample database from https://aka.ms/WideWorldImporters to a local directory (The restore script assumes **c:\sql_sample_databases**). Skip this step if you have already restored the WideWorldImporters database in the previous exercise.
114
114
1. Edit the **restorewwi.sql** script for the correct paths for the backup and where data and log files should go. Skip this step if you have already restored the WideWorldImporters database in the previous exercise.
115
115
1. Execute the script **restorewwi.sql**. Skip this step if you have already restored the WideWorldImporters database in the previous exercise.
116
-
1. Edit the script **creates3creds.sql** to put in the local IP and user/password. Execute the script **creates3creds.sql**.
116
+
1. Edit the script **creates3credsforbackup.sql** to put in the local IP and user/password. Execute the script **creates3credsforbackup.sql**.
117
117
1. Edit the script **backupdbtos3.sql** to put in your local IP. Execute the script **backupdbtos3.sql**.
118
118
1. Use the minio browser to verify the backup file is in the backups bucket.
119
119
1. Edit the script **restoredbfroms3.sql** to put in your local IP in all places. Execute the script **restoredbfroms3.sql**. Note all the standard RESTORE commands work.
0 commit comments