Add instructions for updating zabbix proxy
This commit is contained in:
parent
a62f05db0d
commit
68746a1445
@ -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
|
-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
|
## Zabbix Agent
|
||||||
```
|
```
|
||||||
# podman run --name zabbix-agent \
|
# podman run --name zabbix-agent \
|
||||||
|
Loading…
Reference in New Issue
Block a user