Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 805 Bytes

upgrading-squid.md

File metadata and controls

21 lines (15 loc) · 805 Bytes

Upgrading Squid to latest Stable Release.

NOTE - Before proceeding further please make sure that you have created a backup. If not then follow Backup and Restore to create a backup.

Identify the latest released version.

Once the latest released version is identified we can update the corresponding version in the Dockerfile file.

We can use the latest stable released version of the Alpine image that will contain the stable version of Squid.

Upgrading the container.

docker-compose up -d

Checking the container logs.

docker-compose logs -f