Created
October 1, 2012 17:55
-
-
Save generalredneck/3813346 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
drush sql-sync --no-ordered-dump -y @demo2store @seleniumstore | |
You will destroy data from seleniumstore and replace with data from store. | |
You might want to make a backup first, using the sql-dump command. | |
Do you really want to continue? (y/n): y | |
drush @seleniumstore upwd `drush @selenium vget apci_store_user | grep -P -o "(?<=\").*(?=\")"` --password=`drush @selenium vget apci_store_pass | grep -P -o "(?<=\").*(?=\")"` | |
require_once(/mnt/apci/selenium-store/www/profiles/apci_store/modules/contrib/memcache/memcache.inc): failed to open stream: No such file or directory [warning] | |
bootstrap.inc:2297 | |
Fatal error: require_once(): Failed opening required '/mnt/apci/selenium-store/www/profiles/apci_store/modules/contrib/memcache/memcache.inc' (include_path='.:/usr/share/php:/usr/share/pear') in /mnt/apci/selenium-store/www/includes/bootstrap.inc on line 2297 | |
Call Stack: | |
0.0008 754928 1. {main}() /usr/local/lib/drush/drush.php:0 | |
0.0182 3824784 2. drush_main() /usr/local/lib/drush/drush.php:41 | |
0.0968 10480952 3. drush_bootstrap_to_phase() /usr/local/lib/drush/drush.php:90 | |
0.1358 12653392 4. drush_bootstrap() /usr/local/lib/drush/includes/environment.inc:311 | |
0.1359 12655064 5. _drush_bootstrap_drupal_database() /usr/local/lib/drush/includes/environment.inc:195 | |
0.1360 12656784 6. drupal_bootstrap() /usr/local/lib/drush/includes/environment.inc:975 | |
0.1360 12656744 7. _drupal_bootstrap_page_cache() /mnt/apci/selenium-store/www/includes/bootstrap.inc:2175 | |
Drush command terminated abnormally due to an unrecoverable error. [error] | |
Error: require_once(): Failed opening required '/mnt/apci/selenium-store/www/profiles/apci_store/modules/contrib/memcache/memcache.inc' | |
(include_path='.:/usr/share/php:/usr/share/pear') in /mnt/apci/selenium-store/www/includes/bootstrap.inc, line 2297 | |
rake aborted! | |
failed to set user account(s) for @seleniumstore |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment