Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSytse Sijbrandij <sytses@gmail.com>2014-08-26 12:20:55 +0400
committerSytse Sijbrandij <sytses@gmail.com>2014-08-26 12:20:55 +0400
commit099e17038fb71739ec2c7d785cfccb069305b439 (patch)
tree4e7a01ddd2a412c9a51c97bcf306d9042797d668 /doc
parent075e5eeccb91b742c7209dd3668ec9d28e4d0ea1 (diff)
Add note about testing the migrations.
Diffstat (limited to 'doc')
-rw-r--r--doc/release/monthly.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/release/monthly.md b/doc/release/monthly.md
index 7f8f3255e9b..260b049fd74 100644
--- a/doc/release/monthly.md
+++ b/doc/release/monthly.md
@@ -153,6 +153,7 @@ git tag -a vx.x.0.rc1 -m 'Version x.x.0.rc1'
Merge the RC1 EE code into GitLab.com.
Once the build is green, create a package.
+If there are big database migrations consider testing them with the production db on a VM.
Try to deploy in the morning.
It is important to do this as soon as possible, so we can catch any errors before we release the full version.