1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

zabbix-serverを6.4にアップグレード

Last updated at Posted at 2023-07-01

概要

raspberry piのzabbix serverを標準リポジトリの4系から、zabbixのリポジトリの6.4にアップグレードしたときのメモ

bullseyeへアップグレード

6.4にするには、bullseye でないといけない。

mariadbを10.5から10.6へアップグレード (これは要らなかった)

  1. mariabackupでバックアップを取る
  2. mariadb 10.5をアンインストール
  3. 10.6のリポジトリをセットアップして
  4. mariadb 10.6をインストール
  5. mariadb-upgradeでアップグレード
  6. zabbix-serverでセットアップをいろいろ試していたらzabbixデータベースが無くなったので、mariabackupでリストアしてmariadb-upgradeをやり直した

zabbix-serverをアップグレード

  1. zabbix-serverをアンインストール
  2. zabbixのリポジトリをセットアップして
  3. zabbix-serverをインストール
  4. zabbix-server.serviceを起動すると、データベースのアップグレードが行われる
  5. アップグレードが失敗することがあるので、ログを見ながらデータベースを修正する。
  6. アップグレードが終わったら、Web UIの設定を行う。
1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?