8
Development vs Production
Source: supabase/supabase#4685 · opened by @varna
Hello,
In our app (which doesn't use Supabase yet) we have two servers: prod and dev.
During our development cycle:
1. Our backender is the first one to add some features to dev
2. Frontenders update their apps to work with new backend version, while using dev server
3. We release a test channel that uses to QA (iOS distributor, Android distributor and web app).
4. If green light is given, we copy settings from dev server to prod server and release updated version of apps and web app (
We use this approach to test out the possible synchronisation problems between different clients, that's why we need to use the same server. I also noticed that most of auth methods of supabase that I tested doesn't work in dockerized localhost. So I wanted to ask:
1. Can I host another Supabase instance to use as a dev server, or would that be against some rules?
2. Is there an easy way to copy settings from one Supabase instance to another?
In our app (which doesn't use Supabase yet) we have two servers: prod and dev.
During our development cycle:
1. Our backender is the first one to add some features to dev
2. Frontenders update their apps to work with new backend version, while using dev server
3. We release a test channel that uses to QA (iOS distributor, Android distributor and web app).
4. If green light is given, we copy settings from dev server to prod server and release updated version of apps and web app (
We use this approach to test out the possible synchronisation problems between different clients, that's why we need to use the same server. I also noticed that most of auth methods of supabase that I tested doesn't work in dockerized localhost. So I wanted to ask:
1. Can I host another Supabase instance to use as a dev server, or would that be against some rules?
2. Is there an easy way to copy settings from one Supabase instance to another?
No pledges yet. Be the first to back this.
Comments
Similar requests
Supabase MCP Server for local development use
2 votes · 0 comments
Enhance Development Experience for Phone Authentication
2 votes · 0 comments
Infrastructure as Code / config.toml for production
14 votes · 0 comments
Environment-Specific Database Schema Modifications
2 votes · 0 comments
Dev mode for third-party auth redirect
2 votes · 0 comments
No comments yet.