- Joined
- Jul 29, 2017
- Messages
- 135
- Reaction score
- 18
Unfortunately I cannot find an official documentation about supported debian update procedures.
If the setup was done from the 3CX-iso, debian will not install updates on its own.
The only way is to activate "3CX automatic updates".
As I understand, this will install 3CX-Updates for the current release (no automatic change from 16 to 18) and installs security updates if available.
So it is not possible (out of the box) to plan security updates on a daily base to prevent zero-day vulnerabilities in the operating system only and to delay 3CX-Updates.
So I will need to schedule my own update checks.
So for security updates this will be the following command
Also I would schedule updates of non security updates like this:
Are there any issues, when doing this, regarding supported state of the installation.
Are there limitations about which available update should not be installed to keep 3CX supported?
If the setup was done from the 3CX-iso, debian will not install updates on its own.
The only way is to activate "3CX automatic updates".
As I understand, this will install 3CX-Updates for the current release (no automatic change from 16 to 18) and installs security updates if available.
So it is not possible (out of the box) to plan security updates on a daily base to prevent zero-day vulnerabilities in the operating system only and to delay 3CX-Updates.
So I will need to schedule my own update checks.
So for security updates this will be the following command
Code:
sudo unattended-upgrade
Also I would schedule updates of non security updates like this:
Code:
sudo apt-get update
sudo apt-upgrade
Are there any issues, when doing this, regarding supported state of the installation.
Are there limitations about which available update should not be installed to keep 3CX supported?