Tagged Questions
1
vote
1answer
539 views
How to set Drush sql-sync not to clone users between @dev and @staging?
As I wrote in my previous question,
I am using the following drush commands to synchronize development and staging environments.
drush rsync @dev @staging
drush sql-sync @dev @staging
How to set ...