diff --git a/doc/architecture/index.md b/doc/architecture/index.md index 9c118b13d81e5cfb486cdd56d8d07def6700bc76_ZG9jL2FyY2hpdGVjdHVyZS9pbmRleC5tZA==..1e17d34f6eeb4a479e61ffe21b77a3c06603e32c_ZG9jL2FyY2hpdGVjdHVyZS9pbmRleC5tZA== 100644 --- a/doc/architecture/index.md +++ b/doc/architecture/index.md @@ -153,7 +153,7 @@ init system used by the OS and perform basic service management tasks like creating necessary service files for GitLab, service enabling, and service reloading. runit provides `runit_service` definitions that can be used by other -recipes to interact with services, see [`/files/gitlab-cookbooks/runit`](https://gitlab.com/gitlab-org/omnibus-gitlab/-/tree/master/files/gitlab-cookbooks/runit) +recipes to interact with services, see [`/files/gitlab-cookbooks/runit`](https://gitlab.com/gitlab-org/omnibus-gitlab/-/tree/master/files/gitlab-cookbooks/runit) for more information. ### Services diff --git a/doc/settings/backups.md b/doc/settings/backups.md index 9c118b13d81e5cfb486cdd56d8d07def6700bc76_ZG9jL3NldHRpbmdzL2JhY2t1cHMubWQ=..1e17d34f6eeb4a479e61ffe21b77a3c06603e32c_ZG9jL3NldHRpbmdzL2JhY2t1cHMubWQ= 100644 --- a/doc/settings/backups.md +++ b/doc/settings/backups.md @@ -123,7 +123,7 @@ ## Creating backups for GitLab instances in Docker containers WARNING: -The backup command requires [additional parameters](https://docs.gitlab.com/ee/raketasks/backup_restore.html#backup-and-restore-for-installations-using-pgbouncer) +The backup command requires [additional parameters](https://docs.gitlab.com/ee/raketasks/backup_restore.html#backup-and-restore-for-installations-using-pgbouncer) when your installation is using PgBouncer, for either performance reasons or when using it with a Patroni cluster. Backups can be scheduled on the host by prepending `docker exec -t <your container name>` to the commands. diff --git a/doc/settings/database.md b/doc/settings/database.md index 9c118b13d81e5cfb486cdd56d8d07def6700bc76_ZG9jL3NldHRpbmdzL2RhdGFiYXNlLm1k..1e17d34f6eeb4a479e61ffe21b77a3c06603e32c_ZG9jL3NldHRpbmdzL2RhdGFiYXNlLm1k 100644 --- a/doc/settings/database.md +++ b/doc/settings/database.md @@ -821,7 +821,7 @@ ``` WARNING: -The backup command requires [additional parameters](https://docs.gitlab.com/ee/raketasks/backup_restore.html#backup-and-restore-for-installations-using-pgbouncer) +The backup command requires [additional parameters](https://docs.gitlab.com/ee/raketasks/backup_restore.html#backup-and-restore-for-installations-using-pgbouncer) when your installation is using PgBouncer. 1. Run the backup Rake task using the SKIP options to back up only the database. diff --git a/doc/settings/nginx.md b/doc/settings/nginx.md index 9c118b13d81e5cfb486cdd56d8d07def6700bc76_ZG9jL3NldHRpbmdzL25naW54Lm1k..1e17d34f6eeb4a479e61ffe21b77a3c06603e32c_ZG9jL3NldHRpbmdzL25naW54Lm1k 100644 --- a/doc/settings/nginx.md +++ b/doc/settings/nginx.md @@ -371,8 +371,8 @@ nginx['listen_https'] = false ``` -Additionally, the external load balancer may need access to a GitLab endpoint that returns a `200` status -code (for installations requiring login, the root page returns a `302` redirect to the login page). It is +Additionally, the external load balancer may need access to a GitLab endpoint that returns a `200` status +code (for installations requiring login, the root page returns a `302` redirect to the login page). It is recommended to leverage a [health check endpoint](https://docs.gitlab.com/ee/user/admin_area/monitoring/health_check.html). Other bundled components (Registry, Pages, etc) use a similar strategy for @@ -388,7 +388,7 @@ registry_nginx['listen_port'] = 80 registry_nginx['listen_https'] = false ``` - + - [GitLab Container Registry listening on a port under main GitLab domain](https://docs.gitlab.com/ee/administration/packages/container_registry.html#configure-container-registry-under-an-existing-gitlab-domain): ```ruby diff --git a/doc/settings/smtp.md b/doc/settings/smtp.md index 9c118b13d81e5cfb486cdd56d8d07def6700bc76_ZG9jL3NldHRpbmdzL3NtdHAubWQ=..1e17d34f6eeb4a479e61ffe21b77a3c06603e32c_ZG9jL3NldHRpbmdzL3NtdHAubWQ= 100644 --- a/doc/settings/smtp.md +++ b/doc/settings/smtp.md @@ -1113,7 +1113,7 @@ Notify.test_email('destination_email@address.com', 'Message Subject', 'Message Body').deliver_now ``` -## Troubleshooting +## Troubleshooting ### Outgoing connections to port 25 is blocked on major cloud providers diff --git a/doc/settings/ssl.md b/doc/settings/ssl.md index 9c118b13d81e5cfb486cdd56d8d07def6700bc76_ZG9jL3NldHRpbmdzL3NzbC5tZA==..1e17d34f6eeb4a479e61ffe21b77a3c06603e32c_ZG9jL3NldHRpbmdzL3NzbC5tZA== 100644 --- a/doc/settings/ssl.md +++ b/doc/settings/ssl.md @@ -37,7 +37,7 @@ NOTE: In order for Let's Encrypt verification to work automatically, ports 80 and 443 will need to be accessible to the public Let's Encrypt servers that run the validation checks. The validation -[does not work with non-standard ports](https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/3580). +[does not work with non-standard ports](https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/3580). If the environment is private or air-gapped, certbot provides a [manual method](https://certbot.eff.org/docs/using.html#manual) to generate certificates for [custom installation](ssl.md#install-custom-public-certificates). WARNING: