top-secrett commented on issue #7347:
URL: https://github.com/apache/cloudstack/issues/7347#issuecomment-1475802791

   @DaanHoogland 
   It didn't help. I marked records of system templates like removed by example 
of another records in tables
   update vm_template set state="Inactive" where id=7;
   update vm_template set state="Inactive" where id=8;
   update vm_template set removed="2023-03-16 12:39:09" where id=7;
   update vm_template set removed="2023-03-16 12:39:09" where id=8;
   update template_zone_ref set removed="2023-03-16 12:39:09" where zone_id=4;
   update template_store_ref set state="Destroyed" where template_id=8;
   update template_store_ref set destroyed="1" where template_id=8;


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