Skip to content

Commit 195dace

Browse files
authored
DOCS-12853: [Atlas] Documentation still suggests atlas migrate only works with replica sets (#128)
* DOCS-12853: [Atlas] Documentation still suggests atlas migrate only works with replica sets
1 parent 65d10c1 commit 195dace

File tree

2 files changed

+2
-20
lines changed

2 files changed

+2
-20
lines changed

source/includes/steps-import.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ level: 4
44
stepnum: 1
55
content: |
66
7-
87
You will be using a product inventory database for the ``CRUD Getting
98
Started`` guides. Download the `inventory.crud.json file
109
<https://raw.githubusercontent.com/mongodb/docs-assets/primer-

source/includes/steps-migration_pr.yaml

Lines changed: 2 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ content: |
1010
for help with your migration.
1111
1212
---
13-
title: Your current MongoDB database is running MongoDB 2.6+
13+
title: Your current MongoDB database is running MongoDB 2.6 or higher.
1414
ref: mongodb-version
1515
level: 4
1616
stepnum: 2
@@ -26,32 +26,15 @@ content: |
2626
for upgrade instructions.
2727
2828
---
29-
title: Your current deployment is a MongoDB replica set.
29+
title: Your current deployment is a MongoDB replica set or sharded cluster.
3030
ref: mongod-replica-set
3131
level: 4
3232
stepnum: 3
3333
content: |
3434
3535
If your deployment is currently a standalone instance, you must first
3636
: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
5337
54-
mongo <mongodb-connection-string> -u <mongodb-username> -p --authenticationDatabase admin
5538
---
5639
title: The database user from your source cluster on AWS that you will use
5740
to perform the migration has the required MongoDB roles.

0 commit comments

Comments
 (0)