> ## Documentation Index
> Fetch the complete documentation index at: https://private-7c7dfe99-revert-104359-revert-104251-parquet-single.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# 将数据迁移到 ClickHouse

> 介绍将数据迁移到 ClickHouse 的可用选项

<div class="vimeo-container">
  <Frame>
    <iframe
      src="https://player.vimeo.com/video/753082620?h=eb566c8c08"
      frameborder="0"
      allow="autoplay;
fullscreen;
picture-in-picture"
      allowfullscreen
    />
  </Frame>
</div>

<br />

将数据迁移到 ClickHouse Cloud 有多种路径，具体取决于您的数据当前位于何处：

| 迁移路径                                                                     | 描述                                                                                                                                                                                               |
| ------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| [PostgreSQL](/zh/get-started/migrate/postgres/overview)                  | 将 PostgreSQL 数据和查询迁移到 ClickHouse。                                                                                                                                                                |
| [BigQuery](/zh/get-started/migrate/bigquery/overview)                    | 将数据集和工作负载从 BigQuery 迁移到 ClickHouse Cloud。                                                                                                                                                        |
| [Snowflake](/zh/get-started/migrate/snowflake/overview)                  | 将 Snowflake 数据和 SQL 工作负载迁移到 ClickHouse Cloud。                                                                                                                                                    |
| [Elasticsearch](/zh/get-started/migrate/elastic/overview)                | 将 Elasticsearch 数据和查询迁移到 ClickHouse。                                                                                                                                                             |
| [Redshift](/zh/get-started/migrate/redshift/overview)                    | 将 Redshift 数据和工作负载迁移到 ClickHouse Cloud。                                                                                                                                                          |
| [OSS to Cloud](/zh/get-started/migrate/oss-to-cloud/clickhouse-to-cloud) | 使用 [`remoteSecure`](/zh/get-started/migrate/oss-to-cloud/clickhouse-to-cloud) 或 [`BACKUP` 和 `RESTORE`](/zh/get-started/migrate/oss-to-cloud/oss-to-cloud-backup-restore) 从自管理 ClickHouse 部署迁移数据。 |
| [其他方法](/zh/get-started/migrate/other-methods/clickhouse-local-etl)       | 对于其他迁移场景，可使用 clickhouse-local、ETL 工具或对象存储。                                                                                                                                                       |
