Re: [squid-users] performing squid upgrade (how-to)

From: <lists@dont-contact.us>
Date: Wed, 7 Jul 2004 18:00:23 +1000

Quoting Edison Cala <edison@sflu.com>:
> Subject: [squid-users] performing squid upgrade (how-to)
>
> hello guys!
>
> i just want to have some information on how can i perform an upgrade to my
> squid2.5-stable2 into squid2.5-stable5 without performing an OS
> reinstallation or losing my cached files?
>
> what are the process/commands?
>
> thanks!
>
> edison
>
I would:
1) download and extract the latest 2.5 source

2) check how squid was previously configured by running:
  #squid -v

3) configure latest source with same options
  #./configure --your_options_here

4) compile (it will detect and use your existing squid.conf - just to be ultra
careful, back up your existing squid.conf)

  #make

5) stop squid & install new version
  #squid -k shutdown
  #make install

6) start & test squid

Regards,
Rob Hadfield
Received on Wed Jul 07 2004 - 02:00:26 MDT

This archive was generated by hypermail pre-2.1.9 : Sun Aug 01 2004 - 12:00:01 MDT