From 68746a1445e5697d549b8b91facdff7afece56b4 Mon Sep 17 00:00:00 2001 From: RealStickman Date: Fri, 8 Jul 2022 15:11:47 +0200 Subject: [PATCH] Add instructions for updating zabbix proxy --- pages/02.linux/26.zabbix/default.en.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pages/02.linux/26.zabbix/default.en.md b/pages/02.linux/26.zabbix/default.en.md index 66d2ef9..516c106 100644 --- a/pages/02.linux/26.zabbix/default.en.md +++ b/pages/02.linux/26.zabbix/default.en.md @@ -91,6 +91,13 @@ The setting will be reset to default after a restart of the database container. -d docker.io/zabbix/zabbix-proxy-sqlite3:latest ``` +### Updating Proxy +Updating the proxy will always fail when using the SQLite database, as upgrading is not supported for SQLite. +*NOTE: The server and proxy need to run the same version of zabbix to talk with one another* + +Simply deleting/moving the old SQLite database and restarting the proxy is enough. +*NOTE: History stored on the proxy will obviously be lost* + ## Zabbix Agent ``` # podman run --name zabbix-agent \