https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35301 Bug ID: 35301 Summary: Move file storage for AcqEnableFiles from database to the file system Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Acquisitions Assignee: koha-bugs@lists.koha-community.org Reporter: katrin.fischer@bsz-bw.de QA Contact: testopia@bugs.koha-community.org In Koha we have the option to optionally store files with the invoices. This feature is activated by the system preference AcqEnableFiles. The uploaded files are then stored in the database in the the table misc_files. A lot of uploaded files will make backup/restore time for the database larger and it would be nice if we also had the option to store these files in the file system instead. This might have to be optional to keep backwards compatiblity/give people a chance to migrate. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.