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

# Migrating Data into ClickHouse

> Page describing the options available for migrating data into 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 />

There are several migration paths into ClickHouse Cloud, depending on where your data resides now:

| Migration path                                                           | Description                                                                                                                                                                                                                       |
| ------------------------------------------------------------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [PostgreSQL](/get-started/migrate/postgres/overview)                     | Migrate PostgreSQL data and queries to ClickHouse.                                                                                                                                                                                |
| [BigQuery](/get-started/migrate/bigquery/overview)                       | Migrate datasets and workloads from BigQuery to ClickHouse Cloud.                                                                                                                                                                 |
| [Snowflake](/get-started/migrate/snowflake/overview)                     | Migrate Snowflake data and SQL workloads to ClickHouse Cloud.                                                                                                                                                                     |
| [Elasticsearch](/get-started/migrate/elastic/overview)                   | Migrate Elasticsearch data and queries to ClickHouse.                                                                                                                                                                             |
| [Redshift](/get-started/migrate/redshift/overview)                       | Migrate Redshift data and workloads to ClickHouse Cloud.                                                                                                                                                                          |
| OSS to Cloud                                                             | Transfer data from a self-managed ClickHouse deployment using [`remoteSecure`](/get-started/migrate/oss-to-cloud/clickhouse-to-cloud) or [`BACKUP` and `RESTORE`](/get-started/migrate/oss-to-cloud/oss-to-cloud-backup-restore). |
| [Other methods](/get-started/migrate/other-methods/clickhouse-local-etl) | Use clickhouse-local, ETL tools, or object storage for other migration scenarios.                                                                                                                                                 |
