Foreman 3.6 Plugin error

Problem:
Foreman installer return error when adding plugins and fail to start after
Expected outcome:
All to work as expected
Foreman and Proxy versions:
3.6
Foreman and Proxy plugin versions:
Ansible 3.x and latest oVirt
Distribution and version:

Other relevant data:
Issue 1: Notice in the manual and quick start guides when Enterprise 8 is selected the links returned
points to the nightly build. I manually changed the string to point to Foreman 3.6.

Issue 2: Plain Foreman 3.6 install which installed and started as expected. I then try adding first Ansible and Proxy plugins which at the end returned a rake error and didn’t start. I also try adding oVirt plugins and got the same failed results.

foreman-installer --enable-foreman-plugin-ovirt-provision --enable-foreman-compute-ovirt

2023-03-26 21:33:55 [NOTICE] [root] Loading installer configuration. This will take some time.
2023-03-26 21:33:58 [NOTICE] [root] Running installer with log based terminal output at level NOTICE.
2023-03-26 21:33:58 [NOTICE] [root] Use -l to set the terminal output log level to ERROR, WARN, NOTICE, INFO, or DEBUG. See --full-help for definitions.
2023-03-26 21:34:02 [NOTICE] [configure] Starting system configuration.
2023-03-26 21:34:09 [NOTICE] [configure] 250 configuration steps out of 1232 steps complete.
2023-03-26 21:34:10 [NOTICE] [configure] 500 configuration steps out of 1237 steps complete.
2023-03-26 21:34:10 [NOTICE] [configure] 750 configuration steps out of 1241 steps complete.
2023-03-26 21:34:23 [ERROR ] [configure] ‘/usr/sbin/foreman-rake db:migrate’ returned 1 instead of one of [0]
2023-03-26 21:34:23 [ERROR ] [configure] /Stage[main]/Foreman::Database/Foreman::Rake[db:migrate]/Exec[foreman-rake-db:migrate]/returns: change from ‘notrun’ to [‘0’] failed: ‘/usr/sbin/foreman-rake db:migrate’ returned 1 instead of one of [0]
2023-03-26 21:34:31 [NOTICE] [configure] 1000 configuration steps out of 1241 steps complete.
2023-03-26 21:34:32 [NOTICE] [configure] System configuration has finished.

There were errors detected during install.
Please address the errors and re-run the installer to ensure the system is properly configured.
Failing to do so is likely to result in broken functionality.

The full log is at /var/log/foreman-installer/foreman.log

The above output is from oVirt but was the very same results when i attempted doing Ansible plugin. Unfortunately, I wiped and started over and in the process of reverting to last working version for me which is Foreman 3.5 so I don’t have the foreman.log to attached.