0

I just learned of the awesome power of sites aliases and drush sql-sync. This is great. Is there a way to sync not the entire DB, but rather just the module configuration settings for one module?

The reason that I ask is because I have a default/master site and a number of multisites. These sites all use the modules of the default/master site, but some of them have custom configurations of those modules (so they do not share the same database).

When I add a new module and configure it to the master site, this means repeating that work for the multisites. It would be nice to do something like drush sql-sync @default.dev moduleName @multi1.dev moduleName

Then I would not have to repeat the work to add the module to each multisite, but I could then go into the multisites and tweak off of the copied-over settings.

Sorry if this is confusing, I'm a drush newb.

empyrean
  • 75
  • 1
  • 1
  • 8

1 Answers1

0

It is apparently possible with drush aliases. I suggest you to take a look at these three topics related to your configuration:

I hope you will find a way to solve your problem :o)

Community
  • 1
  • 1
Djouuuuh
  • 1,147
  • 8
  • 16