From d08f14c67fbc74c6e651b3a1db434129aac7d785 Mon Sep 17 00:00:00 2001 From: Nora Date: Tue, 30 Apr 2019 10:54:33 -0700 Subject: [PATCH 1/3] Add warning info about updating buckets (fixes #167 ) --- content/v2.0/organizations/buckets/update-bucket.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/content/v2.0/organizations/buckets/update-bucket.md b/content/v2.0/organizations/buckets/update-bucket.md index 69d760606..af132d04d 100644 --- a/content/v2.0/organizations/buckets/update-bucket.md +++ b/content/v2.0/organizations/buckets/update-bucket.md @@ -8,9 +8,17 @@ menu: parent: Manage buckets weight: 202 --- +Use the `influx` command line interface (CLI) or the InfluxDB user interface (UI) to update a bucket. + +Note that updating an bucket's name will affect any assets that reference the bucket by name, including the following: +- Queries +- Dashboards +- Tasks +- Telegraf configurations +- Client libraries + +If you change a bucket name, be sure to update the bucket in the above places as well. -Use the InfluxDB user interface (UI) or the `influx` command line interface (CLI) -to update a bucket. ## Update a bucket in the InfluxDB UI From fc3695862367282a429fd2f0a5e0086cc5f0b308 Mon Sep 17 00:00:00 2001 From: Nora Date: Wed, 1 May 2019 10:56:55 -0700 Subject: [PATCH 2/3] Updated information about renaming buckets and updating RPs --- .../organizations/buckets/update-bucket.md | 21 +++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) diff --git a/content/v2.0/organizations/buckets/update-bucket.md b/content/v2.0/organizations/buckets/update-bucket.md index af132d04d..d59236dad 100644 --- a/content/v2.0/organizations/buckets/update-bucket.md +++ b/content/v2.0/organizations/buckets/update-bucket.md @@ -15,20 +15,33 @@ Note that updating an bucket's name will affect any assets that reference the bu - Dashboards - Tasks - Telegraf configurations -- Client libraries +- Templates If you change a bucket name, be sure to update the bucket in the above places as well. -## Update a bucket in the InfluxDB UI +## Update a bucket's name in the InfluxDB UI 1. Click the **Settings** tab in the navigation bar. {{< nav-icon "settings" >}} 2. Select the **Buckets** tab. -3. To update a bucket's name or retention policy, click the name of the bucket from the list. -4. Click **Update** to save. +3. Hover over the name of the bucket you want to rename in the list. +4. Click **Rename**. +5. Review the information in the window that appears and click **I understand, let's rename my bucket**. +6. Update the bucket's name and click **Change Bucket Name**. + +## Update a bucket's retention policy in the InfluxDB UI + +1. Click the **Settings** tab in the navigation bar. + + {{< nav-icon "settings" >}} + +2. Select the **Buckets** tab. +3. Click the name of the bucket you want to update from the list. +4. In the window that appears, edit the bucket's retention policy. +5. Click **Save Changes**. ## Update a bucket using the influx CLI From d635b1952408d31b4ac749f9ce2058fee82e1806 Mon Sep 17 00:00:00 2001 From: noramullen1 <42354779+noramullen1@users.noreply.github.com> Date: Wed, 1 May 2019 13:47:54 -0700 Subject: [PATCH 3/3] Update update-bucket.md --- content/v2.0/organizations/buckets/update-bucket.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/content/v2.0/organizations/buckets/update-bucket.md b/content/v2.0/organizations/buckets/update-bucket.md index d59236dad..f113d9ac7 100644 --- a/content/v2.0/organizations/buckets/update-bucket.md +++ b/content/v2.0/organizations/buckets/update-bucket.md @@ -11,11 +11,12 @@ weight: 202 Use the `influx` command line interface (CLI) or the InfluxDB user interface (UI) to update a bucket. Note that updating an bucket's name will affect any assets that reference the bucket by name, including the following: -- Queries -- Dashboards -- Tasks -- Telegraf configurations -- Templates + + - Queries + - Dashboards + - Tasks + - Telegraf configurations + - Templates If you change a bucket name, be sure to update the bucket in the above places as well.