From cbce4050af1738cb0d86bfba04ac55d94cd52385 Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Fri, 8 Mar 2024 11:51:33 +0100 Subject: [PATCH] Update 000_intro.md --- documentation/docs/admin/000_intro.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/documentation/docs/admin/000_intro.md b/documentation/docs/admin/000_intro.md index 3913f357..e691d258 100644 --- a/documentation/docs/admin/000_intro.md +++ b/documentation/docs/admin/000_intro.md @@ -137,10 +137,35 @@ Password for user 'admin' changed. The panel will check for new updates nightly. If available, it will check your local update and patch preferences and update only when enabled. + + + + + To enable or disable updates, navigate to OpenAdmin > General Settings and check or uncheck the 'Auto Updates' and 'Auto Patches'. ![openadmin update preferences](/img/admin/openadmin_set_update_preferences.png) + + + +To change update preferences from the terminal use commands: + +```bash +opencli config update autoupdate yes +``` + +```bash +opencli config update autopatch yes +``` + + + + + + + + If you want to update manually regardless of the schedule, you can run the following command. ```shell