Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 15dc08f3c6 | |||
| bf04f2d163 |
2 changed files with 28 additions and 1 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.
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
services:
|
services:
|
||||||
db:
|
db:
|
||||||
image: mariadb:12.3.2
|
image: mariadb:12.3.3
|
||||||
command: --max_allowed_packet=3250585600
|
command: --max_allowed_packet=3250585600
|
||||||
environment:
|
environment:
|
||||||
MYSQL_ROOT_PASSWORD: "{{ secret__sunders_db_root_password }}"
|
MYSQL_ROOT_PASSWORD: "{{ secret__sunders_db_root_password }}"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue