Hi Claudiu,
- We would like clarify that if there are any db errors before upgrade than it will "not" automatically will get fixed by upgrade process, we need to have db with no errors before upgrade process.
Try below steps and see how it goes:
a) If possible as it is test controller , stop both contorller java and mysql and take backup
OR take backup of below all files related to affected table name metricdata_hour_agg, files that have table file names metricdata_hour_agg after stopping controller appserver java and mysql process (contorller.sh stop-appserver, stop-db)
b) Now run below steps:
shell> ./controller.sh stop-appserver
shell> ./controller.sh stop-db
shell> ./controller.sh start-db
shell> ./controller.sh login-db
mysql>
and issue attached sql at mysql prompt
c) and now issue below commands again
shell> ./controller.sh stop-db
shell> ./controller.sh start-db
shell> ./controller.sh start-appserver
Now see how it goes with error and controller ui accessibility.
Keep us posted if you see any issues
Regards,
Arun