Open dkhwangbo opened 1 week ago
Hey @dkhwangbo,
To remove compressed data, delete all file within archive_output directory and ir_output directory. And then, Open 'search' page of webUI again, and search with '*' . Then I got error.
Ah, that's an unsupported use case since the metadata for those archives would still exist in the database. We will be improving CLP's robustness for cases like this, but it will remain an error since missing data is not something we want to hide from the user.
How to remove specific (not all) clp file without error?
CLP doesn't currently have support for deleting a single file from the archives, although it's something we could support.
To clarify, do you want to delete a compressed file based on its original file path (i.e., the path that was initially passed to compress.sh
)?
@kirkrodrigues Hi. Thanks for your reply.
I want to remove 'compressed file'. (result of compress.sh
)
I can read compressed data with below.
To remove compressed data, delete all file within archive_output directory and ir_output directory. And then, Open 'search' page of webUI again, and search with '*' . Then I got error.
Any document or best practice about it? How to remove specific (not all) clp file without error?