Prevent deletion of ALL backups

This commit is contained in:
JosephPi-msft
2019-08-19 19:34:56 -05:00
committed by GitHub
parent bf9bb6f152
commit 7153602e9f
@@ -76,7 +76,7 @@ echo Configuring sample database(s)...
REM remove files copied into the pod:
echo Removing database backup files...
%DEBUG% kubectl exec %MASTER_POD_NAME% -n %CLUSTER_NAMESPACE% -c mssql-server -i -t -- bash -c "rm -rvf /var/opt/mssql/data/*.bak"
%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"
for %%F in (web_clickstreams inventory customer) do (
if NOT EXIST %%F.csv (