From 0c3b31403fa875c491b05438325def8a02e9199c Mon Sep 17 00:00:00 2001 From: Stian Thorgersen Date: Wed, 31 Aug 2016 15:05:25 +0200 Subject: [PATCH] Update topics/MigrationFromOlderVersions.adoc --- topics/MigrationFromOlderVersions.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 topics/MigrationFromOlderVersions.adoc diff --git a/topics/MigrationFromOlderVersions.adoc b/topics/MigrationFromOlderVersions.adoc old mode 100755 new mode 100644 index e7f2f1cee6..5f1bd4e8e2 --- a/topics/MigrationFromOlderVersions.adoc +++ b/topics/MigrationFromOlderVersions.adoc @@ -43,7 +43,7 @@ to an SQL file that you can review and manually run against the database. There's also the option to disable migration by setting the `migrationStrategy` to `validate`. With this configuration the database will be checked at startup and if it is not migrated the server will exit. -==== +==== Mongo Mongo doesn't have a schema, but there may still be things like collections and indexes that are added to new releases. To enable automatic creation of these set the `migrationStrategy` property to `update` for the default `connectionsMongo`