Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmy Qualls <aqualls@gitlab.com>2022-05-26 21:34:26 +0300
committerAmy Qualls <aqualls@gitlab.com>2022-05-26 21:34:26 +0300
commitfc3b62d327d6a06cfab3c1d7bdd48051fb3755dd (patch)
tree04ec9da01f6d7673480419b0a9e4faadfd2398ef
parentbfcd9af20e6417c4d14c2d2a5ec3cc7e23b26d6b (diff)
parent4f16fd72d7c577d2d9cf85bbfbc54fe3532afaf7 (diff)
Merge branch 'add-database-debugging' into 'main'
Add Database Debugging page to navigation See merge request gitlab-org/gitlab-docs!2733
-rw-r--r--content/_data/navigation.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/content/_data/navigation.yaml b/content/_data/navigation.yaml
index 15c1dd5d..113121f2 100644
--- a/content/_data/navigation.yaml
+++ b/content/_data/navigation.yaml
@@ -2521,6 +2521,8 @@ sections:
doc_url: 'ee/development/swapping_tables.html'
- doc_title: Table partitioning
doc_url: 'ee/development/database/table_partitioning.html'
+ - doc_title: Troubleshooting and Debugging Database
+ doc_url: 'ee/development/database_debugging.html'
- doc_title: Understanding EXPLAIN plans
doc_url: 'ee/development/understanding_explain_plans.html'
- doc_title: Multiple databases