faq: language fixup

minor fixup for the FAQ section

Signed-off-by: Dylan Whyte <d.whyte@proxmox.com>
This commit is contained in:
Dylan Whyte 2021-07-13 17:54:05 +02:00 committed by Stoiko Ivanov
parent f11e91b5ee
commit 402a3dc753

View File

@ -22,12 +22,12 @@ What distribution is {pmg} based on?::
What license does the {pmg} project use?:: What license does the {pmg} project use?::
{pmg} code is licensed under the GNU Affero General Public License, {pmg} code is licensed under the GNU Affero General Public License,
version 3 (since the 5.0 release). version 3 (as of the 5.0 release).
Will {pmg} run on a 32bit processor?:: Will {pmg} run on a 32bit processor?::
{pmg} works only on 64-bit CPUs (AMD or Intel). There is no plan {pmg} works only on 64-bit CPUs (AMD or Intel). There is no plan
for 32-bit for the platform. for 32-bit platform support.
[[faq-support-table]] [[faq-support-table]]
How long will my {pmg} version be supported?:: How long will my {pmg} version be supported?::
@ -35,7 +35,7 @@ How long will my {pmg} version be supported?::
{pmg} versions are supported at least as long as the corresponding {pmg} versions are supported at least as long as the corresponding
Debian Version is Debian Version is
https://wiki.debian.org/DebianOldStable[oldstable]. {pmg} uses a https://wiki.debian.org/DebianOldStable[oldstable]. {pmg} uses a
rolling release model and using the latest stable version is always rolling release model, and using the latest stable version is always
recommended. recommended.
+ +
[width="100%",cols="5*d",options="header"] [width="100%",cols="5*d",options="header"]
@ -47,12 +47,12 @@ recommended.
|=============================================================================== |===============================================================================
NOTE: {pmg} releases before 5.0 are not listed here. As they are all EOL (End 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. Of Life), it's highly recommended to upgrade to a newer version, if still in use.
[[faq-upgrade]] [[faq-upgrade]]
How can I upgrade {pmg} to the next release?:: How can I upgrade {pmg} to the next release?::
Minor version upgrades, for example upgrading from {pmg} in version 5.1 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 to 5.2, can be done just like any normal update, either through the
__Node -> Updates__ panel or through the command line with: __Node -> Updates__ panel or through the command line with:
+ +
@ -61,15 +61,15 @@ apt update
apt full-upgrade apt full-upgrade
---- ----
+ +
NOTE: Always ensure you correctly set up the NOTE: Always ensure that you correctly set up the
xref:pmg_package_repositories[package repositories] and only continue with the xref:pmg_package_repositories[package repositories], and only continue with the
actual upgrade if `apt update` did not hit any error. actual upgrade if `apt update` did not hit any errors.
+ +
Major version upgrades, for example going from {pmg} 5.4 to 6.0, are 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 also supported. They must be carefully planned and tested, and should
*never* be started without having a current backup ready. *never* be started without having an up-to-date backup ready.
Although the specific upgrade steps depend on your respective setup, we Although the specific upgrade steps depend on your respective setup, we
provide general instructions and advice of how a upgrade should be provide general instructions and advice on how an upgrade should be
performed: 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_6.x_to_7.0[Upgrade from {pmg} 6.x to 7.0]