Jump to content

1-click upgrade on PS 1.7.6.7 leaves old version in DB


Recommended Posts

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 by cleoni (see edit history)
Link to comment
Share on other sites

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

@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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...