Hello Support Member,
On production machine open a ticket, this is mandatory !
On a test machine only, first backup the table installed_application.
Then check the image field on the table installed_application table :
psql -Uqradar -c "select id, name, image_repo from installed_application"
For each id with an image empty image do :
psql -Uqradar -c "select id, image installed_application set image = 'centos-base:6.9.10' where id = IDOFIMAGE;"
Then clear browser cache and check the admin tab again
IBM recommend you upgrade these centos based apps where possible as they are out of support:
https://www.ibm.com/support/pages/qradar-applications-centos-6-and-python-2-end-support
Regards,
zoldax
#QRadar#Support#SupportMigration