summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Bodenmiller <bbodenmiller@hotmail.com>2018-09-28 22:38:01 +0000
committerBen Bodenmiller <bbodenmiller@hotmail.com>2018-09-28 22:38:01 +0000
commit54422cef981990b2631c62cbd61f11df88d03214 (patch)
tree2c1e7689b2e4c38e123371641ad6d87b69b4fe69
parentd924176117f3cc73f539ed90b47e1912a3478cf0 (diff)
downloadgitlab-ce-54422cef981990b2631c62cbd61f11df88d03214.tar.gz
docs: clarify nothing special required for post-deployment migrations
-rw-r--r--doc/update/README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/update/README.md b/doc/update/README.md
index 2c1fbc15719..7d3c4c310a4 100644
--- a/doc/update/README.md
+++ b/doc/update/README.md
@@ -41,7 +41,8 @@ However, for this to work there are the following requirements:
1. You can only upgrade 1 minor release at a time. So from 9.1 to 9.2, not to
9.3.
2. You have to use [post-deployment
- migrations](../development/post_deployment_migrations.md).
+ migrations](../development/post_deployment_migrations.md) (included in
+ zero downtime update steps below)
3. You are using PostgreSQL. If you are using MySQL please look at the release
post to see if downtime is required.