Summary: | koha-create doesn't restart / empty memcached causing installer fail | ||
---|---|---|---|
Product: | Koha | Reporter: | Joonas Kylmälä <joonas.kylmala> |
Component: | Installation and upgrade (command-line installer) | Assignee: | Bugs List <koha-bugs> |
Status: | NEW --- | QA Contact: | Testopia <testopia> |
Severity: | minor | ||
Priority: | P5 - low | CC: | dcook, jonathan.druart |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Bug Depends on: | 6416, 31124 | ||
Bug Blocks: |
Description
Joonas Kylmälä
2020-01-09 07:36:50 UTC
My proposed fix for this is to clear the memcached cache in koha-create script either by restarting memcached or by using some memcached command line tool to clear the cache. (In reply to Jonathan Druart from comment #2) > FYI bug 20116 will add misc/bin/clear_cache.pl. It looks like this has been pushed - can this be solved now? Once we have fixed the other koha-remove bugs, it should be trivial to fix. |