Quoting Edison Cala <[EMAIL PROTECTED]>: > 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
