Bug 19252 - Upgrading message shows identical version
Summary: Upgrading message shows identical version
Status: CLOSED INVALID
Alias: None
Product: Koha
Classification: Unclassified
Component: Installation and upgrade (web-based installer) (show other bugs)
Version: Main
Hardware: All All
: P5 - low minor (vote)
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-09-05 09:49 UTC by Marc Véron
Modified: 2018-06-04 20:10 UTC (History)
2 users (show)

See Also:
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 (28.57 KB, image/png)
2017-09-05 09:49 UTC, Marc Véron
Details

Note You need to log in before you can comment on or make changes to this bug.
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.