Running different Hasura apps with one Postgres

76 Views Asked by At

I have two different applications Build with Hasura as the backend and I would like both of them to use the same Postgres instance. Would I encounter any difficulties making this happen? Is it even possible? And what do I need to take into account while running my apps this way?

Both apps have different code bases, use different tables and are run from diffferent docker images.

1

There are 1 best solutions below

2
On

Different Hasura apps can be configured to use the same backend. It's possible. For postgres its simply multiple clients trying to access data. Since you said they use different tables, it makes things simpler.