summaryrefslogtreecommitdiff
path: root/doc/development/README.md
diff options
context:
space:
mode:
authorYorick Peterse <yorickpeterse@gmail.com>2016-08-04 17:17:31 +0200
committerYorick Peterse <yorickpeterse@gmail.com>2016-08-04 17:25:31 +0200
commitc462dcec4df0314b468178f9a6d1f9bbf5cd029d (patch)
tree65a07793e86a7c2655d59698a827911b25f6b367 /doc/development/README.md
parentb2d142c4a026b479925482c4756172d86888198b (diff)
downloadgitlab-ce-c462dcec4df0314b468178f9a6d1f9bbf5cd029d.tar.gz
Added guide about migrations and downtimedatabase-guides
This guide describes various commonly used operations and the impact they have on the availability of a GitLab instance.
Diffstat (limited to 'doc/development/README.md')
-rw-r--r--doc/development/README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/development/README.md b/doc/development/README.md
index 11aa50b89af..7b5f7ff8ad3 100644
--- a/doc/development/README.md
+++ b/doc/development/README.md
@@ -31,6 +31,7 @@
- [Rake tasks](rake_tasks.md) for development
- [Shell commands](shell_commands.md) in the GitLab codebase
- [Sidekiq debugging](sidekiq_debugging.md)
+- [What requires downtime?](what_requires_downtime.md)
## Compliance