Azure window 服务器就地升级但计划仍然相同
Azure window server in-place upgrade but plan is still the same
为了避免做一些开销工作,我决定使用变通方法将我的 VM 从服务器 2016 升级到 2019。变通方法成功,一切正常 运行。一个小问题是我仍然看到计划被设置为“2016-Datacenter”。
(如果我错了请纠正我)到目前为止,我发现这是在创建 VM 时设置的;它对应于用于构建 VM 的映像的 sku。
我的问题是,如果 VM 是 运行 服务器 2019 但计划设置为“2016-Datacenter”,是否有任何陷阱
计划信息是 Microsoft 用于跟踪市场报价的元数据。如果要在共享库中创建图像,请使用最初从 Azure Marketplace 图像创建的源,如 this, you may need to keep track of purchase plan information. You may face issues when you create a VM from the Azure Marketplace image if there is wrong plan information. Read here 了解更多详细信息。
我们能够将 Azure VM 就地升级到 Windows Server 2019。Here 是将 IaaS VM Windows 服务器更新到 Windows Server 2019 供大家参考
但是不建议这样做,因为Microsoft does not support an upgrade of the operating system of an Azure VM.。它更喜欢使用干净的卸载和安装。要解决此问题,请创建一个 运行 支持的操作系统版本的 Azure VM,然后迁移工作负载。
为了避免做一些开销工作,我决定使用变通方法将我的 VM 从服务器 2016 升级到 2019。变通方法成功,一切正常 运行。一个小问题是我仍然看到计划被设置为“2016-Datacenter”。
(如果我错了请纠正我)到目前为止,我发现这是在创建 VM 时设置的;它对应于用于构建 VM 的映像的 sku。
我的问题是,如果 VM 是 运行 服务器 2019 但计划设置为“2016-Datacenter”,是否有任何陷阱
计划信息是 Microsoft 用于跟踪市场报价的元数据。如果要在共享库中创建图像,请使用最初从 Azure Marketplace 图像创建的源,如 this, you may need to keep track of purchase plan information. You may face issues when you create a VM from the Azure Marketplace image if there is wrong plan information. Read here 了解更多详细信息。
我们能够将 Azure VM 就地升级到 Windows Server 2019。Here 是将 IaaS VM Windows 服务器更新到 Windows Server 2019 供大家参考
但是不建议这样做,因为Microsoft does not support an upgrade of the operating system of an Azure VM.。它更喜欢使用干净的卸载和安装。要解决此问题,请创建一个 运行 支持的操作系统版本的 Azure VM,然后迁移工作负载。