• Welcome to the Chevereto User Community!

    Here, users from all over the world come together to learn, share, and collaborate on everything related to Chevereto. It's a place to exchange ideas, ask questions, and help improve the software.

    Please keep in mind:

    • This community is user-driven. Always be polite and respectful to others.
    • Support development by purchasing a Chevereto license, which also gives you priority support.
    • Go further by joining the Community Subscription for even faster response times and to help sustain this space

autoupdate doesn't detect new version

Status
Not open for further replies.

liss

Chevereto Member
Current Chevereto version: 3.5.10
"Check for update" showing: "Your website is running the latest version of Chevereto".

apache error log: clean
Site is running on apache with cloudflare and nginx on the top.

firewall check ok (able to access https://chevereto.com from that box)

Please help!

Thank you!
 
It didn't work. I've performed manual update and after few changes of the script I was able to make it work.

Please consider to increase time limit for upgrade from 600 seconds to 0 (unlimited time).
 
Upgrade is made in three steps up to 5 min each, 15 min total. 😵
 
One of the steps where you're recalculating image views using GROUP BY can actually take lot more time depends on the chv_images size.
Because of temporary table on the MySQL side it could take much longer.

So 600 seconds time limit are actually breaking updater script and leaving database in inconsistent state.
To reproduce this behavior please fill in chv_images table with 100-200K records and try to run the updater.
 
Don't mix update with install. Every large website should do all manual install (/install?debug).
 
Last edited:
Status
Not open for further replies.
Back
Top