diff --git a/src/procedures/skynet/server_update_procmox.md b/src/procedures/skynet/server_update_procmox.md deleted file mode 100644 index cd5f5d6..0000000 --- a/src/procedures/skynet/server_update_procmox.md +++ /dev/null @@ -1,3 +0,0 @@ -# Updating Servers (Proxmox) -A short guide on how to update servers - diff --git a/src/procedures/skynet/server_update_proxmox.md b/src/procedures/skynet/server_update_proxmox.md new file mode 100644 index 0000000..bf1ecab --- /dev/null +++ b/src/procedures/skynet/server_update_proxmox.md @@ -0,0 +1,16 @@ +# Updating Servers (Proxmox) +A short guide on how to update servers running Proxmox VM Host + +There is documentation for Proxmox available on teh [web][docs_web] and locally on teh server [itself][docs_inbuilt]. +The inbuilt ones are preferred since they match teh version of Proxmox we are using. +In both there is a chapter called [``System Software Updates``][docs_inbuilt_update] which tells you how to update. + +When there is a major version released there will be a new link on [this page][docs_wiki] in teh format of: +``Upgrade from $VersionCurrent to $VersionNext`` + + + +[docs_inbuilt]: https://193.1.99.73:8006/pve-docs/pve-admin-guide.html +[docs_inbuilt_update]: https://193.1.99.73:8006/pve-docs/pve-admin-guide.html#system_software_updates +[docs_web]: https://pve.proxmox.com/pve-docs/pve-admin-guide.html +[docs_wiki]: https://pve.proxmox.com/wiki/Category:Upgrade \ No newline at end of file