From eb262b484d88ca2959ac87ffdc3f85adc3bb7fce Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Wed, 13 Sep 2023 06:47:03 +0000 Subject: [PATCH] Auto-update README --- README.md | 6 +++--- README_fr.md | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 7ae8cba..30904ec 100644 --- a/README.md +++ b/README.md @@ -162,11 +162,11 @@ Then, to log in the API with your credentials, you need to set your user as admi ### Upgrade -By default a backup is made before the upgrade. To avoid this you have theses following possibilites: +By default a backup is made before the upgrade. If for some reason you want to upgrade without backup: - Call the command with the `-b` flag: `yunohost app upgrade synapse -b` -- Set the settings `disable_backup_before_upgrade` to `1`. You can set this with this command: +- Disable the setting `Backup before upgrade` in the Config Panel. Or with command line: -`yunohost app setting synapse disable_backup_before_upgrade -v 1` +`yunohost app setting synapse backup_before_upgrade -v 0` After this settings will be applied for **all** next upgrade. diff --git a/README_fr.md b/README_fr.md index 95e4e80..eb84c3e 100644 --- a/README_fr.md +++ b/README_fr.md @@ -162,11 +162,11 @@ Then, to log in the API with your credentials, you need to set your user as admi ### Upgrade -By default a backup is made before the upgrade. To avoid this you have theses following possibilites: +By default a backup is made before the upgrade. If for some reason you want to upgrade without backup: - Call the command with the `-b` flag: `yunohost app upgrade synapse -b` -- Set the settings `disable_backup_before_upgrade` to `1`. You can set this with this command: +- Disable the setting `Backup before upgrade` in the Config Panel. Or with command line: -`yunohost app setting synapse disable_backup_before_upgrade -v 1` +`yunohost app setting synapse backup_before_upgrade -v 0` After this settings will be applied for **all** next upgrade.