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: docs/en/guides/10-deploy/01-deploy/02-production/30-metasrv-backup-restore.md
+8-9Lines changed: 8 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,7 @@
1
1
---
2
2
title: Back Up and Restore Databend Meta Service Cluster
3
3
sidebar_label: Backup and Restore Meta Service
4
-
description:
5
-
How to back up and restore Meta Service cluster data
4
+
description: How to back up and restore Meta Service cluster data
6
5
---
7
6
8
7
This guideline will introduce how to back up and restore the meta service cluster data.
@@ -17,7 +16,7 @@ Similar to exporting from data dir, but with the service endpoint argument `--gr
17
16
where `<ip:port>` is the `grpc_api_address` in [databend-meta.toml](https://github.com/datafuselabs/databend/blob/main/scripts/distribution/configs/databend-meta.toml), e.g.:
The script above imports the exported data from `meta.db` and initializes the three cluster nodes: id 1, which raft directory is `./.databend/new_meta1`, and so are id 2 and 3 with different raft directory.
Copy file name to clipboardExpand all lines: docs/en/guides/10-deploy/01-deploy/02-production/60-metasrv-status.md
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,7 @@
1
1
---
2
2
title: Meta Service HTTP APIs
3
3
sidebar_label: Meta Service HTTP APIs
4
-
description:
5
-
Meta Service HTTP APIs
4
+
description: Meta Service HTTP APIs
6
5
---
7
6
8
7
In order to capture and keep track of various meta stats that are useful for your analysis, Databend provides a number of HTTP APIs.
@@ -78,6 +77,12 @@ Returns the status information of each meta node in the cluster.
78
77
}
79
78
```
80
79
80
+
### MetaCTL command
81
+
82
+
```shell
83
+
databend-metactl status
84
+
```
85
+
81
86
## Meta Metrics API
82
87
83
88
Shows a bunch of metrics that Databend captures and tracks about the meta service performance. For more information about the meta service metrics, see [Databend Meta Metrics](../../03-monitor/10-metasrv-metrics.md).
0 commit comments