Hello,
I’m planning to migrate our fog server to a new machine.
The new machine will be configured in the same way.
I had some questions about this migration:
- Is the documentation available at this address still up to date?
[https://wiki.fogproject.org/wiki/index.php?title=Migrate_FOG](link url) - The old machine is in version 1.5.9, the new machine, due to installation problems is in version 1.5.9.111.
Is this a problem? Or do I have to upgrade the old machine to 1.5.9.111?
During tests, I noticed some bugs during the installation of the master branch on a stable debian (bullseye):
The installer tries to install the “php-gettext” package, but this package doesn’t exist anymore and you have to install the “php-php-gettext” package
The installer proposes the installation of certificate, if to the first question it is answered no, to the second question, it is not possible to say no to give a server name for the certificate.
So the installation fails with the stable version
When switching to the dev-branch version, the problems are the same but the installation finishes normally.
Thanks for your help.