https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33115
--- Comment #3 from David Cook <[email protected]> --- (In reply to David Liddle from comment #2) > Logos and custom fonts were added to the root htdocs directory for both > sites, and there is a modified XSLT stylesheet in use for the intranet site. > All of these are referenced by system preferences that would be included in > a restore. > > If there is a better location for such files, such that they would be dumped > and restored by the existing processes, then I would happily alter our > practice. You could create a /var/lib/koha/<instancename>/web folder and then use an Alias in Apache in /etc/koha/apache-shared-opac.conf like the following: Alias /web "/var/lib/koha/${instance}/web" You may also need a directive like the following depending on your security: <Directory "/var/lib/koha/${instance}/web"> Require all granted </Directory> The /var/lib/koha/<instancename> directory gets automatically backed up by koha-dump. -- It does require customization of the Apache config, so maybe we should consider providing this out of the box for people to drop files into... -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
