just wondering if anyone can see an issue using bam (backup migrate module) to push structure related build work to a site. Using bam I could just manage the tables that are non-destructive to the tables that manage content (node, field_, etc) so my views, panels etc all get push and I do not have to deal with the gotchas features sometimes has or drupal in general with push work from local dev to staging to live?
Thanks,
Comments
Comment #1
ronan commentedI don't recommend this approach since it's a nightmare to track all the db table dependencies in Drupal. You have to really understand the structure of core and contrib and if you want to slice and dice your db that way and the line between 'content' and 'config' in d7 is really blurry.
Comment #3
ivnish