Documentation

Replicate an organization

The state of an organization consists of metadata (dashboards, buckets, and other resources) and data (time-series). An organization’s state at a point in time can be replicated to another organization by copying both metadata and data. To replicate the state of an organization:

  1. Create a new organization using the InfluxDB Cloud sign up page. Use a different email address for the new organization.

  2. Replicate metadata.
    Use an InfluxDB template to migrate metadata resources. Export all resources, like dashboards and buckets, to a template manifest with influx export all. Then, apply the template to the new organization.

  3. Replicate data.
    Use one of the methods below to copy data to the new organization:

  4. Re-invite users.

Export data to CSV

  1. Perform a query to return all specified data.
  2. Save the results as CSV (to a location outside of InfluxDB Cloud).
  3. Write the CSV data into a bucket in the new organization using the influx write command.

Write data with Flux

Perform a query to return all specified data. Write results directly to a bucket in the new organization with the Flux to() function.

If writes are prevented by rate limiting, use the influx write --rate-limit flag to control the rate of writes. For more information on rate limits in InfluxDB Cloud, see Exceeded rate limits.


Was this page helpful?

Thank you for your feedback!


The future of Flux

Flux is going into maintenance mode. You can continue using it as you currently are without any changes to your code.

Read more

InfluxDB v3 enhancements and InfluxDB Clustered is now generally available

New capabilities, including faster query performance and management tooling advance the InfluxDB v3 product line. InfluxDB Clustered is now generally available.

InfluxDB v3 performance and features

The InfluxDB v3 product line has seen significant enhancements in query performance and has made new management tooling available. These enhancements include an operational dashboard to monitor the health of your InfluxDB cluster, single sign-on (SSO) support in InfluxDB Cloud Dedicated, and new management APIs for tokens and databases.

Learn about the new v3 enhancements


InfluxDB Clustered general availability

InfluxDB Clustered is now generally available and gives you the power of InfluxDB v3 in your self-managed stack.

Talk to us about InfluxDB Clustered

InfluxDB Cloud powered by TSM