This is an automated email from the ASF dual-hosted git repository. rcordier pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/james-project.git
commit c805d1a52c13a22aff6e0248acb048c22ff70f09 Author: Jean Helou <j...@xn--gml-cma.com> AuthorDate: Wed Mar 26 12:26:18 2025 +0100 [JAMES-4119] minor sample configuration fixes --- .../core-data-jpa-to-pg/sample-configuration/blob.properties | 8 +++----- .../core-data-jpa-to-pg/sample-configuration/logback.xml | 2 +- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/server/apps/migration/core-data-jpa-to-pg/sample-configuration/blob.properties b/server/apps/migration/core-data-jpa-to-pg/sample-configuration/blob.properties index 3a01ce1e91..573e1b52d1 100644 --- a/server/apps/migration/core-data-jpa-to-pg/sample-configuration/blob.properties +++ b/server/apps/migration/core-data-jpa-to-pg/sample-configuration/blob.properties @@ -6,11 +6,9 @@ implementation=postgres # ========================================= Deduplication ======================================== -# If you choose to enable deduplication, the mails with the same content will be stored only once. -# Warning: Once this feature is enabled, there is no turning back as turning it off will lead to the deletion of all -# the mails sharing the same content once one is deleted. -# Mandatory, Allowed values are: true, false -deduplication.enable=true +# For the migration tool, deduplication must be disabled. This is ok since JPA doesn't support +# blobstore storage and you can enable deduplication afterwards in the app. +deduplication.enable=false # deduplication.family needs to be incremented every time the deduplication.generation.duration is changed # Positive integer, defaults to 1 diff --git a/server/apps/migration/core-data-jpa-to-pg/sample-configuration/logback.xml b/server/apps/migration/core-data-jpa-to-pg/sample-configuration/logback.xml index 85c261041b..a700f13743 100644 --- a/server/apps/migration/core-data-jpa-to-pg/sample-configuration/logback.xml +++ b/server/apps/migration/core-data-jpa-to-pg/sample-configuration/logback.xml @@ -13,7 +13,7 @@ </appender> <appender name="LOG_FILE" class="ch.qos.logback.core.rolling.RollingFileAppender"> - <file>/logs/james.log</file> + <file>logs/james.log</file> <rollingPolicy class="ch.qos.logback.core.rolling.FixedWindowRollingPolicy"> <fileNamePattern>/logs/james.%i.log.tar.gz</fileNamePattern> <minIndex>1</minIndex> --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@james.apache.org For additional commands, e-mail: notifications-h...@james.apache.org