Add instructions for updating zabbix proxy

This commit is contained in:
RealStickman 2022-07-08 15:11:47 +02:00
parent a62f05db0d
commit 68746a1445

View File

@ -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 \