Files
gitlab-foss/doc/development/maintenance_mode.md
2025-05-30 00:20:13 +00:00

2.1 KiB

stage, group, info, title
stage group info title
Tenant Scale Geo Any user with at least the Maintainer role can merge updates to this content. For details, see https://docs.gitlab.com/development/development_processes/#development-guidelines-review. Internal workings of GitLab Maintenance Mode

Where is Maintenance Mode enforced?

GitLab Maintenance Mode only blocks writes from HTTP and SSH requests at the application level in a few key places within the rails application. Search the codebase for maintenance_mode?.

The database itself is not in read-only mode (except in a Geo secondary site) and can be written by sources other than the ones blocked.