RockteMQ-AI commented on issue #973: URL: https://github.com/apache/rocketmq-dashboard/issues/973#issuecomment-5192810350
**Issue Evaluation** Category: `bug` | Status: **Confirmed** MySQL init scripts (`/docker-entrypoint-initdb.d/`) only execute on first database initialization. Existing volumes never receive schema additions from later Studio releases, causing missing-table errors when the server accesses new tables (audit, K8s cert, alert rules, etc.). **Suggested Fix:** Implement a migration mechanism (e.g., Flyway or Liquibase) or use an entrypoint script that runs schema updates on every startup, not just on first init. --- *Automated evaluation by RockteMQ-AI* -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
