Calling db.Checkpoint
with destDir
like ./foo
returns no such file or directory
#4268
Labels
db.Checkpoint
with destDir
like ./foo
returns no such file or directory
#4268
IIUC, this is because
mkdirAllAndSyncParents
is called, append an empty string as parent path inparentPaths
, andfs.OpenDir
on an empty string fails with the errorno such file or directory
.Using pebble v.1.1.3
Jira issue: PEBBLE-324
The text was updated successfully, but these errors were encountered: