Hi all,
/cgi-bin/koha/tools/export.pl can be configured to allow you to "Export database" and "Export configuration". These files are typically generated by a cron running "koha-run-backups --days 2 --output /var/spool/koha". However, only the database can be exported. The configuration cannot due to permission issues. See the following terminal output: root@kohadevbox:koha(bug26791)$ ls -l /var/spool/koha/kohadev/ total 4856 -rw-r----- 1 root kohadev-koha 1001326 Nov 16 10:23 kohadev-2020-11-16.sql.gz -rw------- 1 root root 3968315 Nov 16 10:23 kohadev-2020-11-16.tar.gz I reckon that we either need to 1) fix the permissions to allow the web download, or 2) remove the web download option I thought there was a Bugzilla issue for this but I couldn't find it, so I thought that I'd email the listserv to see what people think (and if anyone knows the bug reference number). David Cook Software Engineer Prosentient Systems 72/330 Wattle St Ultimo, NSW 2007 Australia Office: 02 9212 0899 Online: 02 8005 0595
_______________________________________________ Koha-devel mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
