From 4783e28ee53c80c3fec2ca5d69cf402b12f25b67 Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Sat, 8 Aug 2020 03:40:43 +0000 Subject: [PATCH] generate documentation from config.sample.php --- .../config_sample_php_parameters.rst | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/admin_manual/configuration_server/config_sample_php_parameters.rst b/admin_manual/configuration_server/config_sample_php_parameters.rst index 2dbacd029..39ce98d67 100644 --- a/admin_manual/configuration_server/config_sample_php_parameters.rst +++ b/admin_manual/configuration_server/config_sample_php_parameters.rst @@ -1537,6 +1537,24 @@ One way to test is applying for a trystack account at http://trystack.org/ To use swift V3 +:: + + 'objectstore.multibucket.preview-distribution' => false, + +If this is set to true and a multibucket object store is configured then +newly created previews are put into 256 dedicated buckets. + +Those buckets are named like the mulibucket version but with the postfix +``-preview-NUMBER`` where NUMBER is between 0 and 255. + +Keep in mind that only previews of files are put in there that don't have +some already. Otherwise the old bucket will be used. + +To migrate existing previews to this new multibucket distribution of previews +use the occ command ``preview:repair``. For now this will only migrate +previews that were generated before Nextcloud 19 in the flat +``appdata_INSTANCEID/previews/FILEID`` folder structure. + Sharing -------