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

gefragt vor 9 Monaten617 Aufrufe
2 Antworten
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-TECHNIKER
AnushaG
beantwortet vor 9 Monaten
profile pictureAWS
EXPERTE
überprüft vor 9 Monaten
0

Thanks for the reply.

beantwortet vor 9 Monaten

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen