Skip to content

Instantly share code, notes, and snippets.

@tarheelcoxn
Created December 23, 2010 19:52
Show Gist options
  • Save tarheelcoxn/753456 to your computer and use it in GitHub Desktop.
Save tarheelcoxn/753456 to your computer and use it in GitHub Desktop.
The upgrade process involves -
1. Backing up current CiviCRM code as => /home/sfc/www/production/drupal6/../backup/modules/20101223194626/civicrm
2. Backing up database as => /home/sfc/www/production/drupal6/../backup/modules/20101223194626/civicrm.sql
3. Unpacking tarfile to => /home/sfc/www/production/drupal6/sites/all/modules/
4. Executing civicrm/upgrade?reset=1 just as a browser would.
Do you really want to continue? (y/n): y
[ok]
1. Code backed up.
Database dump saved to /home/sfc/www/production/drupal6/../backup/modules/20101223194626/civicrm.sql [success]
2. Database backed up. [ok]
3. Tarfile unpacked. [ok]
4.
<p>Aborting due to invalid call to domainID</p><p><pre>/home/sfc/www/production/drupal6/sites/all/modules/civicrm/CRM/Core/Config.php, backtrace, 475
/home/sfc/www/production/drupal6/sites/all/modules/civicrm/CRM/Core/BAO/Domain.php, domainID, 93
/home/sfc/.drush/civicrm.drush.inc, version, 372
/home/sfc/.drush/civicrm.drush.inc, civicrm_upgrade_db, 515
, civicrm_upgrade,
/home/sfc/drush-HEAD/includes/command.inc, call_user_func_array, 196
/home/sfc/drush-HEAD/drush.php, drush_dispatch, 102
/home/sfc/drush-HEAD/drush.php, drush_main, 42</pre></p><p></p><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<base href="http://www.[redacted].org/sites/all/modules/civicrm/" />
<style type="text/css" media="screen">@import url(http://www.[redacted].org/sites/all/modules/civicrm/css/civicrm.css);</style>
<style type="text/css" media="screen">@import url(http://www.[redacted].org/sites/all/modules/civicrm/css/extras.css);</style>
<script type="text/javascript" src="http://www.[redacted].org/sites/all/modules/civicrm/js/jquery/jquery.crmaccordions.js"></script>
</head>
<body>
<div id="crm-container" lang="en" xml:lang="en">
<div class="messages status"> <div class="icon red-icon alert-icon"></div>
<span class="status-fatal">Sorry. A non-recoverable error has occurred.</span>
<div class="crm-section crm-error-message">We experienced an unexpected error. Please file an issue with the backtrace</div>
<p><a href="http://www.[redacted].org/" title="Main Menu">Return to home page.</a></p>
</div>
</div>
<script type="text/javascript">
cj(function() {
cj().crmaccordions();
});
</script>
</body>
</html>Drush command terminated abnormally due to an unrecoverable error. [error]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment