summaryrefslogtreecommitdiff
path: root/src/docs/upgrading.dox
diff options
context:
space:
mode:
authorDavid Hows <howsdav@gmail.com>2015-08-19 16:06:57 +1000
committerDavid Hows <howsdav@gmail.com>2015-08-19 16:06:57 +1000
commitcea2c7df19ae258c55aa8dc1e53c7913aae0d7ea (patch)
tree1490bc90d111042ef275a349ff5be2a5beba8bcc /src/docs/upgrading.dox
parent029c17c4148dda91b3a9655414a94f0fcc6b4f64 (diff)
downloadmongo-cea2c7df19ae258c55aa8dc1e53c7913aae0d7ea.tar.gz
SERVER-18356 - Update documentation
Diffstat (limited to 'src/docs/upgrading.dox')
-rw-r--r--src/docs/upgrading.dox12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/docs/upgrading.dox b/src/docs/upgrading.dox
index d9ac58103c5..2315f5e57ea 100644
--- a/src/docs/upgrading.dox
+++ b/src/docs/upgrading.dox
@@ -1,5 +1,17 @@
/*! @page upgrading Upgrading WiredTiger applications
+@section version_263 Upgrading to Version 2.6.3
+
+<dl>
+<dt>Changes when config_base=false</dt>
+<dd>
+Setting the config_base flag to false directly (I.E. not via the
+WIREDTIGER_CONFIG environment variable) will now stop any existing basecfg file
+from being read when opening a connection. This may cause WiredTiger to open
+a connection when changing versions when previously an error would be returned.
+</dd>
+
+</dl><hr>
@section version_262 Upgrading to Version 2.6.2
<dl>