public inbox for pbs-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [PATCH proxmox-backup 1/1] faq: add warning about using apt upgrade
@ 2026-07-09 14:25 Nicolas Frey
  2026-07-22 12:43 ` Christian Ebner
  0 siblings, 1 reply; 2+ messages in thread
From: Nicolas Frey @ 2026-07-09 14:25 UTC (permalink / raw)
  To: pbs-devel

as it has increasingly come up in enterprise support and is generally an
easy foot gun for people coming from other Debian-based distros.

Signed-off-by: Nicolas Frey <n.frey@proxmox.com>
---

Notes:
    A similar patch that adds this warning was recently applied to PVE,
    see commit 86bddb2e3d39 in `pve-docs` for more context

 docs/faq.rst | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/docs/faq.rst b/docs/faq.rst
index 4ae4573c5..e9ba32609 100644
--- a/docs/faq.rst
+++ b/docs/faq.rst
@@ -48,6 +48,12 @@ through the CLI with:
   apt update
   apt full-upgrade
 
+.. warning:: As Proxmox Backup Server uses a rolling release model on
+   top of Debian, performing an `apt upgrade` may result in a partially
+   upgraded or broken package state. This is because `apt full-upgrade`
+   can also remove existing packages to satisfy dependencies if needed,
+   while `apt upgrade` cannot.
+
 .. note:: Always ensure you correctly setup the
    :ref:`package repositories <sysadmin_package_repositories>` and only
    continue with the actual upgrade if `apt update` did not hit any error.
-- 
2.47.3




^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH proxmox-backup 1/1] faq: add warning about using apt upgrade
  2026-07-09 14:25 [PATCH proxmox-backup 1/1] faq: add warning about using apt upgrade Nicolas Frey
@ 2026-07-22 12:43 ` Christian Ebner
  0 siblings, 0 replies; 2+ messages in thread
From: Christian Ebner @ 2026-07-22 12:43 UTC (permalink / raw)
  To: Nicolas Frey, pbs-devel

On 7/9/26 4:26 PM, Nicolas Frey wrote:
> as it has increasingly come up in enterprise support and is generally an
> easy foot gun for people coming from other Debian-based distros.
> 
> Signed-off-by: Nicolas Frey <n.frey@proxmox.com>
> ---
> 
> Notes:
>      A similar patch that adds this warning was recently applied to PVE,
>      see commit 86bddb2e3d39 in `pve-docs` for more context
> 
>   docs/faq.rst | 6 ++++++
>   1 file changed, 6 insertions(+)
> 
> diff --git a/docs/faq.rst b/docs/faq.rst
> index 4ae4573c5..e9ba32609 100644
> --- a/docs/faq.rst
> +++ b/docs/faq.rst
> @@ -48,6 +48,12 @@ through the CLI with:
>     apt update
>     apt full-upgrade
>   
> +.. warning:: As Proxmox Backup Server uses a rolling release model on
> +   top of Debian, performing an `apt upgrade` may result in a partially
> +   upgraded or broken package state. This is because `apt full-upgrade`
> +   can also remove existing packages to satisfy dependencies if needed,
> +   while `apt upgrade` cannot.
> +
>   .. note:: Always ensure you correctly setup the
>      :ref:`package repositories <sysadmin_package_repositories>` and only
>      continue with the actual upgrade if `apt update` did not hit any error.

Pondered shortly if it would make sense to combine the warning and note, 
but since the contained information is tangentially related only and if 
one reads the warning most likely also the note below let's leave them 
separate.

Acked-by: Christian Ebner <c.ebner@proxmox.com>




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-07-22 12:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-09 14:25 [PATCH proxmox-backup 1/1] faq: add warning about using apt upgrade Nicolas Frey
2026-07-22 12:43 ` Christian Ebner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal