This is a translation of the original English documentation page. Help us make it better.

11 7.4.xへアップグレード時の注意点

このページでは、Zabbixのメジャーバージョンのマイナーリリースのアップグレード時の注意点をまとめて提供しています。

メジャーバージョンのアップグレード時の注意点も参照してください。

Upgrade notes for 7.4.6

Restricted permissions for log files

Zabbix component log files are now created with read-write permissions for the file owner only. Additionally the files are readable by the owner group. All other permissions are denied.

On Linux, this change is from 0666 to 0640 permissions. The change affects Zabbix server, proxy and agent log files. Permissions for Zabbix agent 2 log files were updated from 0644 to 0640 (by removing read permission for others).

In addition, several other files are now created with 0640 permissions:

7.4.4へアップグレード時の注意点

注意! グラフとZabbixエージェント2のMySQLプラグインに関連するエラーのため、このバージョンへのアップグレードはお勧めできません。

7.4.3へアップグレード時の注意点

PHP cURLの最小バージョン

PHP拡張機能cURLの最小サポートバージョンは7.19.4 になりました。

7.4.1へアップグレード時の注意点

エージェント2ランタイム制御出力ストリーム

Zabbixエージェント2のランタイム制御コマンド(zabbix_agent2 -R <option>)は、出力をstderr(標準エラー)ではなくstdout(標準出力)に書き込むようになりました。以前の動作に依存しているスクリプトは更新してください。