Skip to content

Add rtx support to upgrade-postgresql script

Michał Zając requested to merge mzajac/rtx-support-for-upgrade-postgresql into main

What does this merge request do and why?

This MR allows support/upgrade-postgresql script to find available PostgreSQL versions when using rtx

How to set up and validate locally

  1. https://gitlab.com/gitlab-org/gitlab-development-kit/-/blob/main/doc/howto/rtx.md
  2. support/upgrade-postgresql should fail with ERROR: Unable to find target PostgreSQL version 12
  3. git switch mzajac/rtx-support-for-upgrade-postgresql
  4. support/upgrade-postgresql should find Postgres 12 and 13

Impacted categories

The following categories relate to this merge request:

Merge request checklist

  • This change is backward compatible. If not, please include steps to communicate to our users.
  • Tests added for new functionality. If not, please raise an issue to follow-up.
  • Documentation added/updated, if needed.
  • Announcement added, if change is notable.
  • gdk doctor test added, if needed.
  • Add the ~highlight label if this MR should be included in the CHANGELOG.md.

Merge request reports

Loading