if files-control quota wrapper is enable, exclude recovery
https://gitlab.e.foundation/e/infra/backlog/-/issues/3817
Deploy:
- Apply patch
- edit config.php and add
murena_recovery_folder_path
with valuerecovery
Test:
- On an account without
recovery
folder: check current storage used either on web ui or withdocker exec -u www-data dev01_nextcloud php /var/www/html/occ user:info username
- create a
recovery
folder - fill it with files with a total size > 1gB
- check again current used storage
- it shouldn't have changed
- add files somewhere else, like root folder
- check again current used storage
- it should have added the newly put files in storage used
Coding Style and Guidelines
Edited by Alexandre Roux