[Bug 15089] New: koha-dump set permissions correct
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15089 Bug ID: 15089 Summary: koha-dump set permissions correct Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Packaging Assignee: koha-bugs@lists.koha-community.org Reporter: muri+koha@immerda.ch QA Contact: testopia@bugs.koha-community.org CC: robin@catalyst.net.nz Created attachment 44184 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=44184&action=edit patch for the koha-dump script the koha-dump script sets the permissions for the sql dump, but not for the tar.gz. this patch fixes this. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15089 --- Comment #1 from Robin Sheat <robin@catalyst.net.nz> --- This deliberately isn't done as there's no reason to have the webserver able to read these files, generally. They contain server configs and database passwords, and so on so exposure of them should be kept very limited. The reason it's done for the database dump is that this permits users of hosted solutions to download their data at any time, but the $metadump file isn't really data. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15089 Muri Nicanor <muri+koha@immerda.ch> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |INVALID --- Comment #2 from Muri Nicanor <muri+koha@immerda.ch> --- ah, oke, good to know. i use rsync to backup those files to another server (logging in using the webserver user) but i can find another way to get the backups or set the permission ; ) marking as resolved -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org