* [pmg-devel] [PATCH pmg-docs 0/2] improve faq upgrade section
@ 2024-10-22 11:24 Christoph Heiss
2024-10-22 11:24 ` [pmg-devel] [PATCH pmg-docs 1/2] faq: split up upgrade section into major and point release upgrades Christoph Heiss
2024-10-22 11:24 ` [pmg-devel] [PATCH pmg-docs 2/2] fix #5771: faq: add 7 to 8 upgrade link Christoph Heiss
0 siblings, 2 replies; 3+ messages in thread
From: Christoph Heiss @ 2024-10-22 11:24 UTC (permalink / raw)
To: pmg-devel
First, splits up the upgrade section into two, one for point release
upgrades and one for major release upgrades. This makes the difference
stand out better, and we have the same in pve-docs too.
Secondly, fixes #5771 by adding the missing link for the 7->8 upgrade
instructions in the wiki.
Christoph Heiss (2):
faq: split up upgrade section into major and point release upgrades
fix #5771: faq: add 7 to 8 upgrade link
pmg-faq.adoc | 19 +++++++++++++++----
1 file changed, 15 insertions(+), 4 deletions(-)
--
2.46.0
_______________________________________________
pmg-devel mailing list
pmg-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pmg-devel
^ permalink raw reply [flat|nested] 3+ messages in thread
* [pmg-devel] [PATCH pmg-docs 1/2] faq: split up upgrade section into major and point release upgrades
2024-10-22 11:24 [pmg-devel] [PATCH pmg-docs 0/2] improve faq upgrade section Christoph Heiss
@ 2024-10-22 11:24 ` Christoph Heiss
2024-10-22 11:24 ` [pmg-devel] [PATCH pmg-docs 2/2] fix #5771: faq: add 7 to 8 upgrade link Christoph Heiss
1 sibling, 0 replies; 3+ messages in thread
From: Christoph Heiss @ 2024-10-22 11:24 UTC (permalink / raw)
To: pmg-devel
Makes the difference stand out better, much like we do it in the PVE
docs too.
Signed-off-by: Christoph Heiss <c.heiss@proxmox.com>
---
pmg-faq.adoc | 17 +++++++++++++----
1 file changed, 13 insertions(+), 4 deletions(-)
diff --git a/pmg-faq.adoc b/pmg-faq.adoc
index 7db2ab4..8afdd09 100644
--- a/pmg-faq.adoc
+++ b/pmg-faq.adoc
@@ -51,11 +51,15 @@ NOTE: {pmg} releases before 5.0 are not listed here. As they are all EOL (End
Of Life), it's highly recommended to upgrade to a newer version, if still in use.
[[faq-upgrade]]
-How can I upgrade {pmg} to the next release?::
+How can I upgrade {pmg} to the next point release?::
Minor version upgrades, for example, upgrading from {pmg} version 5.1
-to 5.2, can be done just like any normal update, either through the
-__Node -> Updates__ panel or through the command line with:
+to 5.2, can be done just like any normal update. But you should still check the
+https://pmg.proxmox.com/wiki/index.php/Roadmap[release notes] for any relevant
+notable, or breaking change.
++
+For the update itself use either through the __Node -> Updates__ panel or
+through the command line with:
+
----
apt update
@@ -65,13 +69,18 @@ apt full-upgrade
NOTE: Always ensure that you correctly set up the
xref:pmg_package_repositories[package repositories], and only continue with the
actual upgrade if `apt update` did not hit any errors.
-+
+
+[[faq-major-upgrade]]
+How can I upgrade {pmg} to the next major release?::
+
Major version upgrades, for example, going from {pmg} 5.4 to 6.0, are
also supported. They must be carefully planned and tested, and should
*never* be started without having an up-to-date backup ready.
++
Although the specific upgrade steps depend on your respective setup, we
provide general instructions and advice on how an upgrade should be
performed:
+
* https://pmg.proxmox.com/wiki/index.php/Upgrade_from_6.x_to_7.0[Upgrade from {pmg} 6.x to 7.0]
+
* https://pmg.proxmox.com/wiki/index.php/Upgrade_from_5.x_to_6.0[Upgrade from {pmg} 5.x to 6.0]
--
2.46.0
_______________________________________________
pmg-devel mailing list
pmg-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pmg-devel
^ permalink raw reply [flat|nested] 3+ messages in thread
* [pmg-devel] [PATCH pmg-docs 2/2] fix #5771: faq: add 7 to 8 upgrade link
2024-10-22 11:24 [pmg-devel] [PATCH pmg-docs 0/2] improve faq upgrade section Christoph Heiss
2024-10-22 11:24 ` [pmg-devel] [PATCH pmg-docs 1/2] faq: split up upgrade section into major and point release upgrades Christoph Heiss
@ 2024-10-22 11:24 ` Christoph Heiss
1 sibling, 0 replies; 3+ messages in thread
From: Christoph Heiss @ 2024-10-22 11:24 UTC (permalink / raw)
To: pmg-devel
Signed-off-by: Christoph Heiss <c.heiss@proxmox.com>
---
pmg-faq.adoc | 2 ++
1 file changed, 2 insertions(+)
diff --git a/pmg-faq.adoc b/pmg-faq.adoc
index 8afdd09..79d16b8 100644
--- a/pmg-faq.adoc
+++ b/pmg-faq.adoc
@@ -84,3 +84,5 @@ performed:
* https://pmg.proxmox.com/wiki/index.php/Upgrade_from_6.x_to_7.0[Upgrade from {pmg} 6.x to 7.0]
* https://pmg.proxmox.com/wiki/index.php/Upgrade_from_5.x_to_6.0[Upgrade from {pmg} 5.x to 6.0]
+
+* https://pmg.proxmox.com/wiki/index.php/Upgrade_from_7_to_8[Upgrade from {pmg} 7.x to 8.0]
--
2.46.0
_______________________________________________
pmg-devel mailing list
pmg-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pmg-devel
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-10-22 11:24 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-10-22 11:24 [pmg-devel] [PATCH pmg-docs 0/2] improve faq upgrade section Christoph Heiss
2024-10-22 11:24 ` [pmg-devel] [PATCH pmg-docs 1/2] faq: split up upgrade section into major and point release upgrades Christoph Heiss
2024-10-22 11:24 ` [pmg-devel] [PATCH pmg-docs 2/2] fix #5771: faq: add 7 to 8 upgrade link Christoph Heiss
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox