diff options
author | Christian Hesse <mail@eworm.de> | 2024-01-25 09:35:40 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2024-01-25 09:38:11 +0100 |
commit | 3ca51f4699f7079e5be7f1e28be16fc4d97a49f1 (patch) | |
tree | 9492f37a7a1bad2ea91f5ef82c005ea9dcb1a6cf | |
parent | 7db94b5f3fd3365991ccdae2c7edde099dac95b2 (diff) |
INITIAL-COMMANDS: fix existing installation
-rw-r--r-- | INITIAL-COMMANDS.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/INITIAL-COMMANDS.md b/INITIAL-COMMANDS.md index ee7cef8..9d49851 100644 --- a/INITIAL-COMMANDS.md +++ b/INITIAL-COMMANDS.md @@ -35,6 +35,13 @@ Then continue setup with [scheduled automatic updates](README.md#scheduled-automatic-updates) or [editing configuration](README.md#editing-configuration). +## Fix existing installation + +The commands above allow to fix an existing installation in case it ever +breaks. If `global-config-overlay` did exist before it is renamed with a +date and time suffix (like `global-config-overlay-2024-01-25-09:33:12`). +Make sure to restore the configuration overlay if required. + --- [⬅️ Go back to main README](README.md) [⬆️ Go back to top](#top) |