Ad Widget

Collapse

Upgrading 6.4.7 to 6.4.8

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • phil_MTL
    Junior Member
    • Jan 2024
    • 1

    #16

    wtdrisco​, where you able to update your server?
    Similar issue but with zabbix-proxy-pgsql installed on Debian 12.

    Looking with
    apt search zabbix-[/CODE]apt search zabbix-


    zabbix-agent/now 1:6.4.9-1+debian9 amd64 [installed,local][/B][/COLOR]
    Zabbix network monitoring solution - agent

    zabbix-agent2/now 1:6.4.9-1+debian12 amd64 [installed,local]
    Zabbix network monitoring solution - agent

    zabbix-apache-conf/now 1:6.4.7-1+debian12 all [installed,local]
    Zabbix network monitoring solution - apache configuration for front-end

    zabbix-frontend-php/now 1:6.4.7-1+debian12 all [installed,local]
    Zabbix network monitoring solution - PHP front-end

    zabbix-java-gateway/stable 1:6.0.14+dfsg-1 all
    network monitoring solution - Java gateway

    zabbix-proxy-mysql/stable 1:6.0.14+dfsg-1+b1 amd64
    network monitoring solution - proxy (using MySQL)

    zabbix-proxy-pgsql/stable 1:6.0.14+dfsg-1+b1 amd64
    network monitoring solution - proxy (using PostgreSQL)

    zabbix-proxy-sqlite3/stable 1:6.0.14+dfsg-1+b1 amd64
    network monitoring solution - proxy (using SQLite3)

    zabbix-server-mysql/stable 1:6.0.14+dfsg-1+b1 amd64
    network monitoring solution - server (using MySQL)

    ]zabbix-server-pgsql/now 1:6.4.7-1+debian12 amd64 [installed,local]
    Zabbix network monitoring solution - server (PostgreSQL)


    I had to update using the Zabbix repo:


    NOTE --> added a space between 6.4.9-1 and %2Bdebian12_amd64


    sudo systemctl stop zabbix-server
    sudo systemctl stop zabbix-agent2
    wget https://repo.zabbix.com/zabbix/6.4/d...an12_amd64.deb
    dpkg -i zabbix-server-pgsql_6.4.9-1+debian12_amd64.deb
    apt update

    sudo systemctl start zabbix-server
    sudo systemctl start zabbix-agent2


    apt update
    zabbix-server-pgsql/now 1:6.4.9-1+debian12 amd64 [installed,local]
    Zabbix network monitoring solution - server (PostgreSQL)



    Comment

    Working...