Stuck at Thingworx Foundation install on RHEL

Trying to get a simple dev instance install on my RHEL 9 system. Installer keeps failing at the "cinc-client -z --config". I have ready through the following article which discuss this at length.
https://www.ptc.com/en/support/article/CS329897?source=search (note this does say SQLServer and I am using postgres)
I do have JAVA_HOME setup properly and running OpenJDK 21
openjdk version "21.0.7" 2025-04-15 LTS
OpenJDK Runtime Environment Corretto-21.0.7.6.1 (build 21.0.7+6-LTS)
OpenJDK 64-Bit Server VM Corretto-21.0.7.6.1 (build 21.0.7+6-LTS, mixed mode, sharing)
I am not using a complex DB password with special characters initially. Not using SSL as this is simple dev system. I tried my own folder AND /opt folder with no change. I did have to preinstall CINC so cinc-18.5.0-1.el9.x86_64.rpm was loaded first and this appears ok from my past installs.
Here is where I might not be following things exactly but if I knew was the issue was, I can work to solve it. The log file that it generates when running cinc-client gets deleted along with the whole installation folder before I have a chance to view it. How am I supposed to find the true error?
<thingworx_installation_folder>\installer\logs\foundation-YYYYMMDDhhmmss.log
Running less that ideal resources: Yes, I know this but if that is not the issue, ok to run with less, this is dev.
RHEL 9.2 - Yes, I think 9.7.0 requires 9.4. Again, I have another installed running in 9.2 so if its not the issue, ok to vary here.
SELinux - Running in permissive mode so this should not be an issue.
Anything else that could be the cause? Any way I can capture these logs before installer deletes them?

