docs/cloud/migration.mdx
If you've been using Vibe Kanban locally, you can migrate your existing projects to Cloud to unlock team collaboration, real-time sync, and access from any device.
Moving your projects to Cloud gives you:
<CardGroup cols={2}> <Card title="Cloud Storage" icon="cloud"> Access your projects from anywhere. Your data syncs automatically across devices. </Card> <Card title="Team Collaboration" icon="users"> Invite teammates to your organisation and assign work to team members. </Card> <Card title="Comments" icon="message"> Add comments to issues to keep discussions in context with the work. </Card> <Card title="Sub-Issues" icon="sitemap"> Break down complex work into smaller, manageable pieces. </Card> <Card title="GitHub Integration" icon="github"> Link pull requests directly to issues for seamless code tracking. </Card> <Card title="Tags & Priorities" icon="tags"> Organise work with custom tags and priority levels. </Card> </CardGroup>Before migrating, make sure you have:
When viewing a local project that hasn't been migrated, you'll see a banner prompting you to migrate:
<Frame> </Frame>Click Learn more to open the migration wizard.
The migration wizard guides you through four steps:
The first screen explains what Cloud offers and what will happen during migration.
<Frame> </Frame>When you click Sign In, you'll see the authentication dialog:
<Frame> </Frame>Select which local projects you want to migrate:
<Frame> </Frame> <Steps> <Step title="Review your projects"> You'll see a list of all your local projects with their names and IDs. </Step> <Step title="Select projects to migrate"> Click the checkbox next to each project you want to migrate. Use **Select All** to choose everything at once. <Frame> </Frame>Projects you've already migrated are shown separately with a View link to open them in Cloud. </Step>
<Step title="Choose target organisation"> If you have multiple organisations, select which one should receive the migrated projects. </Step> <Step title="Continue"> Click **Continue** to proceed to the migration step. </Step> </Steps> <Tip> You can migrate projects in batches. If you have many projects, consider migrating a few first to verify everything works as expected. </Tip>This step performs the actual migration:
| Item | Description |
|---|---|
| Projects | How many projects were migrated vs. total |
| Tasks | How many issues/tasks were migrated |
| PR Merges | How many pull request links were migrated |
| Warnings | Any issues encountered during migration |
Click Continue to proceed to the finish screen.
The finish screen shows your migrated projects with quick access links:
<Frame> </Frame>The migration transfers the following data:
Some data is created fresh in Cloud:
When you return to your local project, you'll see a banner indicating it's been migrated to Cloud:
<Frame> </Frame>Click View project to open the Cloud version with all collaboration features.
Once your projects are in Cloud:
If you want PR tracking:
If you continue to have issues, check the error message for specific details. </Accordion>
<Accordion title="Some projects weren't migrated"> The migration report shows how many projects were skipped. Common reasons:Try renaming the local project and migrating again. </Accordion>
<Accordion title="Tasks are missing after migration"> Check the following:If tasks were skipped, there may have been data issues. Check the warnings in the migration report. </Accordion>
<Accordion title="I want to migrate to a different organisation"> You can run the migration wizard again and select a different target organisation. Note that this will create duplicate projects if you migrate the same projects twice. </Accordion> <Accordion title="Can I undo the migration?"> Migration copies data to Cloud - it doesn't delete your local projects. Your local data remains unchanged, so there's nothing to "undo".If you want to remove migrated projects from Cloud, you can delete them from the Cloud project list. </Accordion> </AccordionGroup>