drush

Happiness make file

  1. ; API
  2.  
  3. api = 2
  4.  
  5. ; Core
  6.  
  7. core = 7.x
  8. projects[drupal][version] = 7.10
  9. projects[drupal][type] = core
  10.  
  11.  
  12. ; -------------------------------------------------------
  13. ; Utility
  14.  
  15. projects[ctools][

Happiness make file

  1. ; API
  2.  
  3. api = 2
  4.  
  5. ; Core
  6.  
  7. core = 7.x
  8. projects[drupal][version] = 7.10
  9. projects[drupal][type] = core
  10.  
  11.  
  12. ; -------------------------------------------------------
  13. ; Utility
  14.  
  15. projects[ctools][

SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry '3-access settings' for key 'PRIMARY'

  1. Drupal 6 to 7 upgrade with #drush site-upgrade --core-only --replace @onward
  2. Fails with the following, and I have no idea how to track it down further or what's causing it?
  3.  
  4. user module:
  5. ......

A simple ~/.drush/drushrc.php file to enable Drush to find Drush Make

  1. <?php
  2.  
  3. $options['i'] = '/opt/drush_make';

Drush commands

  1. Execute a drush command. Run `drush help [command]` to view command-specific help.

Fix for Drush error

  1. ~/Sites/git_platform4$ drush cc all
  2. Command cache-clear needs a higher bootstrap level to run - you will need invoke drush[error]
  3. from a more functional Drupal environment to run this command.
  4. The

Fix for Drush command terminated abnormally due to an unrecoverable error

  1. $ drush -d -v status
  2. Bootstrap to phase 0.

Drush error

  1. ~/Sites/git_platform4$ drush cc all
  2. Command cache-clear needs a higher bootstrap level to run - you will need invoke drush[error]
  3. from a more functional Drupal environment to run this command.
  4. The

Fix for Drush command terminated abnormally due to an unrecoverable error

  1. $ drush -d -v status
  2. Bootstrap to phase 0.

Jenkins Build Script

  1. # When configuring your project, this script belongs in an "Execute shell script" build step.
Syndicate content