]> git.proxmox.com Git - pmg-docs.git/blame - pmg-faq.adoc
fix #4265: nmap: suggest usin -Pn over depreacated -P0
[pmg-docs.git] / pmg-faq.adoc
CommitLineData
be5f2f9d
TL
1Frequently Asked Questions
2==========================
3ifndef::manvolnum[]
4:pve-toplevel:
5endif::manvolnum[]
6ifdef::wiki[]
7:title: FAQ
8endif::wiki[]
9
10NOTE: New FAQs are appended to the bottom of this section.
11
12/////////////////////////////////////////////////////////////////
13ADD NEW FAQS TO THE BOTTOM OF THIS SECTION TO MAINTAIN NUMBERING
14/////////////////////////////////////////////////////////////////
15
16[qanda]
17
18What distribution is {pmg} based on?::
19
e9fb7667 20{pmg} is based on https://www.debian.org[Debian GNU/Linux]
be5f2f9d
TL
21
22What license does the {pmg} project use?::
23
24{pmg} code is licensed under the GNU Affero General Public License,
402a3dc7 25version 3 (as of the 5.0 release).
be5f2f9d
TL
26
27Will {pmg} run on a 32bit processor?::
28
29{pmg} works only on 64-bit CPUs (AMD or Intel). There is no plan
402a3dc7 30for 32-bit platform support.
be5f2f9d
TL
31
32[[faq-support-table]]
33How long will my {pmg} version be supported?::
34
35{pmg} versions are supported at least as long as the corresponding
36Debian Version is
37https://wiki.debian.org/DebianOldStable[oldstable]. {pmg} uses a
402a3dc7 38rolling release model, and using the latest stable version is always
be5f2f9d
TL
39recommended.
40+
41[width="100%",cols="5*d",options="header"]
63d0f5ae
TL
42|===============================================================================
43| {pmg} Version | Debian Version | First Release | Debian EOL | Proxmox EOL
44| {pmg} 7.x | Debian 11 (Bullseye)| 2021-07 | tba | tba
45| {pmg} 6.x | Debian 10 (Buster) | 2019-08 | 2022-07 | 2022-07
46| {pmg} 5.x | Debian 9 (Stretch) | 2018-01 | 2020-07 | 2020-07
47|===============================================================================
be5f2f9d
TL
48
49NOTE: {pmg} releases before 5.0 are not listed here. As they are all EOL (End
402a3dc7 50Of Life), it's highly recommended to upgrade to a newer version, if still in use.
be5f2f9d
TL
51
52[[faq-upgrade]]
53How can I upgrade {pmg} to the next release?::
54
402a3dc7 55Minor version upgrades, for example, upgrading from {pmg} version 5.1
be5f2f9d 56to 5.2, can be done just like any normal update, either through the
2b4388f7 57__Node -> Updates__ panel or through the command line with:
be5f2f9d
TL
58+
59----
60apt update
61apt full-upgrade
62----
63+
402a3dc7
DW
64NOTE: Always ensure that you correctly set up the
65xref:pmg_package_repositories[package repositories], and only continue with the
66actual upgrade if `apt update` did not hit any errors.
be5f2f9d 67+
402a3dc7
DW
68Major version upgrades, for example, going from {pmg} 5.4 to 6.0, are
69also supported. They must be carefully planned and tested, and should
70*never* be started without having an up-to-date backup ready.
be5f2f9d 71Although the specific upgrade steps depend on your respective setup, we
402a3dc7 72provide general instructions and advice on how an upgrade should be
be5f2f9d
TL
73performed:
74+
63d0f5ae 75* https://pmg.proxmox.com/wiki/index.php/Upgrade_from_6.x_to_7.0[Upgrade from {pmg} 6.x to 7.0]
be5f2f9d 76* https://pmg.proxmox.com/wiki/index.php/Upgrade_from_5.x_to_6.0[Upgrade from {pmg} 5.x to 6.0]