Hi! in my case working with support we can resolve this issue with the following commands but we still working on some apps:
On consola run the following command to copy the file:
scp /etc/podman/tls/registry/podman-client-registry.p12 user@<apphostip>:/etc/podman/tls/registry/podman-client-registry.p12
On the apphost run the following commands:
systemctl stop hostcontext
systemctl stop hostservices
systemctl stop conman
systemctl stop podman
rm -rf /store/docker-data/engine
systemctl start podman
systemctl start conman
systemctl start hostcontext
systemctl start hostservices
After that you can run the apps from qappmanger.
Regards!
------------------------------
Felipe Ortiz
------------------------------
Original Message:
Sent: Mon April 22, 2024 07:23 AM
From: John Dawson
Subject: Apps stopped working after update 7.5.0UP8IF01 - docker replaced with podman..
Hi Ralph,
Are you seeing anything in the logs like the below?
Unable to read keystore podman-client-registry.p12
What is the output of the following command on the console?
keytool -list -v -storetype pkcs12 -keystore /etc/podman/tls/registry/podman-client-registry.p12 -storepass $(echo $(psql -U qradar -tAc "select token from application_credentials where name = 'podman-client-registry';") | java -jar /opt/qradar/jars/ibm-si-mks.jar decrypt_command_line 2>&1)
Thanks
------------------------------
John Dawson
Qradar Support Architect
IBM
------------------------------