The upgrade to 6.x-6.18 (using drush) hangs at:
The following updates are pending:
boost module
6122 - Update 6122 - Remove default value for all text columns.
6123 - Update 6123 - Add indexes to boost_cache_relationships table
6124 - Update 6124 - Add missing page_type index to boost_cache_relationships
table
6125 - Update 6125 - Reset boost-gzip-cookie-test.html.gz file
Do you wish to run all pending updates? (y/n): y
ALTER TABLE {boost_cache} CHANGE `filename` `filename` TEXT NOT NULL [success]
ALTER TABLE {boost_cache} CHANGE `url` `url` TEXT NOT NULL [success]
ALTER TABLE {boost_crawler} CHANGE `url` `url` TEXT NOT NULL [success]
When I Ctrl-C and then choose drush updatedb, it hangs immediately. I restored my database from backup and tried again, and it hanged in the same spot (10 minutes so far).
I'm happy to give you access to my dev server if you need it to debug the problem. Note that I didn't disable boost or flush the caches before upgrading. I can try that if you want.
Thanks for the great module.
Comments
Comment #1
mikeytown2 commentedSo boost_update_6122 is the one that hangs correct?
This is what it's trying to do:
Sounds like I should truncate that first before updating, since it's a temp table. You have a lot of URL's cached correct? Try this, don't have time to create a patch today.
Comment #2
dankohn commentedActually, it finished after about 30 minutes. And yes, I have about 70,000 pages in my XML sitemap. If you want to package up a dev version for me, I'll try it out before upgrading my production server. Thanks!
Comment #3
mikeytown2 commentedcommitted the change