Skip to content
This repository was archived by the owner on Oct 5, 2021. It is now read-only.

Commit 0e7a1d1

Browse files
amcpAlexander Patrikalakis
authored andcommitted
[skip ci] Add instructions to upgrade from Titan 1.0.0
1 parent 22541e3 commit 0e7a1d1

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -390,6 +390,15 @@ credential configuration.
390390
| `s.d.c.c.class-name` | Specify the fully qualified class that implements AWSCredentialsProvider or AWSCredentials. | String | `com.amazonaws.auth. BasicAWSCredentials` | LOCAL |
391391
| `s.d.c.c.constructor-args` | Comma separated list of strings to pass to the credentials constructor. | String | `accessKey,secretKey` | LOCAL |
392392
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,
400+
`storage.backend=com.amazon.janusgraph.diskstorage.dynamodb.DynamoDBStoreManager` .
401+
393402
## Run all tests against DynamoDB Local on an EC2 Amazon Linux AMI
394403
1. Install dependencies. For Amazon Linux:
395404

0 commit comments

Comments
 (0)