---
title: Migrate data to InfluxDB
description: Migrate data from InfluxDB OSS (open source) to InfluxDB Cloud or other InfluxDB OSS instances–or from InfluxDB Cloud to InfluxDB OSS.
url: https://docs.influxdata.com/influxdb/cloud/write-data/migrate-data/
estimated_tokens: 322
product: InfluxDB Cloud (TSM)
version: cloud
---

# Migrate data to InfluxDB

Migrate data to InfluxDB from other InfluxDB instances including by InfluxDB OSS and InfluxDB Cloud.

### [Migrate data from InfluxDB OSS to InfluxDB Cloud](/influxdb/cloud/write-data/migrate-data/migrate-oss/)

To migrate data from an InfluxDB OSS bucket to an InfluxDB Cloud bucket, export your data as line protocol and then write it to your InfluxDB Cloud bucket.

### [Migrate data between InfluxDB Cloud organizations](/influxdb/cloud/write-data/migrate-data/migrate-cloud-to-cloud/)

To migrate data from one InfluxDB Cloud organization to another, query the data from time-based batches and write the queried data to a bucket in another InfluxDB Cloud organization.

### [Migrate data from InfluxDB Cloud to InfluxDB OSS](/influxdb/cloud/write-data/migrate-data/migrate-cloud-to-oss/)

To migrate data from InfluxDB Cloud to InfluxDB OSS, query the data from InfluxDB Cloud in time-based batches and write the data to InfluxDB OSS.
