From 5c8ceecddd5bce9c29308bda63b3aa4e42ba1596 Mon Sep 17 00:00:00 2001 From: Benjamin Gaussorgues Date: Mon, 3 Nov 2025 13:12:52 +0100 Subject: [PATCH] feat(admin_manual): add serverid config parameter Signed-off-by: Benjamin Gaussorgues --- admin_manual/release_notes/upgrade_to_33.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/admin_manual/release_notes/upgrade_to_33.rst b/admin_manual/release_notes/upgrade_to_33.rst index 758417323ce..f30e0dc56bb 100644 --- a/admin_manual/release_notes/upgrade_to_33.rst +++ b/admin_manual/release_notes/upgrade_to_33.rst @@ -15,3 +15,9 @@ Previews The preview provider for MP3 files, which reads cover images embedded in the files, is disabled by default for performance and stability reasons. See :doc:`../configuration_files/previews_configuration` for details on how to enable or disable the preview provider. + +Snowflake IDs +------------- + +This version of Nextcloud ships with `Snowflake IDs `_. Those IDs include the creation time of object, a sequence ID and a server ID. +The server ID should now be configured in your config.php file or using environment variables. See :doc:`../configuration_server/config_sample_php_parameters` for more information.