Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 845 Bytes

upgrading-checkmk.md

File metadata and controls

23 lines (16 loc) · 845 Bytes

Upgrading Checkmk 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.

A detailed information for upgrading to a major released version can be found here.

Identify the latest released version.

Once the latest released version is identified we can update the corresponding version in the docker-compose.yml file.

Once version is updated, recreate container so it can use new version.

Upgrading the container.

docker-compose up -d

Checking the container logs.

docker-compose logs -f