You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/operate/rs/databases/import-export/flush.md
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,18 +46,20 @@ Port 9443 is the default [port configuration]({{< relref "/operate/rs/networking
46
46
47
47
When you flush an Active-Active database (formerly known as CRDB), all of the replicas flush their data at the same time.
48
48
49
-
To flush data from an Active-Active database:
49
+
To flush data from an Active-Active database, use one of the following methods:
50
50
51
51
- Cluster Manager UI
52
52
53
-
1.If you are using the new Cluster Manager UI, switch to the legacy admin console.
53
+
1.On the **Databases** screen, select the database from the list, then click **Configuration**.
54
54
55
-
{{<imagefilename="images/rs/screenshots/switch-to-legacy-ui.png"width="300px"alt="Select switch to legacy admin console from the dropdown.">}}
55
+
1. Click {{< image filename="/images/rs/buttons/button-toggle-actions-vertical.png#no-click" alt="Toggle actions button" width="22px" class="inline" >}} to open a list of additional actions.
56
+
57
+
1. Select **Flush database**.
56
58
57
-
1. Go to **database** and select the Active-Active database that you want to flush.
58
-
1. Go to **configuration** and click **Flush** at the bottom of the page.
59
59
1. Enter the name of the Active-Active database to confirm that you want to flush the data.
60
60
61
+
1. Click **Flush**.
62
+
61
63
- Command line
62
64
63
65
1. To find the ID of the Active-Active database, run:
0 commit comments