Multi tenant application with Neon and Vercel
Hi there,
We are developing a multi tenant, business management app and we are considering to use Neon, alongside Vercel.
Here are some details about the app
- The app will have one project in Vercel for all clients
- We will use one individual DB for each client/tenant
- The app will connect to a different DB based on the tenant url
In Neon, we are considering to use on project, with multiple databases.
The problem we are encountering is that when you want to restore a DB in Neon (e.g. because of a data loss), all the databases from that branch are restored.
Is there any way to manage backups at database level, and not branch level?
Is there any better way to structure multi tenant apps in Neon?
Thank you!
We are developing a multi tenant, business management app and we are considering to use Neon, alongside Vercel.
Here are some details about the app
- The app will have one project in Vercel for all clients
- We will use one individual DB for each client/tenant
- The app will connect to a different DB based on the tenant url
In Neon, we are considering to use on project, with multiple databases.
The problem we are encountering is that when you want to restore a DB in Neon (e.g. because of a data loss), all the databases from that branch are restored.
Is there any way to manage backups at database level, and not branch level?
Is there any better way to structure multi tenant apps in Neon?
Thank you!
