From 1abcdf31a3389ec86c4377c51030e1f490df9719 Mon Sep 17 00:00:00 2001 From: Nicole Rappe Date: Sat, 23 Aug 2025 07:08:53 -0600 Subject: [PATCH] Add Workflows/Linux/ProxmoxVE/Upgrade PVE from 8 to 9.md --- .../Linux/ProxmoxVE/Upgrade PVE from 8 to 9.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Workflows/Linux/ProxmoxVE/Upgrade PVE from 8 to 9.md diff --git a/Workflows/Linux/ProxmoxVE/Upgrade PVE from 8 to 9.md b/Workflows/Linux/ProxmoxVE/Upgrade PVE from 8 to 9.md new file mode 100644 index 0000000..74adcd1 --- /dev/null +++ b/Workflows/Linux/ProxmoxVE/Upgrade PVE from 8 to 9.md @@ -0,0 +1,17 @@ +## Purpose +There are a few steps you have to take when upgrading ProxmoxVE from 8.4.1+ to 9.0+. The process is fairly straightforward, so just follow the instructions seen below. + +!!! warning "Perform `pve8to9` Readiness Check" + It's critical that you run the `pve8to9` command to ensure that your ProxmoxVE server meets all of the requirements and doesn't have any failures or potentially server-breaking warnings. If the `pve8to9` command is unknown, then run `apt update && apt dist-upgrade` in the shell then try again. Warnings should be addressed ad-hoc, but *CPU Microcode warnings can be safely ignored*. + + **Example pve8to9 Summary Output**: + ```sh + = SUMMARY = + + TOTAL: 48 + PASSED: 39 + SKIPPED: 8 + WARNINGS: 1 + FAILURES: 0 + ``` +