The following message is seen:
The current MySQL installation contains the following schemas which are not managed by this product.
These unsupported schemas must be dropped or migrated to another MySQL instance in order to complete this upgrade.
Unsupported Schemas:
#mysql50#lost+found
lost+found
All supported releases of DX NetOps Performance Management upgrading from a release prior to 21.2.8
The MySQL data directory is mounted directly to the root of a mount point causing the lost+found OS directory to be added
We need to stop MySQL from detecting/reading the files and thinking they are a valid schema before reattempting the upgrade:
ENSURE YOU HAVE A VALID mysqldump BACKUP OF THE em AND netqosportal DATABASES BEFORE PROCEEDING
+--------------------+
| Database |
+--------------------+
| information_schema |
| em |
| mysql |
| netqosportal |
| performance_schema |
| sys |
+--------------------+