Data Migration to Production
Use this tool to push data from this dev app to a target production app.
Step 1: Set Destination URL
Enter the full base URL of the app you want to migrate data to (e.g. https://your-prod-app.base44.app). The destination app must have the
receiveMigrationData function installed.Step 2: Initial Full Migration
This will migrate ALL records for the selected entities. Run this once to populate the destination app.
Step 3: Incremental "Delta" Migration
This migrates only records updated since the last migration. Run this after the DNS switch to catch any lingering updates on this app.
Migration Log
No migration logs yet. Start a migration to see output here.
Setup Required
Set the same MIGRATION_API_KEY secret in both this app and the destination app's environment variables. The destination app must already have the receiveMigrationData function deployed.