5
0
mirror of git://git.proxmox.com/git/pve-docs.git synced 2025-10-22 23:33:10 +03:00
Files
pve-docs/system-software-updates.adoc
Alexander Zeidler 2b32abd4de package repos, software updates: revise Ceph section
- Start by mentioning the preconfigured Ceph repository and what options
  there are for using Ceph (HCI and external cluster)
- Link to available installation methods (web-based wizard, CLI tool)
- Describe when and how to upgrade
- Add new attributes to avoid manual editing multiple lines
- Create a table as an overview of Ceph release availability,
  maintaining clarity and avoiding duplicated text for each release
- Advise to read the latest version of the corresponding admin guide
- Add a TODO describing what to update occasionally
- List and link to the estimated EOL dates of Ceph releases
- Revise the descriptions of available repository components
- Mention when it makes sense to edit a repository file manually

- Mention upgrading Ceph under "System Software Updates"

Signed-off-by: Alexander Zeidler <a.zeidler@proxmox.com>
Link: https://lore.proxmox.com/20250730180254.320235-1-a.zeidler@proxmox.com
2025-07-31 03:07:33 +02:00

24 lines
731 B
Plaintext

[[system_software_updates]]
System Software Updates
-----------------------
ifdef::wiki[]
:pve-toplevel:
endif::wiki[]
Proxmox provides updates on a regular basis for all repositories. To install
updates use the web-based GUI or the following CLI commands:
----
# apt-get update
# apt-get dist-upgrade
----
For occasionally upgrading Ceph to its succeeding major release, see
xref:sysadmin_package_repositories_ceph[Ceph Repositories].
NOTE: The APT package management system is very flexible and provides many
features, see `man apt-get`, or <<Hertzog13>> for additional information.
TIP: Regular updates are essential to get the latest patches and security
related fixes. Major system upgrades are announced in the {forum}.