File tree Expand file tree Collapse file tree 3 files changed +8
-10
lines changed Expand file tree Collapse file tree 3 files changed +8
-10
lines changed Original file line number Diff line number Diff line change @@ -25,17 +25,16 @@ content: |
25
25
tar -zxvf mongosh-{+version+}-linux-x64.tgz
26
26
27
27
The extracted ``bin`` folder contains two binaries: ``mongosh`` and
28
- ``mongocryptd-mongosh ``.
28
+ ``mongosh_csfle_v1.so ``.
29
29
30
30
If your web browser automatically extracts the archive as part of the
31
31
download or you extract the archive without the ``tar`` command,
32
- you may need to make the binaries executable. Run the following
33
- commands from the directory where you extracted the archive:
32
+ you may need to make the binary executable. Run the following
33
+ command from the directory where you extracted the archive:
34
34
35
35
.. code-block:: sh
36
36
37
37
chmod +x bin/mongosh
38
- chmod +x bin/mongocryptd-mongosh
39
38
---
40
39
title : " Add the downloaded binaries to your ``PATH`` environment
41
40
variable."
@@ -52,7 +51,7 @@ content: |
52
51
.. code-block:: sh
53
52
54
53
sudo cp mongosh /usr/local/bin/
55
- sudo cp mongocryptd-mongosh /usr/local/bin /
54
+ sudo cp mongosh_csfle_v1.so /usr/local/lib /
56
55
57
56
- Create symbolic links to the ``MongoDB Shell``. Switch to the
58
57
directory where you extracted the files from the ``.tgz`` archive.
Original file line number Diff line number Diff line change @@ -22,17 +22,16 @@ content: |
22
22
unzip mongosh-{+version+}-darwin-x64.zip
23
23
24
24
The extracted ``bin`` folder contains two binaries: ``mongosh`` and
25
- ``mongocryptd-mongosh ``.
25
+ ``mongosh_csfle_v1.dylib ``.
26
26
27
27
If your web browser automatically extracts the archive as part of the
28
28
download or you extract the archive without the ``unzip`` command,
29
- you may need to make the binaries executable. Run the following
30
- commands from the directory where you extracted the archive:
29
+ you may need to make the binary executable. Run the following
30
+ command from the directory where you extracted the archive:
31
31
32
32
.. code-block:: sh
33
33
34
34
chmod +x bin/mongosh
35
- chmod +x bin/mongocryptd-mongosh
36
35
---
37
36
source :
38
37
file : steps-install-shell-base.yaml
Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ Bulk Operation Methods
136
136
137
137
- Adds an insert operation to a bulk operations list.
138
138
139
- * - :method:`Bulk.tojson ()`
139
+ * - :method:`Bulk.toJSON ()`
140
140
141
141
- Returns a JSON document that contains the number of operations and
142
142
batches in the :method:`Bulk()` object.
You can’t perform that action at this time.
0 commit comments