-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: 3.2.5, 3.4.0-rc3
-
Component/s: mongodump, mongoexport, mongoimport, mongorestore
-
None
-
Environment:Linux - Centos 6.7
-
Server Tools 15 (6/3/16), Server Tools 16 (6/24/16), Server Tools 17 (7/15/16)
-
1
-
v4.0
-
(copied to CRM)
Not exists restrictions about slash character in collection names (url documentation https://docs.mongodb.com/manual/reference/limits/), and we manage correcty inside mongodb.
But if we need to backup/restore, fail and we can lost data.
db.runCommand(
)
Example mongodump:
mongodump --db test -o test
Failed: "test.test/col" contains a path separator '/' and can't be dumped to the filesystem
If we use mongoexport:
mongoexport --db test --collection 'test/col' -o test
exported 0 records
- is duplicated by
-
TOOLS-1530 mongorestore hangs
- Closed
-
TOOLS-1874 When I use mongodump export data, reported "Failed:" rrkd_activity.coupon_receive_ Alipay welcome "contains a path separator 'branch and can not be dumped to the filesystem
- Closed
-
TOOLS-2096 MongoDump and MongoRestore accented characters problem
- Closed
- is related to
-
TOOLS-2290 mongorestore should not treat % in collection names as URL escape character
- Closed
-
TOOLS-14 Mongodump handling characters in collections and database names, that are not supported by the platform
- Closed