Upgrading MySQL 8.0.32

APP VERSION=8.0.32のchartがリリースされたのでアップグレード。

helm ls -n mysql
NAME    NAMESPACE       REVISION        UPDATED                                 STATUS          CHART           APP VERSION
mysql   mysql           4               2023-01-24 10:04:42.306588 +0900 JST    deployed        mysql-9.4.8     8.0.32
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 243
Server version: 8.0.32 Source distribution

Copyright (c) 2000, 2023, Oracle and/or its affiliates.

Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners.

Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.

mysql> select version();
+-----------+
| version() |
+-----------+
| 8.0.32    |
+-----------+
1 row in set (0.10 sec)

コメントを残す

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