自宅Serverのroundcubeを更新

昨年の12月に構築した「roundcube」(php81系)が、daily securityレポートで「Upstream EOL reaches on 2024-11-25」とメール通知されだしたので、php82系に更新した。

まず、php81系の以下のパッケージをアンインストール。

php81 mod_php81 php81-ctype php81-dom php81-exif php81-fileinfo php81-filter php81-iconv php81-intl php81-mbstring php81-mysqli php81-pdo php81-pdo_mysql php81-session php81-xml php81-zip roundcube-php81 roundcube-larry-php81 roundcube-contextmenu-php81 roundcube-classic-php81

次に、php82系の以下のパッケージをインストール。

php82 mod_php82 php82-ctype php82-dom php82-exif php82-fileinfo php82-filter php82-iconv php82-intl php82-mbstring php82-mysqli php82-pdo php82-pdo_mysql php82-session php82-xml php82-zip roundcube-php82 roundcube-larry-php82 roundcube-contextmenu-php82 roundcube-classic-php82

roundcubeをインストールしたディレクトリで以下のようにしてroundcubeをアップグレード。

# cd /usr/local/www/roundcube/
# ./bin/update.sh
What version are you upgrading from? Type '?' if you don't know.
?  ← ?を入力
Executing database schema update.
This instance of Roundcube is up-to-date.
Have fun!

以上でアップグレード完了。

コメントを残す

メールアドレスが公開されることはありません。 が付いている欄は必須項目です