On Thursday 22 November 2007 17:29:06 Wang David wrote: > What's the best practice for rolling out a symfony release on a > multiple server environment? > > On the base server ive written a script that called symfony to rsync > to each server. > > After its been deployed to each server i execute a shell script on > each box that brings the server down and then clear-cache and fix- > perms then ups the server again. > > Can other ppl talk about how their multiserver deployments are done.. > > (happy thanksgiving to our US guys!) >
I've yet to deploy an release onto more than a single server, but from past experience with multi server rollouts, clusterssh is a very useful tool. http://clusterssh.wiki.sourceforge.net/Main+Page Have a look, it might speed things up for you. Cheers Pete --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -~----------~----~----~----~------~----~------~--~---
