mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 11:22:15 +00:00
fix(core): Delete binary data parent folder when pruning executions (#11790)
This commit is contained in:
committed by
GitHub
parent
91f9390b90
commit
17ef2c63f6
@@ -93,7 +93,7 @@ export class FileSystemManager implements BinaryData.Manager {
|
||||
// binary files stored in nested dirs - `filesystem-v2`
|
||||
|
||||
const binaryDataDirs = ids.map(({ workflowId, executionId }) =>
|
||||
this.resolvePath(`workflows/${workflowId}/executions/${executionId}/binary_data/`),
|
||||
this.resolvePath(`workflows/${workflowId}/executions/${executionId}`),
|
||||
);
|
||||
|
||||
await Promise.all(
|
||||
|
||||
Reference in New Issue
Block a user