diff --git a/docs/guides/update-dokuwiki.md b/docs/guides/update-dokuwiki.md new file mode 100644 index 00000000..02d5942a --- /dev/null +++ b/docs/guides/update-dokuwiki.md @@ -0,0 +1,27 @@ +--- +title: Updating Dokuwiki +--- + +!!! success "Goal" + + How to update our wiki () to the latest version + +## 1. Create a Snaphot + +Go to the Chaosknoten Proxmox UI and create a snapshot of the `wiki` VM: + +## 2. Update Plugins + +- Go to the wiki's extension manager: or go to Admin > Extension Manager +- Update the "DokuWiki Upgrade Plugin" (if it has updates) +- Update other plugins while we're here already + +## 3. Update Dokuwiki + +- Go to the Wiki Upgrade: or go to Admin > Wiki Upgrade +- Click through the steps. Note: Disabling any plugins before the upgrade was not necessary in the past. + +## Closing Up + +Log out and back in again to verify that the Keycloak connection still works. +Maybe browse some pages as check if anything is obviously broken. diff --git a/resources/chaosknoten/keycloak/docker_compose/compose.yaml.j2 b/resources/chaosknoten/keycloak/docker_compose/compose.yaml.j2 index e321b2f3..0e9b23ef 100644 --- a/resources/chaosknoten/keycloak/docker_compose/compose.yaml.j2 +++ b/resources/chaosknoten/keycloak/docker_compose/compose.yaml.j2 @@ -22,7 +22,7 @@ services: keycloak: - image: git.hamburg.ccc.de/ccchh/oci-images/keycloak:26.7.2 + image: git.hamburg.ccc.de/ccchh/oci-images/keycloak:26.7.3 pull_policy: always restart: unless-stopped command: start --optimized