Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions src/routes/docs/advanced/migrations/+page.markdoc
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ If you're looking to migrate existing projects to Appwrite, Migrations can help

Appwrite supports multiple source destinations for migrating your data. You can transfer data from these sources to a new or existing Appwrite project. Resources marked as 'enabled' are migrated automatically. Resources marked as 'partial' can be migrated but with limitations or caveats; please refer to the guide for each source to learn more. Resources marked as 'manual' require manual migration.

| Source | Users | Databases | Documents | Files | Functions |
|--------|-------|-----------|-----------|-------|-----------|
| [Firebase](/docs/advanced/migrations/firebase) | enabled | enabled | partial | enabled | manual |
| [Supabase](/docs/advanced/migrations/supabase) | enabled | enabled | partial | enabled | manual |
| [Nhost](/docs/advanced/migrations/nhost) | enabled | enabled | partial | enabled | manual |
| [Cloud](/docs/advanced/migrations/cloud) | enabled | enabled | enabled | enabled | enabled |
| [Self hosted](/docs/advanced/migrations/self-hosted) | enabled | enabled | enabled | enabled | enabled |
| Source | Users | Databases | Rows | Files | Functions | Sites |
|--------|-------|-----------|-----------|-------|-----------|-------|
| [Firebase](/docs/advanced/migrations/firebase) | enabled | enabled | partial | enabled | manual | - |
| [Supabase](/docs/advanced/migrations/supabase) | enabled | enabled | partial | enabled | manual | - |
| [Nhost](/docs/advanced/migrations/nhost) | enabled | enabled | partial | enabled | manual | - |
| [Cloud](/docs/advanced/migrations/cloud) | enabled | enabled | enabled | enabled | enabled | enabled |
| [Self hosted](/docs/advanced/migrations/self-hosted) | enabled | enabled | enabled | enabled | enabled | enabled |

# Limitations {% #limitations %}

Expand Down
2 changes: 1 addition & 1 deletion src/routes/docs/advanced/migrations/cloud/+page.markdoc
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ To begin migrating to self-hosted, make sure to read the [migration overview](/d

1. Once redirected to your self-hosted project, you'll be prompted to select an organization and a project. You can migrate to an existing project or create a new one.

1. Select the data you wish to migrate. You can choose among accounts, databases, rows, files, and functions.
1. Select the data you wish to migrate. You can choose among accounts, databases, rows, files, functions, and sites.

1. Click **Start Migration** to start the migration process. You do not need to keep the Appwrite Console open through the process.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ and [things to keep in mind](#notices) sections above.

1. Once redirected to Appwrite Cloud, you'll be prompted to select an organization and a project. You can migrate to an existing project or create a new one.

2. Select the data you wish to migrate. You can choose among accounts, databases, rows, files, and functions.
2. Select the data you wish to migrate. You can choose among accounts, databases, rows, files, functions, and sites.

3. Click **Start migration** to start the migration process. You do not need to keep the Appwrite Console open through the process.

Expand Down