From 6bc5905754e23fa72bc1f87bc512254715015a3b Mon Sep 17 00:00:00 2001 From: Nourepide Date: Sun, 26 Nov 2023 16:18:20 +0300 Subject: [PATCH] Add information about update mode. --- Writerside/topics/Configuration.md | 1 + Writerside/topics/Updating.md | 9 +++++++++ 2 files changed, 10 insertions(+) diff --git a/Writerside/topics/Configuration.md b/Writerside/topics/Configuration.md index 599c13f..08d2778 100644 --- a/Writerside/topics/Configuration.md +++ b/Writerside/topics/Configuration.md @@ -143,6 +143,7 @@ In this section, you can **configure the auto-update feature** of Allor or even | notify_if_no_new_updates | Boolean | True | Notify you when there are no new updates. | | auto_update | Boolean | True | Automatically update itself if update available. | | branch_name | String | main | Specifies the branch that Allor should pull updates from. | +| update_mode | String | soft | Determines how indifferent the update will be to inconsistencies. Available - Soft, Hard. | ## Fonts diff --git a/Writerside/topics/Updating.md b/Writerside/topics/Updating.md index ebd9113..5331696 100644 --- a/Writerside/topics/Updating.md +++ b/Writerside/topics/Updating.md @@ -12,6 +12,15 @@ This section provides comprehensive instructions on how to **update Allor**, whe If you wish to **modify this behavior** or **disable auto-update**, please refer to the configuration page. +### Troubleshooting + +If you have problems with auto-update, you can switch it to **hard mode** in configuration. + +This will **ensure** that the repository is updated to the latest version at the cost of a **factory reset**. +This will remove any changes you may have made to the Allor code. + +This **does NOT** affect ComfyUI, other plugins, last update timestamp and the Allor configuration file. + ## Manual updating with Git > You need to have Git installed.