Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion roles/server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ Extension packages can also be listed to be installed on the specific central si

### Site Updates

checkmk_server_backup_on_update: 'true'
checkmk_server_backup_on_update: true

Whether to back up sites when updating between versions. Only disable this if you plan on taking manual backups.

Expand Down
2 changes: 1 addition & 1 deletion roles/server/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ checkmk_server_sites: []
# enabled: true

## Site Updates
checkmk_server_backup_on_update: 'true' # Not recommended to disable this option
checkmk_server_backup_on_update: true # Not recommended to disable this option
checkmk_server_backup_dir: '/tmp'
checkmk_server_backup_opts: '--no-past'
checkmk_server_allow_downgrades: 'false'