I. am trying to run the upgrade on my test environment, it seem getting
error after finish upgrade and restart mgmt server:
020-12-26 09:33:56,338 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:) --;
2020-12-26 09:33:56,338 DEBUG [c.c.u.d.ScriptRunner] (main:null) (logid:)
-- Project roles
202
For first time I upgrade and start the MGMT server , it show
following error:
2020-12-26 09:02:32,499 DEBUG [c.c.u.d.Upgrade41400to41500] (main:null)
(logid:) Updating System Vm template IDs
2020-12-26 09:02:32,503 DEBUG [c.c.u.d.Upgrade41400to41500] (main:null)
(logid:) Updating KVM System Vms
I restore the backup db, and reregister the system template using
cloud-install-sys-tmplt
, it sill getting error.
stemVm template not found. Ovm3 hypervisor is not used, so not failing
upgrade
2020-12-26 10:11:37,713 DEBUG [c.c.u.d.Upgrade41400to41500] (main:null)
(logid:) Updating KVM System Vm
You can try this. Restore your DB backup, register SSVM template and run the
following against your MySQL DB before starting the upgrade.
ALTER TABLE `cloud`.`project_account`
ADD CONSTRAINT `fk_project_account__account_id` FOREIGN KEY(`account_id`)
REFERENCES `account`(`id`) ON DELETE CASCADE
I think the main issue is the first time not recognize the systemvm ,
although already install they SystemVM
I do bare new installation on 4.15, CentOS7,KVM, , and it works
On Sun, Dec 27, 2020 at 12:31 AM Sergey Levitskiy
wrote:
> You can try this. Restore your DB backup, register SSVM templa
Hi all,
Perhaps off-topic for this list but somewhat relevant, it appears from what I
can gather that the Cloudstack Terraform provider has been abandoned and now
also taken off the Terraform registry, meaning it is no longer discovered when
a terraform file is applied. Does anyone here know if