Failure to Upgrade Global Management Separately¶
If the upgrade fails and includes the following message, you can refer to the Offline Upgrade section to complete the installation of CRDs by following the steps for updating the ghippo crd.
Database Migration Error¶
Symptoms¶
Pod fails to start, and the following log message appears:
Causes¶
This error usually occurs due to issues such as abnormal environment conditions, inconsistent database state, or SQL syntax errors. The real database error message is only output the first time the Pod reports the failure; subsequent restarts will show the generic “dirty database” error.
Solution¶
-
Log in to MySQL and select the database corresponding to the failed service (possible databases include
audit
andghippo
). -
Update the
dirty
field in theschema_migrations
table: -
Restart the failed service.
-
If the SQL migration still fails after the restart, it may be due to an actual issue in the SQL statements. In this case, report a bug and contact the development team for resolution.