Advice Needed: Migrating from Supabase Due to Accessibility Issues in India

0
9
Asked By TechSavvy42 On

Hey everyone,

I've been running into issues accessing Supabase from several networks here in India. My web app heavily relies on Supabase for key functionalities: PostgreSQL database, authentication, file storage, and real-time features. Given that my whole backend is tied to Supabase, I'm seriously considering a migration.

I'm currently looking at a couple of options:

1. **Neon (for PostgreSQL) + Clerk (for authentication) + Cloudinary (for file uploads) + Pusher (for real-time features)**
2. **Firebase**, although I'm concerned about compatibility since my current schema is PostgreSQL-based.

Which of these options would be more manageable and offer better long-term flexibility? Also, would it make more sense to use split services like Neon and Clerk, or just transfer everything over to Firebase? Any insights would be greatly appreciated!

4 Answers

Answered By InnovativeBuilder On

Honestly, relying on external services can be risky. I’d suggest building your own application layer and deploying it yourself. That way, you have full control. It’s wild that Supabase is having accessibility issues. Is it just a temporary routing problem or is it a widespread thing?

VPNUser -

It looks like it works fine if you use a VPN, or you could try changing your DNS server since some ISPs are blocking supabase.co.

Answered By CuriousFollower On

Following this thread! Interested to see what others think.

Answered By SelfHostHero On

Have you thought about self-hosting Supabase on a local VPS, like DigitalOcean or Hetzner in the Mumbai or Bangalore area? This way, you can retain your PostgreSQL schema, authentication logic, and storage APIs without the hassle of a full migration. It could save you time compared to setting everything up on Neon or Clerk.

RecentObserver -

I hadn't considered self-hosting before, but it seems like a solid alternative now. Just heard that the access issue with Supabase has been resolved.

Answered By CloudGuru99 On

You might want to think about moving to Google Cloud Platform or AWS. Those options tend to be more stable and you can set things up to suit your needs better than with a single service.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.