weizhouapache commented on issue #5587:
URL: https://github.com/apache/cloudstack/issues/5587#issuecomment-947400437


   @dredknight 
   you might be able to find the account with id=29 in cloud_usage.account 
table. 
   If so, you can insert record into cloud.account table with same value by 
manual DB change.
   for example, `insert into cloud.account values (29, xxx,xxx......)`.
   
   Do NOT remove records from cloudstack database which will lead to unexpected 
results.
   `account` table has a column `removed`, you could update it. 
   


-- 
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]


Reply via email to