File tree Expand file tree Collapse file tree 2 files changed +2
-20
lines changed Expand file tree Collapse file tree 2 files changed +2
-20
lines changed Original file line number Diff line number Diff line change 4
4
stepnum : 1
5
5
content : |
6
6
7
-
8
7
You will be using a product inventory database for the ``CRUD Getting
9
8
Started`` guides. Download the `inventory.crud.json file
10
9
<https://raw.githubusercontent.com/mongodb/docs-assets/primer-
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ content: |
10
10
for help with your migration.
11
11
12
12
---
13
- title : Your current MongoDB database is running MongoDB 2.6+
13
+ title : Your current MongoDB database is running MongoDB 2.6 or higher.
14
14
ref : mongodb-version
15
15
level : 4
16
16
stepnum : 2
@@ -26,32 +26,15 @@ content: |
26
26
for upgrade instructions.
27
27
28
28
---
29
- title : Your current deployment is a MongoDB replica set.
29
+ title : Your current deployment is a MongoDB replica set or sharded cluster .
30
30
ref : mongod-replica-set
31
31
level : 4
32
32
stepnum : 3
33
33
content : |
34
34
35
35
If your deployment is currently a standalone instance, you must first
36
36
:manual:`convert it to a replica set </tutorial/convert-standalone-to-replica-set>`.
37
- Live migration of data from sharded clusters is not supported.
38
- ---
39
- title : Authentication is enabled on your source deployment
40
- ref : authentication-enabled
41
- level : 4
42
- stepnum : 4
43
- content : |
44
-
45
- The migration process requires that authentication is enabled on your
46
- source cluster in AWS. See :manual:`Enable Auth </tutorial/enable-authentication>`
47
- for instructions on enabling authentication.
48
-
49
- You can verify that authentication is enabled on your source cluster
50
- using the :manual:`mongo </reference/program/mongo/>` command:
51
-
52
- .. code-block:: sh
53
37
54
- mongo <mongodb-connection-string> -u <mongodb-username> -p --authenticationDatabase admin
55
38
---
56
39
title : The database user from your source cluster on AWS that you will use
57
40
to perform the migration has the required MongoDB roles.
You can’t perform that action at this time.
0 commit comments