lith 3 年之前
父节点
当前提交
3201a55165
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -206,7 +206,7 @@ demo:
 docker run --rm -it \
 -v /root/data:/bak  \
 serset/sqler  \
-dotnet Sqler.dll SqlServer.RestoreLocalBak \
+dotnet Sqler.dll SqlServer.RestoreLocalBak -f \
 --filePath "/bak/wordpress.sqler.zip" \
 --databasePath "/data" \
 --ConnectionString 'Data Source=192.168.3.221,1434;Database=Db_Dev;UID=sa;PWD=LongLongPassword1!;'