Upgrading MySQL 8.0.33

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

helm ls -n mysql
NAME    NAMESPACE       REVISION        UPDATED                                 STATUS          CHART           APP VERSION
mysql   mysql           3               2023-04-20 11:37:05.986947 +0900 JST    deployed        mysql-9.7.2     8.0.33
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 33130
Server version: 8.0.33 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>
mysql>
mysql> select @@version;
+-----------+
| @@version |
+-----------+
| 8.0.33    |
+-----------+
1 row in set (0.20 sec)

コメントを残す

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