Hi,
Could somebody give us the most efficient way to update pound on a server? I
mean the way to avoid as much as possible the time where the server will be
down.
Thanks ,
JP
Re: [Pound Mailing List] A method to update your pound version Sietjp <sietjp(at)free.fr>
Just to be more clear in my request, I mean a step by step description, as
detailed as possible. A "update your pound for the dummies" if you see what I
mean.
[...]
Re: [Pound Mailing List] A method to update your pound version Dave Steinberg <dave(at)redterror.net>
Sietjp wrote:[...]
- Download pound, build, install.
$ sudo su -
# pound -cv
# pkill pound && sleep 1 && pound
So, ~1 second downtime.
Alternatively, setup a 2nd LB (you know why you need 2, right?), cutover
to that one, do your upgrade on the first, cut back, upgrade the 2nd.
Regards,[...]
Re: [Pound Mailing List] A method to update your pound version Kenneth Burgener <kenneth(at)mail1.ttak.org>