mirror of https://github.com/zulip/zulip.git
docs: Recommend scheduling unattended upgrades instead of disabling them.
This commit is contained in:
parent
111ee64e36
commit
428dff3807
|
@ -149,12 +149,12 @@ problems and how to resolve them:
|
||||||
### Restrict unattended upgrades
|
### Restrict unattended upgrades
|
||||||
|
|
||||||
:::{important}
|
:::{important}
|
||||||
We recommend that you disable or limit Ubuntu's unattended-upgrades
|
We recommend that you limit Ubuntu's unattended-upgrades to skip some server
|
||||||
to skip some server packages. With unattended upgrades enabled but
|
packages. With unattended upgrades enabled but not limited, the moment a new
|
||||||
not limited, the moment a new PostgreSQL release is published, your
|
PostgreSQL release is published, your Zulip server will have its PostgreSQL
|
||||||
Zulip server will have its PostgreSQL server upgraded (and thus
|
server upgraded (and thus restarted). You may want to limit the unattended
|
||||||
restarted). If you do disable unattended-upgrades, do not forget to
|
upgrades to be once a week happening during a non-busy time, e.g. 3 AM on
|
||||||
regularly install apt upgrades manually!
|
Sundays.
|
||||||
:::
|
:::
|
||||||
|
|
||||||
Restarting one of the system services that Zulip uses (PostgreSQL,
|
Restarting one of the system services that Zulip uses (PostgreSQL,
|
||||||
|
|
Loading…
Reference in New Issue