Bugzilla – Attachment 11355 Details for
Bug 8437
Large database backups and large exports from export.pl fail under plack
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 8437 - fix koha-dump configuration tar permissions
Bug-8437---fix-koha-dump-configuration-tar-permiss.patch (text/plain), 805 bytes, created by
Dobrica Pavlinusic
on 2012-08-04 12:38:09 UTC
(
hide
)
Description:
Bug 8437 - fix koha-dump configuration tar permissions
Filename:
MIME Type:
Creator:
Dobrica Pavlinusic
Created:
2012-08-04 12:38:09 UTC
Size:
805 bytes
patch
obsolete
>From 80b9cf1d97b89d862709b3262029e1cde0b3e018 Mon Sep 17 00:00:00 2001 >From: Dobrica Pavlinusic <dpavlin@rot13.org> >Date: Sat, 4 Aug 2012 14:33:30 +0200 >Subject: [PATCH] Bug 8437 - fix koha-dump configuration tar permissions > >This allows backups created using Debian package to show up >automatically in web interface and makes permissions of backup >files consistent. >--- > debian/scripts/koha-dump | 3 +++ > 1 files changed, 3 insertions(+), 0 deletions(-) > >diff --git a/debian/scripts/koha-dump b/debian/scripts/koha-dump >index 2fe9edd..133e7b0 100755 >--- a/debian/scripts/koha-dump >+++ b/debian/scripts/koha-dump >@@ -65,4 +65,7 @@ tar -C / -czf "$metadump" \ > "var/lib/koha/$name" \ > "var/log/koha/$name" > >+chown "root:$name-koha" "$metadump" >+chmod g+r "$metadump" >+ > echo "Done." >-- >1.7.2.5
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 8437
:
11177
|
11353
|
11354
|
11355
|
109632
|
112224
|
112448