The AttachmentStorage module is available for EspoCRM. It adds sharded local storage for attachments and thumbnails, distributing files across hash-based subdirectories instead of keeping them in one large folder. This prevents directories from growing excessively, improving filesystem performance and making storage more scalable for CRM installations with many attachments.
The module also provides a background migration tool for moving existing attachments from the standard EspoUploadDir storage to the new sharded storage.
The module is compatible with EspoCRM 10.0+ and PHP 8.3+.
Download the module and view the instructions on GitHub: https://github.com/Esponenta/EspoCRM-AttachmentStorage
The module also provides a background migration tool for moving existing attachments from the standard EspoUploadDir storage to the new sharded storage.
The module is compatible with EspoCRM 10.0+ and PHP 8.3+.
Download the module and view the instructions on GitHub: https://github.com/Esponenta/EspoCRM-AttachmentStorage

Comment