我有一个客户,他使用的是 Ubuntu 18.04LTS,他想升级到 22.04LTS。对于应用服务器,一切都运行正常,但对于数据库,当我升级到 20.04LTS 时,我得到了以下信息:
No candidate ver: libapache2-mod-php7.2
No candidate ver: linux-image-5.4.0-1032-azure
No candidate ver: linux-image-5.4.0-1095-azure
No candidate ver: linux-modules-5.4.0-1032-azure
No candidate ver: linux-modules-5.4.0-1095-azure
No candidate ver: linux-modules-extra-5.4.0-1032-azure
No candidate ver: linux-modules-extra-5.4.0-1095-azure
No candidate ver: mysql-server-5.7
No candidate ver: python
并且它中止了。
但lsb_release -a
报告 20.04LTS
我如何确保它确实升级了?正如您所看到的,mysql db 5.7 必须保留。