Bugzilla – Attachment 4783 Details for
Bug 6651
koha-upgrade-to-3.4 fails when multiple instances are present
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 6651 - fix splitting of names when updating to 3.4
Bug-6651---fix-splitting-of-names-when-updating-to.patch (text/plain), 1.02 KB, created by
Chris Cormack
on 2011-07-31 23:16:34 UTC
(
hide
)
Description:
Bug 6651 - fix splitting of names when updating to 3.4
Filename:
MIME Type:
Creator:
Chris Cormack
Created:
2011-07-31 23:16:34 UTC
Size:
1.02 KB
patch
obsolete
>From 1cb2fded12c406972c2f9ef17ab2f22ff8bee1fb Mon Sep 17 00:00:00 2001 >From: Robin Sheat <robin@catalyst.net.nz> >Date: Sun, 31 Jul 2011 14:26:23 +1200 >Subject: [PATCH] Bug 6651 - fix splitting of names when updating to 3.4 > >This affects only koha package installations that have multiple >instances running. After this patch, it's worth running the upgrade >again to ensure that everything happened correctly the first time. > >Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz> >--- > debian/scripts/koha-upgrade-to-3.4 | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/debian/scripts/koha-upgrade-to-3.4 b/debian/scripts/koha-upgrade-to-3.4 >index 45650c1..190d841 100755 >--- a/debian/scripts/koha-upgrade-to-3.4 >+++ b/debian/scripts/koha-upgrade-to-3.4 >@@ -37,7 +37,7 @@ Koha will be upgraded for the following instances: $TO_UPGRADE > This may take some time to run. Go make a coffee. > EOH > >-for name in "$TO_UPGRADE" >+for name in $TO_UPGRADE > do > echo "Upgrading $name..." > sudo -u "$name-koha" -H \ >-- >1.7.4.1
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 6651
:
4777
| 4783