1 Dec
2010
1 Dec
'10
6:16 p.m.
On Wed, 2010-12-01 at 06:03 -0800, nan wich wrote:
We encountered an issue yesterday that requires changing some Views. I don't have any heartburn about going into each region (dev, test, stage, prod) and manually changing them, but we are working to move our deployments into SVN (no choice there, please don't suggest another system). Certainly I know how to export and import, but not how that can be scripted. Does anyone do that kind of thing? If so, how?
If all your sites are all the same, here's the dirty thing that we do in those cases: 1) dump these tables: views_view views_display views_object_cache 2) import them into other database 3) clear cache Can't beat the speed of that. And it can be scripted easily ;)