Once the image is set up, ssh into the OVF instance and execute,
`sudo yum update`
The command returns a lot of errors
How to test
None
How to document
None
Attachments
1
Smart Checklist
Activity
Show:
Puneet Kala December 26, 2019 at 11:08 AM
This issue is verified on both AMI and OVF, seems to be working fine now. thanks a lot
Slava Sarzhan December 25, 2019 at 4:59 PM
Hi,
The root of the issue is that 'mariadb-libs' rpm is installed by default on ami/ovf images and it causes the conflict with 'Percona-Server-*' rpms from 'percona-release-x86_64' repo which is enabled in these images. So, the 'mariadb-libs' rpm was removed from ami/ovf images (docker image does not contain this rpm by default).
Install the latest PMM2.2.0 OVF image https://www.percona.com/downloads/pmm2/2.2.0/ova/pmm-server-2.2.0.ova
Once the image is set up, ssh into the OVF instance and execute,
`sudo yum update`
The command returns a lot of errors