Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c5ac69fb96 | |||
| bf04f2d163 |
2 changed files with 31 additions and 4 deletions
27
docs/guides/update-dokuwiki.md
Normal file
27
docs/guides/update-dokuwiki.md
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
---
|
||||
title: Updating Dokuwiki
|
||||
---
|
||||
|
||||
!!! success "Goal"
|
||||
|
||||
How to update our wiki (<https://wiki.hamburg.ccc.de>) to the latest version
|
||||
|
||||
## 1. Create a Snaphot
|
||||
|
||||
Go to the Chaosknoten Proxmox UI and create a snapshot of the `wiki` VM: <https://chaosknoten.hamburg.ccc.de:8006/#v1:0:=qemu%2F127:4:::::29::>
|
||||
|
||||
## 2. Update Plugins
|
||||
|
||||
- Go to the wiki's extension manager: <https://wiki.hamburg.ccc.de/start?do=admin&page=extension> 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: <https://wiki.hamburg.ccc.de/start?do=admin&page=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.
|
||||
|
|
@ -70,7 +70,7 @@ services:
|
|||
- loki_data:/var/loki
|
||||
|
||||
ntfy-alertmanager-ccchh-critical:
|
||||
image: docker.io/xenrox/ntfy-alertmanager:1.0.0
|
||||
image: docker.io/xenrox/ntfy-alertmanager:1.0.1
|
||||
container_name: ntfy-alertmanager-ccchh-critical
|
||||
volumes:
|
||||
- ./configs/ntfy-alertmanager-ccchh-critical:/etc/ntfy-alertmanager/config
|
||||
|
|
@ -79,7 +79,7 @@ services:
|
|||
restart: unless-stopped
|
||||
|
||||
ntfy-alertmanager-fux-critical:
|
||||
image: docker.io/xenrox/ntfy-alertmanager:1.0.0
|
||||
image: docker.io/xenrox/ntfy-alertmanager:1.0.1
|
||||
container_name: ntfy-alertmanager-fux-critical
|
||||
volumes:
|
||||
- ./configs/ntfy-alertmanager-fux-critical:/etc/ntfy-alertmanager/config
|
||||
|
|
@ -88,7 +88,7 @@ services:
|
|||
restart: unless-stopped
|
||||
|
||||
ntfy-alertmanager-ccchh:
|
||||
image: docker.io/xenrox/ntfy-alertmanager:1.0.0
|
||||
image: docker.io/xenrox/ntfy-alertmanager:1.0.1
|
||||
container_name: ntfy-alertmanager-ccchh
|
||||
volumes:
|
||||
- ./configs/ntfy-alertmanager-ccchh:/etc/ntfy-alertmanager/config
|
||||
|
|
@ -97,7 +97,7 @@ services:
|
|||
restart: unless-stopped
|
||||
|
||||
ntfy-alertmanager-fux:
|
||||
image: docker.io/xenrox/ntfy-alertmanager:1.0.0
|
||||
image: docker.io/xenrox/ntfy-alertmanager:1.0.1
|
||||
container_name: ntfy-alertmanager-fux
|
||||
volumes:
|
||||
- ./configs/ntfy-alertmanager-fux:/etc/ntfy-alertmanager/config
|
||||
|
|
|
|||
Loading…
Reference in a new issue