diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2016-02-03 11:35:16 +0100 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2016-02-03 11:35:16 +0100 |
commit | a66a57585950dca3264954c4f31dff6f735c905b (patch) | |
tree | d984ab6322437fadd7469a4dfb14e4b42cb9afe7 /config | |
parent | d66a836251c6c17b31331f2a2816d5ccb059997d (diff) | |
parent | 2e444e6e372d1370be46966e800aca073540a77f (diff) | |
download | nextcloud-server-a66a57585950dca3264954c4f31dff6f735c905b.tar.gz nextcloud-server-a66a57585950dca3264954c4f31dff6f735c905b.zip |
Merge pull request #22090 from owncloud/skip-migration-tests-setting
setting to skip migration tests by default
Diffstat (limited to 'config')
-rw-r--r-- | config/config.sample.php | 9 |
1 files changed, 9 insertions, 0 deletions
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 @@ -1196,6 +1196,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! * |