You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It has been noticed during upgrade testing that some environment, where
63
+
custom guest OSses where added and mapping for those OSses where added,
64
+
problems may occur during upgrade. Part of the mitigation is to make sure
65
+
OSses that are newly mapped but should have already been in the guest_os
66
+
table are there. Make sure you apply thois before you start the new 4.18
67
+
management server.
68
+
69
+
first check which you miss:
70
+
71
+
.. parsed-literal::
72
+
73
+
SELECT * FROM cloud.guest_os WHERE display_name IN (´CentOS 8´, ´Debian GNU/Linux 10 (32-bit)´, ´Debian GNU/Linux 10 (64-bit)´, ´SUSE Linux Enterprise Server 15 (64-bit)´, ´Windows Server 2019 (64-bit)´)
74
+
75
+
Then apply any of the following lines that you might need.
0 commit comments