Searching for a command-line, hopefully drush-based way to regenerate child derivatives on a specified list of multiple objects or for an entire collection.
Web-based method: Collection > Manage > Collection > Regenerate child derivatives
The web-based method is susceptible to timeout and error, especially AJAX HTTP errors. This happens very frequently for large objects; web browsers just aren't designed to hold open a connection for a very long time... When such an error happens, the process is completely derailed...
Command-line methods on the other hand can be ran in the background "nohup command &" and stay running until completion.
I've found a couple of couple of scripts below, testing the "co-alliance" script, which works on a single object.
Question: are there are any other known, available, working solutions?
ryersonlibrary / regenSelectDerivatives.php
https://github.com/ryersonlibrary/islandora_scripts/blob/master/regenSelectDerivatives.phpco-alliance / coalliance_derivative_generation
https://github.com/co-alliance/coalliance_derivative_generationSincerely,
Brad Spry
Atkins Library
UNC Charlotte