Re: [VOTE] Apache Cloudstack 4.15.0.0 and UI [RC3]

2020-12-28 Thread Andrija Panic
MySQL 8 should work - support for it was introduced in 4.15, if not mistaken (5.7 is still a safe bet). Your issue seems to be an unclean restore of the DB, based on the input you've shared. You need to drop your cloud/cloud_usage DBs, create empty ones, restore them both from backup, start the ol

Re: [VOTE] Apache Cloudstack 4.15.0.0 and UI [RC3]

2020-12-28 Thread Rohit Yadav
Hi Hean, I think you've figured out the first issue to be missing systemvmtemplate, the upgrade requires that the 4.15 systemvmtemplate is registered prior to the upgrade. MySQL8 should work with 4.15 RC3 (as Andrija notes), however, if you're doing an in-place upgrade you may want to backup t

Re: SSVM and CPVM agent unable to start after console proxy SSL certificate update

2020-12-28 Thread Rohit Yadav
Hi, Can you try to manually start the cloud service, for example: "service cloud start" and tail/share the logs which may explain why the java process is not running. If that does not work, you may also try to validate/verify the certificates (including any chain/intermediate certificates) you'

Re: [VOTE] Apache Cloudstack 4.15.0.0 and UI [RC3]

2020-12-28 Thread Hean Seng
Hi Rohit and Andrija, Thanks for reply.I will try again drop mysql 5.7 and reinstall back mysql8 , All is working now after revert to mysql 5.7 and restore the backup . On Mon, Dec 28, 2020 at 6:39 PM Rohit Yadav wrote: > Hi Hean, > > I think you've figured out the first issue to be mis