Product Migration Guide
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 | 🚧 In Preparation | PostgreSQL data, Auth migration |
| Firebase | 🚧 In Preparation | Firestore, Functions 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 | CloudBase |
|---|---|---|---|---|
| Document Database | Data Storage | - | Firestore | Document Database |
| Relational Database | - | PostgreSQL | - | MySQL Database |
| Cloud Functions | Cloud Engine | Edge Functions | Cloud Functions | Cloud Functions/CloudRun |
| File Storage | File Service | Storage | Cloud Storage | Cloud Storage |
| User Authentication | User System | Auth | Authentication | Identity Authentication |
| Static Hosting | - | - | Hosting | Static Website Hosting |
Detailed Migration Guides
Supabase / Firebase Migration Guides in Preparation
Migration guides for Supabase and Firebase are currently being written. If you have migration needs, feel free to join our user community to ask questions, and we will address them promptly.
Migration Support
If you encounter any issues during the migration process, you can:
- Check FAQ
- Submit Support Ticket
- Join user community for immediate help