Migration from existing AWS Bitnami Parse instance database

Hi! I have two successful installations of parse-server and parse-dashboard in two EC2 AWS machines. I would like to migrate all my mongodb from one to another. The source installation was made with “Parse Server Certified by Bitnami” version 3.9.0.1 of the AWS Marketplace. The target installation was made with version 4.2.0-2-r02.

All documentation I’ve found on the topic so far seems to be very old and uses a feature of Parse dashboard that no longer exists. Is there an easy way to do this? - using mongodump and mongorestore for example, I tried running mongodump on the source installation but had an sasl conversation error: unable to authenticate using mechanism "SCRAM-SHA-1"error.

Can someone refer me to a tutorial or something similar? Thanks in advance

mongodump/mongorestore is probably the easiest way.

1 Like