Introducing Quests: Tailored gamification & bridging in-person events with your community Mike Gitkos Yesterday at 12:39 PM1 day
Posted August 12, 20186 yr Hi, I try to update large project on our test server. There 36 hours since I have started. I have to execute plenty of manual actions again and again like this one: Some of them require some seconds, another run for 5 to 20 minutes. Is it really a way how upgrade works on the large databases? I cannot stay awake for 48 hours while upgrading live server to just start manual actions. Is there any way to make it in reasonable amount of time? Thanks. Edited August 12, 20186 yr by Sonya*
August 12, 20186 yr Some suggestions, in no particular order. 1. Drink lots of coffee. Mix in some whiskey too. 2. Copy all of the queries so you can run them in advance of your live database. 3. Submit a copy of your database to IPS so they can review. 4. Ask IPS to do courtesy upgrade.
August 13, 20186 yr Author 4. is already done. They will. And they say it will take some hours... Now I need to upgrade myself on the test server to see if there are issues with custom modules.
August 13, 20186 yr If your server is powerful enough to handle it, you can add a constants.php file (or edit your existing one) to add define( 'UPGRADE_MANUAL_THRESHOLD', 500000 ); the default is 250K (meaning, if the table has more than 250k rows you will be prompted to manually run the query)
Archived
This topic is now archived and is closed to further replies.