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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'doc/administration/troubleshooting/index.md')
-rw-r--r--doc/administration/troubleshooting/index.md25
1 files changed, 25 insertions, 0 deletions
diff --git a/doc/administration/troubleshooting/index.md b/doc/administration/troubleshooting/index.md
index db572f202ea..8be6abc180d 100644
--- a/doc/administration/troubleshooting/index.md
+++ b/doc/administration/troubleshooting/index.md
@@ -27,3 +27,28 @@ that you can check for feature-specific help, including helpful Rails commands.
If you need a testing environment to troubleshoot, see the
[apps for a testing environment](test_environments.md).
+
+## Support team troubleshooting info
+
+The GitLab Support Team has collected a lot of information about troubleshooting GitLab.
+The following documents are used by the Support Team or by customers
+with direct guidance from a Support Team member. GitLab administrators may find the
+information useful for troubleshooting. However, if you are experiencing trouble with your
+GitLab instance, you should check your [support options](https://about.gitlab.com/support/)
+before referring to these documents.
+
+WARNING:
+The commands in the following documentation might result in data loss or
+other damage to a GitLab instance. They should be used only by experienced administrators
+who are aware of the risks.
+
+- [Diagnostics tools](diagnostics_tools.md)
+- [Linux commands](linux_cheat_sheet.md)
+- [Troubleshooting Kubernetes](https://docs.gitlab.com/charts/troubleshooting/kubernetes_cheat_sheet.html)
+- [Troubleshooting PostgreSQL](postgresql.md)
+- [Guide to test environments](test_environments.md) (for Support Engineers)
+- [Troubleshooting SSL](ssl.md)
+- Related links:
+ - [Repairing and recovering broken Git repositories](https://git.seveas.net/repairing-and-recovering-broken-git-repositories.html)
+ - [Testing with OpenSSL](https://www.feistyduck.com/library/openssl-cookbook/online/testing-with-openssl/index.html)
+ - [`strace` zine](https://wizardzines.com/zines/strace/)