Skip to content

Commit

Permalink
Add Workaround to avoid cost to docs
Browse files Browse the repository at this point in the history
Workaround for nextcloud/server#9690.

If users are deleted with files in primary or external object storage, those files will remain there forever.
  • Loading branch information
su-do-systems authored Oct 22, 2020
1 parent 226aefb commit e779676
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions admin_manual/configuration_user/user_configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit e779676

Please sign in to comment.