Can multiple apps share the same database?

Can multiple apps share the same database for storing data on Render? Suppose, I have a Postgres database on Render and three web apps on the same platform. Can these apps use the same database?

Hey,

Multiple apps can definitely share the same database; this isn’t specific to Render. The Postgres instance will manage incoming connections as best as it can, based on the resources available. However, if you’re using too many connections, you might run into some locks or limitations. It’s up to you to monitor this and upgrade your setup if needed.

Jérémy.
Render Support, UTC+3

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.