We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bf9bb6f + 7153602 commit 508e5eeCopy full SHA for 508e5ee
1 file changed
samples/features/sql-big-data-cluster/bootstrap-sample-db.cmd
@@ -76,7 +76,7 @@ echo Configuring sample database(s)...
76
77
REM remove files copied into the pod:
78
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"
+%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"
80
81
for %%F in (web_clickstreams inventory customer) do (
82
if NOT EXIST %%F.csv (
0 commit comments