Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[14.0] [storage_backend] Remove file from directory #430

Open
yowilfre82 opened this issue Nov 13, 2024 · 2 comments
Open

[14.0] [storage_backend] Remove file from directory #430

yowilfre82 opened this issue Nov 13, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@yowilfre82
Copy link

Module

storage_backend

Describe the bug

Delele File dont remove it from filesystem directory

To Reproduce

14.0:

Steps to reproduce the behavior:

  1. Create a File
  2. Delete a File

Expected behavior
Remove from database and filesystem

@yowilfre82 yowilfre82 added the bug Something isn't working label Nov 13, 2024
@yowilfre82 yowilfre82 changed the title [14.0] Remove file from directory [14.0] [storage_backend] Remove file from directory Nov 13, 2024
@Protoneer
Copy link

Having the same issue with 16.0 . Creates the attachment in the selected folder but when deleting the record it deletes the ir_attachment line but not the actual file.

@Protoneer
Copy link

I stand corrected. When attachments are deleted they are inserted on a garbage collecting table. (fs_file_gc)

Scheduled action: "Base: Auto-vacuum internal data" , is run daily and will clear out the files that needs removing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants