Bugzilla – Attachment 151881 Details for
Bug 33720
updatedatabase.pl should purge memcached
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Update the updatedatabase.pl script to flush caches before running
Bug-33720-koha-upgrade-schema-should-restart-memcached.patch (text/plain), 822 bytes, created by
Jake Deery
on 2023-05-31 13:55:06 UTC
(
hide
)
Description:
Update the updatedatabase.pl script to flush caches before running
Filename:
MIME Type:
Creator:
Jake Deery
Created:
2023-05-31 13:55:06 UTC
Size:
822 bytes
patch
obsolete
>diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl >index c95fdf3e3c..06f98e8e61 100755 >--- a/installer/data/mysql/updatedatabase.pl >+++ b/installer/data/mysql/updatedatabase.pl >@@ -41,6 +41,7 @@ use C4::Installer; > use Koha::Database; > use Koha; > use Koha::DateUtils qw( dt_from_string output_pref ); >+use Koha::Caches; > > use MARC::Record; > use MARC::File::XML ( BinaryEncoding => 'utf8' ); >@@ -69,8 +70,11 @@ $|=1; # flushes output > > local $dbh->{RaiseError} = 0; > >-# Record the version we are coming from >+# Flush memcached before we begin >+Koha::Caches->get_instance('config')->flush_all; >+Koha::Caches->get_instance('sysprefs')->flush_all; > >+# Record the version we are coming from > my $original_version = C4::Context->preference("Version"); > > # Deal with virtualshelves
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 33720
:
151083
|
151881
|
152096
|
152852
|
152853
|
152857
|
152858