Skip to content
代码片段 群组 项目
提交 0990e4f9 编辑于 作者: Amy Qualls's avatar Amy Qualls
浏览文件

Merge branch 'bcarranza-external-postgresql-ssl-syscall-docs' into 'master'

Add troubleshooting for SSL SYSCALL error observed when using external PostgreSQL

See merge request gitlab-org/gitlab!90949
No related branches found
No related tags found
无相关合并请求
......@@ -48,3 +48,20 @@ If you use a cloud-managed service, or provide your own PostgreSQL instance:
```shell
sudo gitlab-ctl reconfigure
```
## Troubleshooting
### Resolve `SSL SYSCALL error: EOF detected` error
When using an external PostgreSQL instance, you may see an error like:
```shell
pg_dump: error: Error message from server: SSL SYSCALL error: EOF detected
```
To resolve this error, ensure that you are meeting the
[minimum PostgreSQL requirements](../../install/requirements.md#postgresql-requirements). After
upgrading your RDS instance to a suitable version, you should be able to perform a backup without
this error. Refer to issue #64763
([Segmentation fault citing `LooseForeignKeys::CleanupWorker` causes complete database restart](https://gitlab.com/gitlab-org/gitlab/-/issues/364763))
for more information.
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册