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/platform/guides/database-management/overview.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,12 +20,12 @@ section_menu_id: guides
20
20
21
21
### Key Sections
22
22
23
-
-**[Database Usage & Insights](../database-usage-insight.md):** Monitor resource consumption and get at-a-glance health information for a database.
24
-
-**[Scaling Databases](../scaling.md) / [Scaling Storages](../scaling-storage.md):** Adjust CPU, memory, replica count, or storage size — manually or through autoscaling policies.
25
-
-**[Configure Backups](../backup.md), [Instant Backup & Restore](../instant-backup-restore.md), [Backup Restore](../restore.md):** Set up scheduled backups, trigger on-demand backups, and restore data when needed.
26
-
-**[Upgrade Database Version](../upgrade-version.md), [Database Restarts](../restart-database.md), [Reconfigure Databases](../reconfigure-database.md):** Perform version upgrades, restarts, and configuration changes with minimal disruption.
27
-
-**[Configure TLS](../tls.md), [Configure Monitoring](../monitoring.md), [Expose via Gateway](../expose-via-gateway.md):** Secure connections, enable Prometheus-based monitoring, and expose databases outside the cluster.
28
-
-**[Manage Recommendations](../manage-recommendations.md), [Database Security Report](../security-report.md), [Database Constraint Violations](../contraint-violations.md):** Review platform-generated recommendations and compliance findings for a database.
29
-
-**[Delete Database](../delete-database.md):** Safely remove a database and its associated resources.
23
+
-**[Database Usage & Insights](../database-usage-insight):** Monitor resource consumption and get at-a-glance health information for a database.
24
+
-**[Scaling Databases](../scaling) / [Scaling Storages](../scaling-storage):** Adjust CPU, memory, replica count, or storage size — manually or through autoscaling policies.
25
+
-**[Configure Backups](../backup), [Instant Backup & Restore](../instant-backup-restore), [Backup Restore](../restore):** Set up scheduled backups, trigger on-demand backups, and restore data when needed.
26
+
-**[Upgrade Database Version](../upgrade-version), [Database Restarts](../restart-database), [Reconfigure Databases](../reconfigure-database):** Perform version upgrades, restarts, and configuration changes with minimal disruption.
27
+
-**[Configure TLS](../tls), [Configure Monitoring](../monitoring), [Expose via Gateway](../expose-via-gateway):** Secure connections, enable Prometheus-based monitoring, and expose databases outside the cluster.
28
+
-**[Manage Recommendations](../manage-recommendations), [Database Security Report](../security-report), [Database Constraint Violations](../contraint-violations):** Review platform-generated recommendations and compliance findings for a database.
29
+
-**[Delete Database](../delete-database):** Safely remove a database and its associated resources.
30
30
31
31
Each operation is exposed as a dedicated form or panel in the left sidebar of a database's detail page. Under the hood, most actions are translated into Kubernetes `OpsRequest` custom resources, so every change is applied declaratively and can be tracked through its lifecycle — giving you the convenience of a UI with the auditability of GitOps-style operations.
0 commit comments