You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 5, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -390,6 +390,15 @@ credential configuration.
390
390
| `s.d.c.c.class-name` | Specify the fully qualified class that implements AWSCredentialsProvider or AWSCredentials. | String | `com.amazonaws.auth. BasicAWSCredentials` | LOCAL |
391
391
| `s.d.c.c.constructor-args` | Comma separated list of strings to pass to the credentials constructor. | String | `accessKey,secretKey` | LOCAL |
392
392
393
+
## Upgrading from Titan 1.0.0
394
+
Earlier versions of this software supported Titan 1.0.0. This software supports upgrading from
395
+
the DynamoDB Storage Backend for Titan 1.0.0 by following the steps to update your configuration below.
396
+
1. Set the JanusGraph configuration option
397
+
[`ids.store-name=titan_ids`](http://docs.janusgraph.org/latest/config-ref.html#_ids). This allows you to reuse your
398
+
`titan_ids` table.
399
+
2. Update the classpath to the DynamoDB Storage Backend to use the latest package name,
0 commit comments