Clarify orgs, how to find your version, and cardinality (#5020)
Fixes #5019 - Add Cloud Serverless notes to Cloud (TSM) migration pages. - Add information about identifying storage engine. - Not alot more to do for this since we have the TSM/IOX modal banner.pull/5024/head
parent
46a062948f
commit
ad157d235b
|
@ -12,7 +12,7 @@ weight: 1
|
|||
---
|
||||
|
||||
{{% note %}}
|
||||
This InfluxDB Cloud documentation applies to all organizations created through
|
||||
This InfluxDB Cloud documentation applies to all [organizations](/influxdb/cloud-serverless/admin/organizations/) created through
|
||||
**cloud2.influxdata.com** on or after **January 31, 2023** that are powered by
|
||||
the InfluxDB IOx storage engine. If your organization was created before this
|
||||
date or through the Google Cloud Platform (GCP) or Azure marketplaces, see the
|
||||
|
@ -46,7 +46,7 @@ View the following video for more information about InfluxDB IOx:
|
|||
|
||||
## How do you use InfluxDB IOx?
|
||||
|
||||
All InfluxDB Cloud accounts and organizations created through
|
||||
All InfluxDB Cloud [accounts](/influxdb/cloud-serverless/admin/accounts/) and [organizations](/influxdb/cloud-serverless/admin/organizations/) created through
|
||||
[cloud2.influxdata.com](https://cloud2.influxdata.com) on or after **January 31, 2023**
|
||||
are powered by the InfluxDB IOx storage engine.
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@ metadata: [influx CLI 2.0.0+, InfluxDB OSS only]
|
|||
#### Works with InfluxDB OSS 2.x
|
||||
The `influx org delete` command works with **InfluxDB OSS 2.x**, but does not
|
||||
work with **InfluxDB Cloud Serverless**.
|
||||
An organizations is associated with your InfluxDB account.
|
||||
An organization is associated with your InfluxDB account.
|
||||
For information about removing your InfluxDB Cloud Serverless account and its organization,
|
||||
see [Cancel your InfluxDB Cloud Serverless subscription](/influxdb/cloud/account-management/offboarding/).
|
||||
{{% /note %}}
|
||||
|
|
|
@ -20,3 +20,20 @@ To switch {{< cloud-name "short" >}} organizations:
|
|||
1. (Optional) To switch to an organization in a different account, [switch accounts](/influxdb/cloud/account-management/switch-account/).
|
||||
2. In the {{< cloud-name "short" >}} UI, click the organization name in the header and select **Switch Organizations**.
|
||||
3. Select the organization you want to switch to from the drop-down list.
|
||||
|
||||
{{% note %}}
|
||||
#### Migrate to IOx
|
||||
|
||||
To benefit from IOx's unlimited cardinality and support for SQL, [migrate your data to an InfluxDB Cloud Serverless organization](/influxdb/cloud-serverless/write-data/migrate-data/migrate-tsm-to-iox/).
|
||||
|
||||
All InfluxDB Cloud [accounts](/influxdb/cloud-serverless/admin/accounts/) and [organizations](/influxdb/cloud-serverless/admin/organizations/) created through
|
||||
[cloud2.influxdata.com](https://cloud2.influxdata.com) on or after **January 31, 2023**
|
||||
are powered by the InfluxDB IOx storage engine.
|
||||
|
||||
To see which storage engine your organization uses,
|
||||
find the **InfluxDB Cloud powered by** link in your
|
||||
[InfluxDB Cloud organization homepage](https://cloud2.influxdata.com) version information.
|
||||
If your organization is using TSM, you'll see **TSM** followed by the version number.
|
||||
If IOx, you'll see
|
||||
**InfluxDB Cloud Serverless** followed by the version number.
|
||||
{{% /note %}}
|
||||
|
|
|
@ -34,6 +34,7 @@ All query and write requests are subject to your InfluxDB Cloud organization's
|
|||
- [Configuration help](#configuration-help)
|
||||
- [Monitor the migration progress](#monitor-the-migration-progress)
|
||||
- [Troubleshoot migration task failures](#troubleshoot-migration-task-failures)
|
||||
- [Migrate to InfluxDB Cloud Serverless powered by IOx](#migrate-to-influxdb-cloud-serverless-powered-by-iox)
|
||||
|
||||
## Set up the migration
|
||||
|
||||
|
@ -380,3 +381,18 @@ task will fail.
|
|||
- Update the `migration.batchInterval` setting in your migration task to use
|
||||
a smaller interval. Each batch will then query less data and take less time
|
||||
to return results.
|
||||
|
||||
### Migrate to InfluxDB Cloud Serverless powered by IOx
|
||||
|
||||
To unlock the benefits of the IOx storage engine, including unlimited cardinality and SQL, [migrate your data to an InfluxDB Cloud Serverless organization](/influxdb/cloud-serverless/write-data/migrate-data/migrate-tsm-to-iox/).
|
||||
|
||||
All InfluxDB Cloud [accounts](/influxdb/cloud-serverless/admin/accounts/) and [organizations](/influxdb/cloud-serverless/admin/organizations/) created through
|
||||
[cloud2.influxdata.com](https://cloud2.influxdata.com) on or after **January 31, 2023**
|
||||
are powered by the InfluxDB IOx storage engine.
|
||||
|
||||
To see which storage engine your organization uses,
|
||||
find the **InfluxDB Cloud powered by** link in your
|
||||
[InfluxDB Cloud organization homepage](https://cloud2.influxdata.com) version information.
|
||||
If your organization is using TSM, you'll see **TSM** followed by the version number.
|
||||
If IOx, you'll see
|
||||
**InfluxDB Cloud Serverless** followed by the version number.
|
||||
|
|
|
@ -24,14 +24,17 @@ powered by our current database engine,
|
|||
[Time-Structured Merge Tree (TSM)](/{{< latest "influxdb" >}}/reference/internals/storage-engine/#time-structured-merge-tree-tsm)
|
||||
or [our new database engine, InfluxDB IOx](/blog/announcing-general-availability-new-database-engine/).
|
||||
|
||||
To see what which database engine your organization is using, log in to your
|
||||
InfluxDB Cloud account and, on your organization's homepage, and then look for
|
||||
**InfluxDB Cloud powered by TSM** or **InfluxDB Cloud Serverless** at the
|
||||
bottom of the far-right column.
|
||||
To benefit from IOx's unlimited cardinality and support for SQL, migrate your data to IOx.
|
||||
|
||||
- [Migrate data from TSM to TSM](/influxdb/cloud/migrate-data/migrate-cloud-to-cloud/).
|
||||
- [Migrate data TSM to IOx](/influxdb/cloud-serverless/write-data/migrate-data/migrate-tsm-to-iox/)
|
||||
- [Migrate data from TSM to TSM](/influxdb/cloud/migrate-data/migrate-cloud-to-cloud/).
|
||||
|
||||
To see which storage engine your organization is using,
|
||||
find the **InfluxDB Cloud powered by** link in your
|
||||
[InfluxDB Cloud organization homepage](https://cloud2.influxdata.com) version information.
|
||||
If your organization is using TSM, you'll see **TSM** followed by the version number.
|
||||
If IOx, you'll see
|
||||
**InfluxDB Cloud Serverless** followed by the version number.
|
||||
{{% note %}}
|
||||
#### Dual write into both organizations
|
||||
|
||||
|
|
|
@ -20,3 +20,20 @@ You can use organizations to separate data, environments (dev, staging, prod), t
|
|||
The following articles provide information about managing organizations:
|
||||
|
||||
{{< children >}}
|
||||
|
||||
{{% note %}}
|
||||
#### Migrate to IOx
|
||||
|
||||
To benefit from IOx's unlimited cardinality and support for SQL, [migrate your data to an InfluxDB Cloud Serverless organization](/influxdb/cloud-serverless/write-data/migrate-data/migrate-tsm-to-iox/).
|
||||
|
||||
All InfluxDB Cloud [accounts](/influxdb/cloud-serverless/admin/accounts/) and [organizations](/influxdb/cloud-serverless/admin/organizations/) created through
|
||||
[cloud2.influxdata.com](https://cloud2.influxdata.com) on or after **January 31, 2023**
|
||||
are powered by the InfluxDB IOx storage engine.
|
||||
|
||||
To see which storage engine your organization is using,
|
||||
find the **InfluxDB Cloud powered by** link in your
|
||||
[InfluxDB Cloud organization homepage](https://cloud2.influxdata.com) version information.
|
||||
If your organization is using TSM, you'll see **TSM** followed by the version number.
|
||||
If IOx, you'll see
|
||||
**InfluxDB Cloud Serverless** followed by the version number.
|
||||
{{% /note %}}
|
|
@ -12,7 +12,7 @@ metadata: [influx CLI 2.0.0+, InfluxDB OSS only]
|
|||
{{% note %}}
|
||||
#### Works with InfluxDB OSS 2.x
|
||||
The `influx org delete` command works with **InfluxDB OSS 2.x**, but does not work with **InfluxDB Cloud**.
|
||||
An organizations is associated with your InfluxDB account.
|
||||
An organization is associated with your InfluxDB account.
|
||||
For information about removing your InfluxDB Cloud account and its organization,
|
||||
see [Cancel your InfluxDB Cloud subscription](/influxdb/cloud/account-management/offboarding/).
|
||||
{{% /note %}}
|
||||
|
|
|
@ -10,6 +10,23 @@ menu:
|
|||
weight: 11
|
||||
---
|
||||
|
||||
{{% note %}}
|
||||
#### Migrate to IOx
|
||||
|
||||
To benefit from IOx's unlimited cardinality and support for SQL, [migrate your data to an InfluxDB Cloud Serverless organization](/influxdb/cloud-serverless/write-data/migrate-data/migrate-tsm-to-iox/).
|
||||
|
||||
All InfluxDB Cloud [accounts](/influxdb/cloud-serverless/admin/accounts/) and [organizations](/influxdb/cloud-serverless/admin/organizations/) created through
|
||||
[cloud2.influxdata.com](https://cloud2.influxdata.com) on or after **January 31, 2023**
|
||||
are powered by the InfluxDB IOx storage engine.
|
||||
|
||||
To see which storage engine your organization uses,
|
||||
find the **InfluxDB Cloud powered by** link in your
|
||||
[InfluxDB Cloud organization homepage](https://cloud2.influxdata.com) version information.
|
||||
If your organization is using TSM, you'll see **TSM** followed by the version number.
|
||||
If IOx, you'll see
|
||||
**InfluxDB Cloud Serverless** followed by the version number.
|
||||
{{% /note %}}
|
||||
|
||||
To upgrade from **InfluxDB OSS 2.x** to **InfluxDB Cloud**:
|
||||
|
||||
1. [Create an InfluxDB Cloud account](#create-an-influxdb-cloud-account)
|
||||
|
|
Loading…
Reference in New Issue