From 2e444e6e372d1370be46966e800aca073540a77f Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Thu, 1 Oct 2015 14:23:25 +0200 Subject: setting to skip migration tests by default * if you install owncloud via package it is not possible to skip migration tests * this also allows to disable migration tests for an instance by default --- config/config.sample.php | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'config') diff --git a/config/config.sample.php b/config/config.sample.php index 3f6ae4bc3ec..2a2af19d19a 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -1195,6 +1195,15 @@ $CONFIG = array( */ 'debug' => false, +/** + * Skips the migration test during upgrades + * + * If this is set to true the migration test are deactivated during upgrade. + * This is only recommended in installations where upgrade tests are run in + * advance with the same data on a test system. + */ +'update.skip-migration-test' => false, + /** * This entry is just here to show a warning in case somebody copied the sample * configuration. DO NOT ADD THIS SWITCH TO YOUR CONFIGURATION! -- cgit v1.2.3