###############################
#  Clear Cache on Remote DB   #
###############################
drush @wd.pantheon.live cc all

###############################
#    Bring over Dump of DB    #
###############################
drush @wd.pantheon.live sql-dump --structure-tables-key=common > temp.pantheon.live.sql
drush @wd.staging sql-cli < temp.pantheon.live.sql
#rm temp.pantheon.live.sql

./live2staging-mod.sh


##############################
#  Saved Special Commands   #
#############################
# drush @wd.staging node-export-export --type=project --file=/root/staging_projects.export
# drush @wd.staging node-export-import --file=/root/staging_projects.export
# drush @wd.staging sql-dump --tables-list=apachesolr_environment > savedtables.staging.sql
