Ad Widget

Collapse

Zabbix Ubuntu - How to do complete fresh install?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • michaelryam54
    Junior Member
    • Mar 2023
    • 1

    #1

    Zabbix Ubuntu - How to do complete fresh install?

    Hello Afternoon Morning

    How do to complete uninstall on ubuntu? Need to reinstall complete package and restart from starting again.

    i use 6.4 zabbix Ubuntu 22.04 jammy with zabbix server, frontend, and agent with mysql and apache web


    Thanks!
  • frank108
    Junior Member
    • Mar 2022
    • 15

    #2
    Hi,

    if you want to keep anything (any part of configuration, or the database), do the backup first.

    To remove all packages, you may do something like:
    Code:
    sudo apt remove zabbix-server-mysql zabbix-frontend-php zabbix-apache-conf zabbix-sql-scripts zabbix-agent​
    or sudo apt purge <above-packages>, this shall remove configurations as well.

    Login to your database and remove the database, and then recreate it. Define the mysql user privileges as defined on manual bellow.

    After that, this manual covers the installation process: here and here

    Comment

    Working...