Upgrading FOG
-
Hi everyone, I’m trying to upgrade my FOG server instance, but particularly I also need to recreate my CA and server cert, so what I’ve tried is:
git fetch --all
in my fogproject clone of the github repogit merge
(over the stable branch, ofc)- then I’ve run
bin/installfog.sh -C -K
All seems to work properly, I can even register HOSTs without problem, but … When I try to capture an image of some HOST I just can see a lot of
* Attempting to check in............................Failed
I’ve been searching for similar issues in the forum and I saw a few posts, of course I’ve checked my FOG_WEB_ROOT is properly set to
/fog
and indeed it is. In fact, I’ve not touched this setting and before upgrading it was working properly, so I’m not sure what could be happening in the upgrade process.Thank you very much guys.