' . t('About') . ''; $output .= '

' . t('The Migrate Drupal UI module provides a simple user interface to perform an upgrade from an earlier version of Drupal. For more information, see the online documentation for the Migrate Drupal UI module.', [':migrate' => 'https://www.drupal.org/upgrade/migrate']) . '

'; $output .= '

' . t('Uses') . '

'; $output .= '
'; $output .= '
' . t('Preparing the site') . '
'; $output .= '
' . t('You need to install all modules on this site that are installed on the previous site. For example, if you have used the Book module on the previous site then you must install the Book module on this site for that data to be available on this site.') . '
'; $output .= '
' . t('Performing the upgrade') . '
'; $output .= '
' . t('On the Upgrade page, you are guided through performing the upgrade in several steps.', [':upgrade' => Url::fromRoute('migrate_drupal_ui.upgrade')->toString()]) . '
'; $output .= '
  1. ' . t('If an upgrade has been performed on this site, you will be informed.') . '
  2. '; $output .= '
  3. ' . t('You need to enter the database credentials of the Drupal site that you want to upgrade. You can also include its files directory in the upgrade. For example local files, /var/www/docroot, or remote files http://www.example.com.') . '
  4. '; $output .= '
  5. ' . t('If there is existing content on the site that may be overwritten by this upgrade, you will be informed.') . '
  6. '; $output .= '
  7. ' . t('The next page provides an overview of the modules that will be upgraded and those that will not be upgraded, before you proceed to perform the upgrade.') . '
  8. '; $output .= '
  9. ' . t('Finally, a message is displayed about the number of upgrade tasks that were successful or failed.') . '
'; $output .= '
' . t('Reviewing the upgrade log') . '
'; $output .= '
' . t('You can review a log of upgrade messages by clicking the link in the message provided after the upgrade or by filtering the messages for the type migrate_drupal_ui on the Recent log messages page.', [':log' => Url::fromRoute('migrate_drupal_ui.log')->toString(), ':messages' => Url::fromRoute('dblog.overview')->toString()]) . '
'; $output .= '
' . t('Rolling back an upgrade') . '
'; $output .= '
' . t('Rolling back an upgrade is not yet supported through the user interface.') . '
'; $output .= '
'; return $output; } }