pjfanning commented on issue #249: URL: https://github.com/apache/pekko-projection/issues/249#issuecomment-2614050009
I would suggest that you read the Pekko Persistence docs for the type of persistence you are using (JDBC, R2DBC, Cassandra, DynamoDB). The answer is probably specific to which one you are using. * https://pekko.apache.org/modules.html * https://pekko.apache.org/docs/pekko/current/release-notes/releases-1.0.html (akka persistence snapshots issues fixed in v1.0.3 - so best to use an up to date release) * https://pekko.apache.org/docs/pekko-persistence-cassandra/current/migrations.html I would suggest setting up a sandbox environment with a copy of your Akka persisted data and trying to use the data with Pekko. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@pekko.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@pekko.apache.org For additional commands, e-mail: notifications-h...@pekko.apache.org