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:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-06-02 00:07:58 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-06-02 00:07:58 +0300
commit3ddb72a5ab59d56cb9e9cb27a5abb92bc5074544 (patch)
tree222afa7cff12916d6de0b8e10cc7cd12be886082 /doc/administration/troubleshooting
parent1bafcd6a59a26557e5752dd3ec6fa9e793986036 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/administration/troubleshooting')
-rw-r--r--doc/administration/troubleshooting/postgresql.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/administration/troubleshooting/postgresql.md b/doc/administration/troubleshooting/postgresql.md
index d5288bfead8..2a26a48541e 100644
--- a/doc/administration/troubleshooting/postgresql.md
+++ b/doc/administration/troubleshooting/postgresql.md
@@ -190,6 +190,12 @@ This error likely means that `autovacuum` is failing to complete its run:
ERROR: database is not accepting commands to avoid wraparound data loss in database "gitlabhq_production"
```
+Or
+
+```plaintext
+ ERROR: failed to re-find parent key in index "XXX" for deletion target page XXX
+```
+
To resolve the error, run `VACUUM` manually:
1. Stop GitLab with the command `gitlab-ctl stop`.