Drupal Resave All Nodes form screenshot
Drupal Resave All Nodes batch screenshot
Drupal Resave All Nodes success screenshot

This project is not covered by Drupal’s security advisory policy.

This module provides a form and a Drush command both implementing Batch API to resave all nodes or all nodes of a selected type.

Note: Drush core also provide a re-save command now! (since v11.0.0-rc1)

  • Re-save all article entities:
    drush entity:save node --bundle=article
  • Re-save all shortcut entities:
    drush entity:save shortcut
  • Re-save nodes 22 and 24:
    drush entity:save node 22,24
  • Re-save all nodes except node 9, 14 and 81:
    drush entity:save node --exclude=9,14,81
  • Re-save all users:
    drush entity:save user
  • Re-save all node entities in steps of 5:
    drush entity:save node --chunks=5

Project information

Releases