[Pkg-mongodb-maintainers] [pkg-mongodb] 362/394: Add NEWS entry with hints about the upgrade to 2.6

Apollon Oikonomopoulos apoikos at moszumanska.debian.org
Wed Sep 21 14:00:32 UTC 2016


This is an automated email from the git hooks/post-receive script.

apoikos pushed a commit to branch master
in repository pkg-mongodb.

commit aa67fb0b16e5ac0b562ea79b4de6e4f6b7a97f60
Author: Apollon Oikonomopoulos <apoikos at debian.org>
Date:   Wed Jan 20 14:09:11 2016 +0200

    Add NEWS entry with hints about the upgrade to 2.6
---
 debian/NEWS | 32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)

diff --git a/debian/NEWS b/debian/NEWS
new file mode 100644
index 0000000..89fa854
--- /dev/null
+++ b/debian/NEWS
@@ -0,0 +1,32 @@
+mongodb (1:2.6.11-0.1) UNRELEASED; urgency=medium
+
+  When upgrading MongoDB to 2.6, keep in mind that only upgrades from 2.4 are
+  supported. If you wish to upgrade from previous MongoDB versions, you have
+  to upgrade to 2.4 first.
+
+  Furthermore, MongoDB 2.6 now enforces document constraints in a more strict
+  manner, specifically:
+
+    * Index key length limit: 2.6 implements a stronger enforcement of the
+      limit on index key. Index creation, document inserts and updates may
+      fail if an index entry exceeds the limit.
+
+    * Field name restrictions: Updates no longer support saving field names
+      containing a dot ('.'), or beginning with a dollar sign ('$'). Note that
+      these restrictions on field names have been introduced in MongoDB 2.2.
+
+  To check your existing database for compatibility with MongoDB 2.6, run
+
+    $ db.upgradeCheckAllDBs()
+
+  on a MongoDB 2.6 client connected to your existing MongoDB 2.4 database.
+
+  Additionally, MongoDB 2.6 introduces a new authorization model, which
+  requires manual action to migrate to.
+
+  For a full list of changes as well as instructions on how to upgrade
+  standalone servers and replica sets, see:
+
+      https://docs.mongodb.org/manual/release-notes/2.6-upgrade/
+
+ -- Apollon Oikonomopoulos <apoikos at debian.org>  Wed, 20 Jan 2016 13:45:29 +0200

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mongodb/pkg-mongodb.git



More information about the Pkg-mongodb-maintainers mailing list