Skip to content

Move install step for pg_trgm to later in the setup process.

Collen requested to merge docs-move-pg-extension-install-step into master

What does this MR do?

The step for Installing the pg_trgm extension for PostgreSQL is not possible at the stage where it's currently listed in the setup process. We have no access to the RDS instance (by AWS design) and the GitLab instance doesn’t exist yet so we have no way of connecting to the database. This can only be done once we have GitLab installed on an EC2 instance.

This MR corrects the order of the setup steps.

Related issues

See #197154 (closed)

Author's checklist

Review checklist

All reviewers can help ensure accuracy, clarity, completeness, and adherence to the Documentation Guidelines and Style Guide.

1. Primary Reviewer

  • Review by a code reviewer or other selected colleague to confirm accuracy, clarity, and completeness. This can be skipped for minor fixes without substantive content changes.

Merge request reports