Any 5.7.* upgrade to 5.7.4 or 5.7.4.1

Permalink
Tried to upgrade a 5.7.2 and a 5.7.3 to 5.7.4 and 5.7.4.1 on 2 different production servers and local. Every time I see the following error.
I update by unzipping the latest version in to the updates folder in the root of the C5 installation and just navigating to /dashboard/system/backup/update

Does anyone else have the same problem?

An exception occurred while executing 'SELECT t0.cPath AS cPath1, t0.ppID AS ppID2, t0.cID AS cID3, t0.ppIsCanonical AS ppIsCanonical4, t0.ppGeneratedFromURLSlugs AS ppGeneratedFromURLSlugs5 FROM PagePaths t0 WHERE t0.cID = ? AND t0.ppIsCanonical = ? LIMIT 1' with params ["207", 1]: SQLSTATE[42S22]: Column not found: 1054 Unknown column 't0.ppGeneratedFromURLSlugs' in 'field list'

bleenders
 
mesuva replied on at Permalink Reply
mesuva
Perhaps try directly going to instead:
/index.php/ccm/system/upgrade
bleenders replied on at Permalink Reply
bleenders
Thanks, I'll try that later.
What's the idea behind it tho? And why did I see the error in the first place?
mesuva replied on at Permalink Best Answer Reply
mesuva
The link I've posted goes straight to the update process, instead of first going through the Dashboard.

When you drop a new concrete folder in, before running the update, you're running concrete5 in an inconsistent state where the database doesn't match the code. Going to the dashboard still is a normal request, whereas the one I've pasted I believe is a lot more bare-bones in terms of what it is doing.

I also think that the path I've posted is the one intended for use when you do manual updates, whereas the one in the dashboard is one you trigger for more automatic updating.
bleenders replied on at Permalink Reply
bleenders
Thanks for the good explanation and the fast response. I'm going to try this later today.