thrownewUpdateException([],'The update operation failed to apply. The update may have been partially applied. It is recommended that the site be restored from a code backup.',$exception->getCode(),$exception);
thrownewUpdateException([],"The update operation failed to apply completely. All the files necessary to run Drupal correctly and securely are probably not present. It is strongly recommended to restore your site's code and database from a backup.",$exception->getCode(),$exception);
@@ -336,7 +336,7 @@ class UpdaterFormTest extends AutomaticUpdatesFunctionalTestBase {
$page->pressButton('Continue');
$this->checkForMetaRefresh();
$assert_session->pageTextContainsOnce('An error has occurred.');
$assert_session->pageTextContains('The update operation failed to apply. The update may have been partially applied. It is recommended that the site be restored from a code backup.');
$assert_session->pageTextContains("The update operation failed to apply completely. All the files necessary to run Drupal correctly and securely are probably not present. It is strongly recommended to restore your site's code and database from a backup.");
$page->clickLink('the error page');
$failure_message='Automatic updates failed to apply, and the site is in an indeterminate state. Consider restoring the code and database from a backup.';
Drupal core failed to update automatically from 9.8.0 to 9.8.1. The following error was logged:
The update operation failed to apply. The update may have been partially applied. It is recommended that the site be restored from a code backup.
The update operation failed to apply completely. All the files necessary to run Drupal correctly and securely are probably not present. It is strongly recommended to restore your site's code and database from a backup.
This e-mail was sent by the Automatic Updates module. Unattended updates are not yet fully supported.
'The update operation failed to apply. The update may have been partially applied. It is recommended that the site be restored from a code backup.'
"The update operation failed to apply completely. All the files necessary to run Drupal correctly and securely are probably not present. It is strongly recommended to restore your site's code and database from a backup."