Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

try to fix format of migrations.md #101

Merged
merged 2 commits into from
Sep 14, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 8 additions & 4 deletions docs/src/main/paradox/migrations.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,17 @@
## Keyspaces
As noted above the default keyspace has been changed.
You can either:

* Adapt your configuration to use your current keyspace

```
pekko.persistence.cassandra.journal.keyspace = "akka"
pekko.persistence.cassandra.snapshot.keyspace = "akka_snapshot"
```
pekko.persistence.cassandra.journal.keyspace = "akka"
pekko.persistence.cassandra.snapshot.keyspace = "akka_snapshot"
```

* Create new keyspaces for "pekko" and "pekko_snapshot" and restore your data into the new keyspace

## Configuration

All classes, plugin keys and profiles have also been adapted.
Please refer to [reference.conf](https://github.com/apache/incubator-pekko-persistence-cassandra/blob/main/core/src/main/resources/reference.conf) on how to adapt your configuration.
Please refer to [reference.conf](https://github.com/apache/incubator-pekko-persistence-cassandra/blob/main/core/src/main/resources/reference.conf) on how to adapt your configuration.