Bug 19252

Summary: Upgrading message shows identical version
Product: Koha Reporter: Marc Véron <veron>
Component: Installation and upgrade (web-based installer)Assignee: Bugs List <koha-bugs>
Status: CLOSED INVALID QA Contact: Testopia <testopia>
Severity: minor    
Priority: P5 - low CC: gmcharlt, 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:
Attachments: Screenshot upgrading message with identical version in web installer

Description Marc Véron 2017-09-05 09:49:33 UTC
Created attachment 66836 [details]
Screenshot upgrading message with identical version in web installer

While upgrading, the web installer shows a message similar like
"We are upgrading from Koha 17.06.00.004 to 17.06.00.004"
Expected: Different version numbers for "from" and for "to".

It seems that dbversion and kohaversion are the same in installer/step3.tt (see screenshot).
Comment 1 Marc Véron 2017-09-22 07:50:35 UTC
(In reply to Marc Véron from comment #0)
> Created attachment 66836 [details]
> Screenshot upgrading message with identical version in web installer
> 
> While upgrading, the web installer shows a message similar like
> "We are upgrading from Koha 17.06.00.004 to 17.06.00.004"
> Expected: Different version numbers for "from" and for "to".
> 
> It seems that dbversion and kohaversion are the same in installer/step3.tt
> (see screenshot).

Web installer > Updadte database
We are upgrading from Koha 17.06.00.007 to 17.06.00.007

Result:
Update report
Update to 17.06.00.008 done
Comment 2 Jonathan Druart 2017-10-02 17:38:05 UTC
This usually happens when memcached has not been restarted after the codebase has been updated.
Comment 3 Jonathan Druart 2017-11-27 17:44:02 UTC
Closing, please reopen if it appears again.