提交 c7cc0888 authored 作者: christian.peter.io's avatar christian.peter.io

Autmatic upgrade: delete old lobs dir, too

上级 b9dab1da
......@@ -160,6 +160,7 @@ public class DbUpgradeNonPageStoreToCurrent {
if (deleteOldDb) {
backupDataFile.delete();
backupIndexFile.delete();
FileSystem.getInstance(backupLobsDir.getAbsolutePath()).deleteRecursive(backupLobsDir.getAbsolutePath(), false);
}
// outputStream.println("H2 Migration of '" + oldFile.getPath() +
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论