Skip to content

Bump expected Postgres version to 11.7

Ash McKenzie requested to merge ashmckenzie/bump-dep-postgres-version into master

What does this Merge Request do?

This MR bumps the expected version of PostgreSQL to 11.7 for gdk doctor:

$ gdk doctor
================================================================================
Please note these warning only exist for debugging purposes and can
help you when you encounter issues with GDK.
If your GDK is working fine, you can safely ignore them. Thanks!
================================================================================


GDK Dependencies
--------------------------------------------------------------------------------
PostgreSQL version 10.13 detected, please install PostgreSQL version 11.7.x or higher.

For details on how to install, please visit:

https://gitlab.com/gitlab-org/gitlab-development-kit/blob/master/doc/prepare.md#platform-specific-setup

Merge Request checklist

  • Tests added for new functionality. If not, please raise Issue to follow-up.
  • This change is backward compatible. If not, please include steps to communicate to our users.
  • Documentation added/updated, if needed.
  • gdk doctor test added, if needed.
Edited by 🤖 GitLab Bot 🤖

Merge request reports