Skip to main content

Migration Guides

This document helps you migrate your existing projects from other BaaS/Serverless platforms to CloudBase.

Supported Migration Sources

Source PlatformStatusDescription
LeanCloud✅ SupportedData storage, cloud functions, file storage migration
Supabase✅ SupportedPostgreSQL data, Auth, RLS policy migration
Firebase✅ SupportedFirestore, Functions, CloudRun migration
Vercel✅ SupportedStatic hosting, Next.js, Blob Storage, Auth migration
S3 Compatible Storage✅ SupportedSupabase Storage, Alibaba Cloud OSS, Tencent Cloud COS cloud storage migration

Pre-Migration Preparation

  1. Create CloudBase Environment: Visit CloudBase Console to create a new environment
  2. Install CLI Tool: npm install -g @cloudbase/cli
  3. Backup Source Data: Fully backup your original platform data before migration

Feature Comparison Table

FeatureLeanCloudSupabaseFirebaseVercelCloudBase
Document DatabaseData Storage-Firestore-Document Database
Relational Database-PostgreSQL--MySQL Database
Cloud FunctionsCloud EngineEdge FunctionsCloud FunctionsVercel FunctionsCloud Functions/CloudRun
File StorageFile ServiceStorageCloud StorageBlob StorageCloud Storage
User AuthenticationUser SystemAuthAuthenticationClerk/Auth0 etc.Identity Authentication
Static Hosting--HostingVercel HostingStatic Website Hosting

Detailed Migration Guides

Migration Support

If you encounter any issues during the migration process, you can: