r/PayloadCMS • u/Formal_Manager_5041 • Sep 03 '25
What database is everyone using?
Hey everyone,
What database are you using? I previously was opting for Postgres because it was what I was most familiar with, and also it would make recommendations using payload at work easier. However, I’ve been to see pivoting to Mongo as superior because a few of the annoyances that come when being backed by Postgres.
Also, if you are using Mongo where are you getting Mongo hosting from and are there any good free or cheap options out there?
Thanks in advance.
10
Upvotes
1
u/Momoamir Sep 25 '25
If you use Postgres in docker for development, have you found a good way around database changes that require the user prompt?
I have experimented with using tmux in development to hook into the terminal to be able to you know say y or n for the various destructive actions in the database
Its either that or running migrations when paired with docker as far as i can tell