Mohammad Emran Hasan
Mohammad Emran Hasan

Follow

Mohammad Emran Hasan

Follow

Node access rebuild using Drush

Mohammad Emran Hasan's photo
Mohammad Emran Hasan
·Feb 28, 2012·

1 min read

In one of our Drupal production site, we have around 84K nodes. Periodically we need to rebuild the content access permission, which takes around 6 hours to complete when done through the browser. Being very unhappy with it, today found the following drush use:

Emrans-MacBook-Air ~: drush php-eval 'node_access_rebuild();'

The results were immediate, the whole rebuild now takes only 20 minutes!

 
Share this