website/docs/migration/migrating-from-v1.md
If you are running an older version of FerretDB (v1.24 or earlier versions), we recommend upgrading to the latest version.
These are the major differences between FerretDB v1.x and v2.x:
PLAIN authentication is no longer supported in FerretDB v2.x.
FerretDB v2.x uses SCRAM-SHA-256 for authentication.
So if your connection string in v1.x looks like
mongodb://username:password@localhost:27017/ferretdb?authMechanism=PLAIN,
use mongodb://username:password@localhost:27017/ with 2.x.
Find out more about FerretDB authentication here.The migration process follows the same steps as MongoDB to FerretDB. Follow this guide to export and import your data.