From 099e17038fb71739ec2c7d785cfccb069305b439 Mon Sep 17 00:00:00 2001 From: Sytse Sijbrandij Date: Tue, 26 Aug 2014 10:20:55 +0200 Subject: [PATCH] Add note about testing the migrations. --- doc/release/monthly.md | 1 + 1 file changed, 1 insertion(+) 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.