Hello,
I've been given the task to update out Zabbix server and frontend. I've not built any of this (chap left), but looking his documentation which is good, it misses off the how to update it all.
I'm just reading this: https://www.zabbix.com/documentation...lation/upgrade
All are running Ubuntu.
We have:
1 x Zabbix + Frontend (nginx) - 7.4.5
1 x Postgres v18 + TSDB
2 x SQLite proxy servers
Looking at the install documentation to install it this was used:
repo:
Then:
Looking at the upgrade info I should be ok with this below. I'll snapshot the server. What do I do with the postgresDB/TSDB and Proxy servers?
Is this what you normally use?
I've been given the task to update out Zabbix server and frontend. I've not built any of this (chap left), but looking his documentation which is good, it misses off the how to update it all.
I'm just reading this: https://www.zabbix.com/documentation...lation/upgrade
All are running Ubuntu.
We have:
1 x Zabbix + Frontend (nginx) - 7.4.5
1 x Postgres v18 + TSDB
2 x SQLite proxy servers
Looking at the install documentation to install it this was used:
repo:
Code:
wget https://repo.zabbix.com/zabbix/7.4/release/ubuntu/pool/main/z/zabbix-release/zabbix-release_latest_7.4+ubuntu24.04_all.deb dpkg -i zabbix-release_latest_7.4+ubuntu24.04_all.deb apt update
Code:
apt install zabbix-server-pgsql zabbix-frontend-php php8.3-pgsql zabbix-nginx-conf zabbix-sql-scripts zabbix-agent2 Install Zabbix agent 2 plugins apt install zabbix-agent2-plugin-mongodb zabbix-agent2-plugin-mssql zabbix-agent2-plugin-postgresql
Code:
apt update apt install --only-upgrade 'zabbix*'
Comment