I've been performing a management server upgrade from R80.20 to R81.10 by building a new VM and transferring the config using the migrate_server script, but have encountered a couple of issues along the way.
Firstly, the server is also an Endpoint management server, so the Gaia web interface is on port 4434 rather than the standard 443.
I noticed that it doesn't pull across the Gaia config completely. It pulled the GUI client list but not the users!
First issue.
If you set the web ssl-port to 4434 BEFORE running the migrate-server script to import the config, then it errors at 4% and hangs, but if you leave it at 443, the import runs through correctly.
However, once complete and rebooted, when you try to change the ssl-port (in clish in the normal way) it appears to change, reports changed correctly when checked, but doesn't work! Instead you get an apache error. The only way to do it is to run CPSTOP first, then change the port in clish, then run CPSTART.
Second issue.
The server uses a 3rd party wildcard certificate to secure the Gaia web interface. This has been working for years with no issues. Each time the cert is renewed by the provider I copy the .cer and the .key files into the /web/conf folder, rename them to server. and restart the httpd2 process.
After this migration, the portal is using the default cert, but I was expecting this as its an OS config so not expecting migrate_server to bring this across. However, when I copy the files and restart the process (no errors reported), it still doesn't use the wildcard cert.
Has anyone else encountered these issues at all?
Thanks,
Steve