Problem/Motivation
When you
upgrade Drupal 7 to Drupal 10 using web browser β
, there is continuous feedback along the way with both progress information and errors encountered. Messages show up at the top of the page, while old ones disappear at the bottom as the process goes on.
After the upgrade completes, you can review the individual migration messages in the log, under admin/reports/dblog?type[0]=migrate_drupal_ui (redirected from /admin/reports/upgrade), which is great.
However, it would also be nice to have all those messages in a single file, to be able to scan for patterns, order it, copy out lines of interest, etc.
Steps to reproduce
Do an upgrade from D7 to D10. See that the feedback is available in /admin/reports/dblog, but that you have to click on each item individually.
Proposed resolution
Suggestion #1
Save all upgrade D7 to D10 log messages to a single file in CSV-format, for fast browsing. For example in /sites/default/files/upgrade-log.csv.
Suggestion #2
Extract error messages with Drush, with something like this:
drush watchdog:show --type=migrate_drupal_ui --count=10000
Since "... migrate_drupal modules are about to be deprecated ..." documenting is the solution.
Remaining tasks
β
Document how to export upgrade error messages with Drush:
https://www.drupal.org/docs/upgrading-drupal/upgrading-from-drupal-6-or-... β
User interface changes
API changes
Data model changes
Release notes snippet