Skip to content
Discussion options

You must be logged in to vote

Hi @Pavan-Kumar-KN, to address your questions above:

  1. Self-hosted Supabase is described here - https://supabase.com/docs/guides/self-hosting
  2. Do not use local development & CLI for "self-hosting" - when you start a development stack via npx supabase it should be used for the purposes of local development and testing only, and should never be exposed to any external traffic. The reason for that is that CLI starts Supabase with default placeholder secrets and API keys, access to the UI is not password protected, and the locally running MCP server also doesn't support authentication.
  3. Regarding "I am planning to move the database to AWS RDS" - while overall it is possible to use RDS or Aurora …

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by Pavan-Kumar-KN
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cli Related to supabase/cli self-hosted Related to self-hosted Supabase
2 participants