|
/
Zope
/
Apsis
/
Pound Mailing List
/
Archive
/
2007
/
2007-04
/
A method to update your pound version
[
Why do I have still logs in /var/log/messages ? / ... ]
[
HAPort daemon / Steve <spm(at)fostam.franken.de... ]
A method to update your pound version
Sietjp <sietjp(at)free.fr> |
2007-04-09 16:32:31 |
[ SNIP ]
|
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> |
2007-04-09 17:22:22 |
[ SNIP ]
|
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.
> 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
>
> --
> To unsubscribe send an email with subject 'unsubscribe' to pound(at)apsis.ch.
> Please contact roseg(at)apsis.ch for questions.
> http://www.apsis.ch/pound/pound_list/archive/2007/2007-04/1176129151000
>
|
|
|
Re: [Pound Mailing List] A method to update your pound version
Dave Steinberg <dave(at)redterror.net> |
2007-04-09 17:56:13 |
[ SNIP ]
|
Sietjp wrote:
> 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.
- 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,
--
Dave Steinberg
http://www.geekisp.com/
http://www.steinbergcomputing.com/
|
|
|
Re: [Pound Mailing List] A method to update your pound version
Kenneth Burgener <kenneth(at)mail1.ttak.org> |
2007-04-09 17:56:29 |
[ SNIP ]
|
Sietjp wrote:
> 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.
>
>> 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
Do you mean update the application to a newer version, or do you mean
update the configuration?
|
|
|
|