From 81248dd56d52d250b971d6ae197614623ab03cb7 Mon Sep 17 00:00:00 2001 From: Bishwa Hang Rai Date: Thu, 4 Sep 2025 14:01:06 +0200 Subject: [PATCH] Add amcheck extension to doc --- doc/advanced/external-db/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/advanced/external-db/_index.md b/doc/advanced/external-db/_index.md index 34e10dbcb2..8d29467576 100644 --- a/doc/advanced/external-db/_index.md +++ b/doc/advanced/external-db/_index.md @@ -22,7 +22,7 @@ Prerequisites: - A user with full database access. See the [external database documentation](https://docs.gitlab.com/administration/postgresql/external/) for details. - A [Kubernetes Secret](https://kubernetes.io/docs/concepts/configuration/secret/) with the password for the database user. -- The [`pg_trgm` and `btree_gist` extensions](https://docs.gitlab.com/install/postgresql_extensions/). If you don't provide an account with +- The [`pg_trgm`, `btree_gist`, and `amcheck` extensions](https://docs.gitlab.com/install/postgresql_extensions/). If you don't provide an account with the Superuser flag to GitLab, ensure these extensions are loaded prior to proceeding with the database installation. -- GitLab