How Do You Know What Version of Foreman Is Installed?

Problem scenario
You inherited a server with Foreman installed. What should you do to find out what version is installed?

Solution
1. Run this command: sudo find / -name foreman-installer -type f
2. Based on the results above, run this:
sudo /path/to/foreman-installer --foreman-version

# Replace "path/to" with the path results of the first command (e.g., /usr/sbin/").

Leave a comment

Your email address will not be published. Required fields are marked *