I have Foreman 3.4.1 running on Rocky 8 in AWS. Along with the main foreman server I have 2 proxies in our other regions to reduce the cross-region traffic. All works well but its time to upgrade.
I want to upgrade to Foreman 3.11 running on Rocky 9 with the same design (one main Foreman server with 2 proxies).
My question is whats the best way to grab make sure the new foreman env is setup just like the old one. I know I can use /etc/foreman-installer/scenarios.d/foreman-answers.yaml as a start but there seems to be a lot missing from that file. Or should I be grabbing all the files in /etc/foreman-installer/scenarios.d/ and coping them to the new server? Assuming that is correct how to I tell foreman-installer to use those files rather then expect answers from CLI?