• 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

Large Database Update

Status
Not open for further replies.

gobzer

Chevereto Member
I'm upgrading from 3.6.5 to 3.6.6
Successfully copied updated files I went to dashboard to run /install
My database is too large, script execution hits time limits and I cannot upgrade database.
Is there any way to run /install on command-line?
Or any other way to perform this heavy operation?
 
You can go to /install?debug and that will show you which queries must be executed. So you can take chunks and manually execute each query block.
 
php.ini changed:
max_execution_time = 500

and ran /install 20-30 times...

You can go to /install?debug and that will show you which queries must be executed. So you can take chunks and manually execute each query block.
I'll try that with next update.
Thanks
 
Status
Not open for further replies.
Back
Top