It depends on your data structure.
MongoDB: great for flexible schemas, rapid prototyping, document-heavy data (like user profiles with varying fields).
PostgreSQL: better for relational data, complex queries, transactions. More mature tooling.
For typical SaaS (users, orders, subscriptions) – Postgres. You wont regret it.