Bugzilla – Attachment 127123 Details for
Bug 29378
After the automatic update to 21.05.05, the OPAC switches to maintenance mode and the web installer is displayed
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
DBRev 21.05.05.002
DBRev-210505002.patch (text/plain), 1.03 KB, created by
Mason James
on 2021-10-31 00:57:30 UTC
(
hide
)
Description:
DBRev 21.05.05.002
Filename:
MIME Type:
Creator:
Mason James
Created:
2021-10-31 00:57:30 UTC
Size:
1.03 KB
patch
obsolete
>From cbc2926b24b3c168ef5a4e3f56935d4494edbb6c Mon Sep 17 00:00:00 2001 >From: Mason James <mtj@kohaaloha.com> >Date: Sun, 31 Oct 2021 13:22:20 +1300 >Subject: [PATCH] DBRev 21.05.05.002 >Content-Type: text/plain; charset="utf-8" > >https://bugs.koha-community.org/show_bug.cgi?id=29378 >--- > installer/data/mysql/updatedatabase.pl | 5 +++++ > 1 file changed, 5 insertions(+) > >diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl >index c21cf53ffd..35ad760e9a 100755 >--- a/installer/data/mysql/updatedatabase.pl >+++ b/installer/data/mysql/updatedatabase.pl >@@ -24515,6 +24515,11 @@ if( CheckVersion( $DBversion ) ) { > NewVersion( $DBversion, 29137, "Add system preference CreateAVFromCataloguing"); > } > >+$DBversion = '21.05.05.002'; >+if( CheckVersion( $DBversion ) ) { >+ NewVersion( $DBversion, "", "Koha 21.05.05 release" ); >+} >+ > # SEE bug 13068 > # if there is anything in the atomicupdate, read and execute it. > my $update_dir = C4::Context->config('intranetdir') . '/installer/data/mysql/atomicupdate/'; >-- >2.20.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 29378
:
127123
|
127125