Multiple Projects on Single Self-Hosted Supabase Instance #38048
-
|
Can I run multiple projects on self hosted supabase on my vps, or do I have to install another one for each unique project? And also a new and unique port for each supabase stack? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
|
Yes you need a new instance per project. This is exactly how the hosted Supabase platform works. They have a new instance per project they setup, the dashboard just makes it look like they are all in the same place but they are individual servers. |
Beta Was this translation helpful? Give feedback.
-
|
You can absolutely run multiple projects on a single self-hosted Supabase instance. For smaller or personal projects, sharing the same database and auth is perfectly fine and keeps things simple. For production or commercial projects, it is generally better to use separate Supabase instances on their own ports to ensure proper security, isolate resources, and make backups and upgrades easier to manage. |
Beta Was this translation helpful? Give feedback.
Yes you need a new instance per project. This is exactly how the hosted Supabase platform works. They have a new instance per project they setup, the dashboard just makes it look like they are all in the same place but they are individual servers.