Hi all, At NYU we were keen to force all of our documents through the on-the-fly migration process, in the hope of catching any data problems before our users do. I've written a little bundle that walks over every path in the system and applies the migration process. If you're interested in trying it out, it's sitting here:
https://github.com/marktriggs/nakamura/tree/1.2-migration/contrib/nyu-force-migration and once loaded, can be triggered with: curl http://localhost:8080/system/forcemigration?handleVersions=true or curl http://localhost:8080/system/forcemigration?handleVersions=false The handleVersions option controls whether document versions are run through the migration process--it's nice to check whether they work, but it's a read-only operation so not strictly necessary. Cheers, Mark -- Mark Triggs <[email protected]> _______________________________________________ oae-dev mailing list [email protected] http://collab.sakaiproject.org/mailman/listinfo/oae-dev
