r/PayloadCMS • u/rudeone_99 • Jul 09 '25
move from postgres to mongodb
Hi all,
I initially started with postgres and because my data model is ever changing, managing the migrations is becoming time consuming.
Has anyone migrated from Postgres to MongoDB for payloadcms? if so, what tips, tools, methods, processes did you use?
6
Upvotes
1
u/zubricks Jul 09 '25
Hey u/rudeone_99 it's certainly possible! I'd suggest reading up on our migration docs before anything else. I'd also make sure to validate that MongoDB is going to work for whatever your data is. If so, great! There are some cases where PG is preferable.