mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-03 02:09:45 +07:00
Explain data-fingerprint
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
@@ -879,6 +879,10 @@ logged-in users must refresh their Web browsers to continue working::
|
||||
sudo -u www-data php occ maintenance:mode --on
|
||||
sudo -u www-data php occ maintenance:mode --off
|
||||
|
||||
After restoring a backup of your data directory or the database, you should always
|
||||
call ``maintenance:data-fingerprint`` once. This changes the ETag for all files
|
||||
in the communication with sync clients, allowing them to realize a file was modified.
|
||||
|
||||
The ``maintenance:repair`` command runs automatically during upgrades to clean
|
||||
up the database, so while you can run it manually there usually isn't a need
|
||||
to::
|
||||
|
||||
@@ -16,6 +16,9 @@ restore:
|
||||
When you have completed your restoration, see the ``Setting Strong Directory
|
||||
Permissions`` section of :doc:`../installation/installation_wizard`.
|
||||
|
||||
Also make sure to run the :ref:`maintenance:data-fingerprint <maintenance_commands_label>` command
|
||||
afterwards, to ensure your sync clients can recover from the restored backup.
|
||||
|
||||
Restore Folders
|
||||
---------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user