Self-Hosting Supabase on Debian: Cron Jobs, Edge Functions, Triggers, Auth & Twilio Integration
Hi Supabase community,
I am planning to self-host Supabase on a Debian server and want to migrate my current project from Supabase Pro. My goal is to run all services locally, including:
Auth system with Twilio integration (SMS verification)
Edge functions
Database triggers and cron jobs
Realtime subscriptions
I have some questions before starting:
Is it feasible to fully replicate Supabase Pro features (Auth, Edge Functions, Triggers, Cron Jobs) on a self-hosted Debian server? How complex/difficult would this migration be?
For SSL, is a domain mandatory, or can I use self-signed certificates for development/production?
Will RLS (Row Level Security) policies and database schemas migrate smoothly, or should I expect additional adjustments when self-hosting?
Any advice or best practices for minimizing downtime or preserving existing user passwords and Auth data during migration?
0 Replies