You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@james.apache.org by bt...@apache.org on 2023/04/21 14:25:56 UTC

[james-project] 02/02: JAMES-3777 Upgrade instructions for event store snapshots

This is an automated email from the ASF dual-hosted git repository.

btellier pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/james-project.git

commit 1bf460936aa263bd2e048c966c228965afccc426
Author: Benoit Tellier <bt...@linagora.com>
AuthorDate: Wed Apr 19 16:40:43 2023 +0700

    JAMES-3777 Upgrade instructions for event store snapshots
---
 upgrade-instructions.md | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/upgrade-instructions.md b/upgrade-instructions.md
index a7d8d80bed..378839a95c 100644
--- a/upgrade-instructions.md
+++ b/upgrade-instructions.md
@@ -36,6 +36,12 @@ JIRA: https://issues.apache.org/jira/browse/JAMES-3777
 
 Concerned products: Distributed James, Cassandra James Server
 
+Cassandra Event store table needs to be modified in order to support snapshots:
+
+```
+ALTER TABLE james_keyspace.eventStore ADD snapshot int static;
+```
+
 We recommend disabling increments during rolling updates (as older nodes in the cluster won't support them).
 This can be done with the following system property:
 


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@james.apache.org
For additional commands, e-mail: notifications-help@james.apache.org