Migration Guides
This document helps you migrate your existing projects from other BaaS/Serverless platforms to CloudBase.
Supported Migration Sources
| Source Platform | Status | Description |
|---|---|---|
| LeanCloud | ✅ Supported | Data storage, cloud functions, file storage migration |
| Supabase | ✅ Supported | PostgreSQL data, Auth, RLS policy migration |
| Firebase | ✅ Supported | Firestore, Functions, CloudRun migration |
| Vercel | ✅ Supported | Static hosting, Next.js, Blob Storage, Auth migration |
| S3 Compatible Storage | ✅ Supported | Supabase Storage, Alibaba Cloud OSS, Tencent Cloud COS cloud storage migration |
Pre-Migration Preparation
- Create CloudBase Environment: Visit CloudBase Console to create a new environment
- Install CLI Tool:
npm install -g @cloudbase/cli - Backup Source Data: Fully backup your original platform data before migration
Feature Comparison Table
| Feature | LeanCloud | Supabase | Firebase | Vercel | CloudBase |
|---|---|---|---|---|---|
| Document Database | Data Storage | - | Firestore | - | Document Database |
| Relational Database | - | PostgreSQL | - | - | MySQL Database |
| Cloud Functions | Cloud Engine | Edge Functions | Cloud Functions | Vercel Functions | Cloud Functions/CloudRun |
| File Storage | File Service | Storage | Cloud Storage | Blob Storage | Cloud Storage |
| User Authentication | User System | Auth | Authentication | Clerk/Auth0 etc. | Identity Authentication |
| Static Hosting | - | - | Hosting | Vercel Hosting | Static Website Hosting |
Detailed Migration Guides
- Migrate from LeanCloud ✅
- Migrate from Supabase ✅
- Migrate from Firebase ✅
- Migrate from Vercel ✅
- Migrate S3-Compatible Storage to Cloud Storage ✅
Migration Support
If you encounter any issues during the migration process, you can:
- Check FAQ
- Submit Support Ticket
- Join user community for immediate help