Hossein4185 commented on issue #7820:
URL: https://github.com/apache/cloudstack/issues/7820#issuecomment-1676352373

   I deleted the exceptions using the following query and the 4.17.2 service 
was started.
   But I still don't know the reason for creating tables on version 4.13.1.
   I am testing the service...
   
   drop table router_health_check ;
   drop table template_deploy_as_is_details ;
   drop table user_vm_deploy_as_is_details ;
   SET FOREIGN_KEY_CHECKS=0;
   drop table kubernetes_cluster ;
   SET FOREIGN_KEY_CHECKS=1;
   drop table kubernetes_cluster_vm_map;
   drop table kubernetes_supported_version;
   drop table resource_icon;
   drop table network_permissions;
   SET FOREIGN_KEY_CHECKS=0;
   drop table dc_ip6_guest_prefix;
   SET FOREIGN_KEY_CHECKS=1;
   drop table ip6_guest_prefix_subnet_network_map;


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