Skip to content

Commit 508e5ee

Browse files
authored
Merge pull request #615 from PiJoCoder/patch-1
Prevent deletion of ALL backups
2 parents bf9bb6f + 7153602 commit 508e5ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

samples/features/sql-big-data-cluster/bootstrap-sample-db.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ echo Configuring sample database(s)...
7676

7777
REM remove files copied into the pod:
7878
echo Removing database backup files...
79-
%DEBUG% kubectl exec %MASTER_POD_NAME% -n %CLUSTER_NAMESPACE% -c mssql-server -i -t -- bash -c "rm -rvf /var/opt/mssql/data/*.bak"
79+
%DEBUG% kubectl exec %MASTER_POD_NAME% -n %CLUSTER_NAMESPACE% -c mssql-server -i -t -- bash -c "rm -rvf /var/opt/mssql/data/tpcxbb_1gb.bak"
8080

8181
for %%F in (web_clickstreams inventory customer) do (
8282
if NOT EXIST %%F.csv (

0 commit comments

Comments
 (0)