Bugzilla – Attachment 127125 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.003
DBRev-210505003.patch (text/plain), 1.56 KB, created by
Mason James
on 2021-10-31 03:07:00 UTC
(
hide
)
Description:
DBRev 21.05.05.003
Filename:
MIME Type:
Creator:
Mason James
Created:
2021-10-31 03:07:00 UTC
Size:
1.56 KB
patch
obsolete
>From 03c0ed51cf9b13ff64a32973f67a50d22f04f0f6 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.003 >Content-Type: text/plain; charset="utf-8" > >https://bugs.koha-community.org/show_bug.cgi?id=29378 >--- > Koha.pm | 2 +- > installer/data/mysql/updatedatabase.pl | 5 +++++ > 2 files changed, 6 insertions(+), 1 deletion(-) > >diff --git a/Koha.pm b/Koha.pm >index f64bd49a8e..93424f23dd 100644 >--- a/Koha.pm >+++ b/Koha.pm >@@ -29,7 +29,7 @@ use vars qw{ $VERSION }; > # - #4 : the developer version. The 4th number is the database subversion. > # used by developers when the database changes. updatedatabase take care of the changes itself > # and is automatically called by Auth.pm when needed. >-$VERSION = "21.05.05.000"; >+$VERSION = "21.05.05.003"; > > sub version { > return $VERSION; >diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl >index c21cf53ffd..ca054505b2 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.003'; >+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