- Issue created by @jeffm2001
- Status changed to Needs review
over 1 year ago 3:03pm 21 July 2023 - last update
over 1 year ago 9,627 pass - Status changed to RTBC
over 1 year ago 2:42pm 25 July 2023
The update hook that renames the group_content database tables can take a long time if you have a lot of content. For my site hosted on Pantheon this was a problem because drush/ssh commands timeout after 10 minutes if there's no output.
Easy fix is to return a message from the update hook that will print to the console. Being able to see how far along the update is is an added bonus.