Commit 6f55895f authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Merge branch 'dkua1-master-patch-75985' into 'master'

Add PG server mismatch error to troubleshooting

See merge request gitlab-org/gitlab!80585
parents 86a5d20f 6ae39447
...@@ -98,6 +98,15 @@ This section is for links to information elsewhere in the GitLab documentation. ...@@ -98,6 +98,15 @@ This section is for links to information elsewhere in the GitLab documentation.
- [Common Geo errors](../geo/replication/troubleshooting.md#fixing-common-errors). - [Common Geo errors](../geo/replication/troubleshooting.md#fixing-common-errors).
- Mismatch in `pg_dump` and `psql` versions:
```plaintext
Dumping PostgreSQL database gitlabhq_production ... pg_dump: error: server version: 13.3; pg_dump version: 14.2
pg_dump: error: aborting because of server version mismatch
```
To fix this, see [Backup and restore a non-packaged PostgreSQL database](https://docs.gitlab.com/omnibus/settings/database.html#backup-and-restore-a-non-packaged-postgresql-database).
## Support topics ## Support topics
### Database deadlocks ### Database deadlocks
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment