GitHub user TadiosAbebe added a comment to the discussion: Usage server not working
I managed to find the issue, it was my bad. I overlooked the database name in `db.usage.url` where i copied the value from `db.cloud.url` which was pointing to the cloud database instead of cloud_usage after changing the database name in the db.usage.url usage server started working. @winterhazel Thank you for pointing me in the right direction. ``` db.usage.uri=jdbc:mariadb:sequential://10.0.6.31:3306,10.0.6.32:3306,10.0.6.33:3306/cloud_usage?autoReconnect=true&prepStmtCacheSize=517&cachePrepStmts=true&sessionVariables=sql_mode='STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_ENGINE_SUBSTITUTION'&serverTimezone=UTC ``` GitHub link: https://github.com/apache/cloudstack/discussions/10914#discussioncomment-13263008 ---- This is an automatically sent email for users@cloudstack.apache.org. To unsubscribe, please send an email to: users-unsubscr...@cloudstack.apache.org