Yes. The problem is that
hosted-engine --deploy --4 --ansible-extra-vars=he_pause_host=true
pause the deploy far after the problem so you have to intercept the engine start then, as
I have an installation behind proxy:
echo "proxy=http://192.168.9.149:3128" >> /etc/yum.conf
then waiting the upgrade process and during the upgrade:
while :; do dnf -y downgrade postgresql-jdbc; sleep 5; done
and then wait
how it's possible to use answer file in the node and in the engine only not to have to
reissue all the parameter?
Thank you