cleoni Posted October 2, 2020 Share Posted October 2, 2020 (edited) Hello, I ran 1-click upgrade to pass from 1.7.6.7 to 1.7.6.8. It does backup, it installs new files... then the displayed version remains the same. I tried to repeat the upgrade (this time without making the backup) and at the final database upgrade step it says "you aready have version 1.7.6.8". But everywhere it displays version 1.7.6.7. Any ideas? Edited October 2, 2020 by cleoni (see edit history) Link to comment Share on other sites More sharing options...
delete-account-pleas Posted October 2, 2020 Share Posted October 2, 2020 You have two options here, Or update the value in your database to change your version from 1.7.6.7 to 1.7.6.8, or downgrade your value in your database back to 1.7.6.7 and re-run your installation to be sure all mysql updates have been passed. Update/downgrade statement (change 1.7.6.7 accordingly to what you want to do) UPDATE ps_configuration SET PS_VERSION_DB = "1.7.6.7" WHERE name = "PS_VERSION_DB"; UPDATE ps_configuration SET PS_INSTALL_VERSION = "1.7.6.7" WHERE name = "PS_INSTALL_VERSION"; Link to comment Share on other sites More sharing options...
cleoni Posted October 2, 2020 Author Share Posted October 2, 2020 @Crezzur thanks for the suggestion. I see that on DB PS_VERSION_DB I actually have 1.6.7.8 while PS_INSTALL_VERSION is 1.6.7.5 (the one I installed originally). It looks okay. The first run of the upgrade process went perfectly smooth indeed! But where does the software get the number 1.7.6.7 it prints on all backend pages from? To me it looks quite weird. Link to comment Share on other sites More sharing options...
delete-account-pleas Posted October 2, 2020 Share Posted October 2, 2020 This is stored in the file "yourstore/app/AppKernel.php" Link to comment Share on other sites More sharing options...
cleoni Posted October 2, 2020 Author Share Posted October 2, 2020 I have got it updated, file date is today and inside it reads 1.7.6.8 - correct. Still, the mystery remains ... Link to comment Share on other sites More sharing options...
delete-account-pleas Posted October 2, 2020 Share Posted October 2, 2020 Mmhhh this is strange, i have change the value and my store updates right away. Clear your cache and/or use CTRL+F5. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now