Resave All Nodes
357 sites
No security coverage
This module allows you to resave all nodes on your Drupal site, or filter by node type, using a simple form or a Drush command. This can be useful for triggering updates to node-related data or configurations.
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
Depends on
Dependencies of the latest stable release
No dependencies recorded for this project.
Required by
Tracked projects that depend on this one
No tracked projects depend on this one yet.
Activity
Releases
| Version | Type | Core | Notes | Release date | |
|---|---|---|---|---|---|
| 8.x-1.0-beta2 | Pre-release | 8–11 | Drupal 11 compatibility | Feb 17, 2026 |