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 \