FeatureFuel
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?

No pledges yet. Be the first to back this.

Make a pledge

Pledge your monetary support if this feature is added.

$

Comments

No comments yet.

Replying to

Add a comment

What do you think about this feature request?


Similar requests