Bugzilla – Attachment 174441 Details for
Bug 34088
Schema upgrade should short circuit faster if no upgrade needs to be done
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 34088: (follow-up) fix env vars in koha-upgrade-schema
Bug-34088-follow-up-fix-env-vars-in-koha-upgrade-s.patch (text/plain), 1.07 KB, created by
David Cook
on 2024-11-13 00:10:54 UTC
(
hide
)
Description:
Bug 34088: (follow-up) fix env vars in koha-upgrade-schema
Filename:
MIME Type:
Creator:
David Cook
Created:
2024-11-13 00:10:54 UTC
Size:
1.07 KB
patch
obsolete
>From b8ab679f6a9ee836efd4fcf355b1d91fb04d7166 Mon Sep 17 00:00:00 2001 >From: David Cook <dcook@prosentient.com.au> >Date: Wed, 13 Nov 2024 00:10:11 +0000 >Subject: [PATCH] Bug 34088: (follow-up) fix env vars in koha-upgrade-schema > >--- > debian/scripts/koha-upgrade-schema | 5 ++++- > 1 file changed, 4 insertions(+), 1 deletion(-) > >diff --git a/debian/scripts/koha-upgrade-schema b/debian/scripts/koha-upgrade-schema >index 14ad1cd73d..66a52b0f66 100755 >--- a/debian/scripts/koha-upgrade-schema >+++ b/debian/scripts/koha-upgrade-schema >@@ -43,7 +43,10 @@ do > echo "Upgrading database schema for $name" > KOHA_CONF="/etc/koha/sites/$name/koha-conf.xml" \ > PERL5LIB=$PERL5LIB \ >- "$CGI_PATH/installer/data/mysql/needs_update.pl" && "$CGI_PATH/installer/data/mysql/updatedatabase.pl" >+ "$CGI_PATH/installer/data/mysql/needs_update.pl" && \ >+ KOHA_CONF="/etc/koha/sites/$name/koha-conf.xml" \ >+ PERL5LIB=$PERL5LIB \ >+ "$CGI_PATH/installer/data/mysql/updatedatabase.pl" > else > die "Error: Invalid instance name $name" > fi >-- >2.39.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 34088
:
152543
|
152995
|
152996
|
152997
|
152998
|
154230
|
170554
|
170555
|
171050
|
174441
|
174443