Skip to content

Updater for the official checkmk docker image run with docker-compose.

Notifications You must be signed in to change notification settings

bjarneeins/compose-checkmk-updater

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

compose-checkmk-updater

Updater for the official checkmk docker image run with docker-compose.

Usage

  1. Define the Variables in the beginning of the script
nano compose-checkmk-updater.sh
#!/bin/bash

container_name=checkmk
file_dir=/root/docker/checkmk
backup_dir=/home/user/checkmk_backup

...
  1. Make the script executable
chmod +x compose-checkmk-updater.sh
  1. Move the script in the same folder as your docker-compose.yml
mv compose-checkmk-updater.sh /some/dir
  1. Run the script
./compose-checkmk-updater.sh
  1. When asked, define the checkmk version which you want to upgrade to

Example when running the script:

New Version? (Current: 1.5.0p15): 1.5.0p16

This will update your checkmk project from version 1.5.0p15 to 1.5.0p16.

About

Updater for the official checkmk docker image run with docker-compose.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages