[UI] Add icon and tooltip to backups column

Description

When there is an issue with a backup or an action needed from the user (PITR errors, per instance), we display a warning symbol and a tooltip for the user.

 

FIGMA

Attachments

2

Activity

Show:

Oksana Grishchenko May 2, 2024 at 10:21 AM

mysql gaps scenario:

1. Take a backup
2. connect to the DB (replace DB_NAME and DB_NAMESPACE with your values):
kubectl exec -it DB_NAME-haproxy-0 -n everest -- mysql -u root -p -h DB_NAME-haproxy.DB_NAMESPACE
3. in the prompt, enter the password
4. add some data:
create database test;
5. mess up the logs:
  FLUSH BINARY LOGS;
  PURGE BINARY LOGS BEFORE now();
6. add some more data:
create database test1;
7. wait up to 1 minute
8. check the gaps /v1/namespaces/everest/database-clusters/mysql-bd9/pitr, they should be detected

Done

Details

Assignee

Reporter

Sprint

Fix versions

Priority

Smart Checklist

Created March 18, 2024 at 10:27 AM
Updated June 27, 2024 at 10:31 AM
Resolved June 27, 2024 at 10:31 AM