Migrate data from InfluxDB OSS to other InfluxDB instances

    InfluxDB Cloud write limits

    If migrating data from InfluxDB OSS to InfluxDB Cloud, you are subject to your . Consider exporting your data in time-based batches to limit the file size of exported line protocol to match your InfluxDB Cloud organization’s limits.

    1. Use the command to export data in your bucket as line protocol. Provide the following:

      • bucket ID: (Required) ID of the bucket to migrate.
      • engine path: (Required) Path to the TSM storage files on disk. The default engine path , If using a custom engine-path provide your custom path.
      • start time: Earliest time to export.
      • end time: Latest time to export.
      • measurement: Export a specific measurement. By default, the command exports all measurements.
      • compression: (Recommended) Use Gzip compression to compress the output line protocol file.
    2. Do any of the following: