BR Snapshot Backup Monitoring

Note:
This topic has been translated from a Chinese forum by GPT and might contain errors.

Original topic: br快照备份监控

| username: chenhanneu

[TiDB Usage Environment] Production Environment / Testing / PoC
[TiDB Version]
[Reproduction Path] What operations were performed when the issue occurred
[Encountered Issue: Issue Phenomenon and Impact]
[Resource Configuration] Go to TiDB Dashboard - Cluster Info - Hosts and take a screenshot of this page
[Attachments: Screenshots / Logs / Monitoring]

When performing a br snapshot backup, is there any place in the database tables or in Prometheus where you can check if there is a backup task?
Not a log backup.

| username: wfxxh | Original post link

There is a dashboard for BR.

| username: 数据库真NB | Original post link

As the guy upstairs said, BR’s dashboard :grin:

| username: zhanggame1 | Original post link

How to use it, is there any documentation?

| username: dba远航 | Original post link

Using tiup cluster display for the cluster will show the IP and port of the dashboard. After accessing it, look for BR.

| username: chenhanneu | Original post link

Didn’t find it.

| username: zhang_2023 | Original post link

Dashboard

| username: Jolyne | Original post link

Same question, I haven’t seen similar monitoring documentation.

| username: xingzhenxiang | Original post link

Have you seen this monitoring?

| username: 有猫万事足 | Original post link

You can try

SHOW BACKUPS;

However, generally, the snapshot backup initiated by the br tool will display a progress bar below.

| username: Jellybean | Original post link

The progress bar for BR backup is generally recorded and displayed through its printed logs. The content of the logs is the most direct and detailed, so it is recommended to obtain relevant status information from there. As for the dashboard, I haven’t seen one yet. I’m not sure about the Grafana method, you can search for it.

| username: Fly-bird | Original post link

Check in Prometheus.

| username: system | Original post link

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.