You should be able to use filtered replication to send just design docs between dbs. I often like to have a skel db that has no data and just acts as sync point for me dbs' ddocs in this type of arch.
Cheers, -- Sam Bisbee Typed on a crap touch keyboard. On May 7, 2012 5:33 AM, "bryan rasmussen" <[email protected]> wrote: > I am saving logs from different webservers into different databases, > > so the logs from server 1 is in db server1 for example. > > I have views that are used in server1 db that I want to replicate in > all my other dbs of the same type. > Is there any tool that does this easily right now? Is there an API to do > it? > Or should I roll my own - if so has anyone rolled their own? > > for rolling my own I would just have a single folder of views and then > update via a batch script to all the dbs, anyone see any problems with > that offhand? > > Thanks, > Bryan Rasmussen >
