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
- Project categories: Developer tools
352 sites report using this module
- Created by norman.lol on , updated
This project is not covered by the security advisory policy.
Use at your own risk! It may have publicly disclosed vulnerabilities.
Releases
8.x-1.0-beta2
released 17 February 2026
Works with Drupal: ^8.8 || ^9 || ^10 || ^11
Drupal 11 compatibility
Install:
Development version: 8.x-1.x-dev updated 17 Feb 2026 at 16:20 UTC



