Friday 4 March 2016

Drupal 7 - Sql-sync Database from local project to Remote on Acquia.

Here's a couple of links that may be helpful.

http://drushcommands.com/drush-6x/sql/sql-sync/

and

https://www.acquia.com/gb/blog/use-drush-sync-your-drupal-installations-between-multiple-environments

First you need to be in your sites folder in terminal .

And the

drush sql-sync @self @YOURREMOTEALIAS



you can get your aliases with 'drush sa'

No comments: