Document DB upgrade from 4 to 5

0

Hi Team

we are migrating document db from engine 4 to 5 by using below document.. DMS migrated data but it did not migrate users. please let us know if there is different steps or documentation AWS mention for the migrating users https://docs.aws.amazon.com/documentdb/latest/developerguide/docdb-migration.versions.html

asked 8 months ago582 views
2 Answers
0

Hello, this is currently a limitation with DocumentDB.

Since, DocumentDB does not have an admin database, it does not dump or restore the admin database when using the mongodump or mongorestore utilities, and that's why users/roles were not migrated using DMS. https://docs.aws.amazon.com/documentdb/latest/developerguide/functional-differences.html#functional-differences.mongo-apis

You can either re-create the users/roles, or you can use the Export Users tool to export Amazon DocumentDB or MongoDB users to a file, which can then be used to import to the other instance. (Note: Passwords are not exported) https://github.com/awslabs/amazon-documentdb-tools/tree/master/migration/export-users

AWS
SUPPORT ENGINEER
AnushaG
answered 8 months ago
profile pictureAWS
EXPERT
reviewed 8 months ago
0

Thanks for the reply.

answered 8 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions