###############################
#  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.prod sql-cli < temp.pantheon.live.sql
#rm temp.pantheon.live.sql

./live2prod-mod.sh


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