From 6e14f4e5af8d8d205468e514e625557204557588 Mon Sep 17 00:00:00 2001 From: Pierre Ozoux Date: Sun, 31 Jan 2021 18:36:28 +0100 Subject: [PATCH] Adds warning about user deletion and object store Documents bug https://github.com/nextcloud/server/issues/9690 --- admin_manual/configuration_user/user_configuration.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/admin_manual/configuration_user/user_configuration.rst b/admin_manual/configuration_user/user_configuration.rst index 434dea0b61e..feef6139d68 100644 --- a/admin_manual/configuration_user/user_configuration.rst +++ b/admin_manual/configuration_user/user_configuration.rst @@ -217,3 +217,5 @@ download them from your Nextcloud Files page, which compresses them into a zip file, or use a sync client to copy them to your local computer. See :doc:`../configuration_files/file_sharing_configuration` to learn how to create persistent file shares that survive user deletions. + +.. note:: If you are using object storage such as OpenStack Swift or Amazon Simple Storage Service (S3) or any compatible S3-implementation (e.g. Minio or Ceph Object Gateway) as primary storage or external storage, you should first make sure the user's files have been deleted. Once a user is deleted, it is not possible to remove those objects from storage.