Skip to content

Commit 325658d

Browse files
Docsp-22855 update CSFLE binary names (#210)
* DOCSP-22855 update chmod for new csfle bin name * add * update linux binary name * bulk to Json * remove chmod +x for the csfle shared lib * binary * commands -> command * adjust * * * Update source/includes/steps-install-shell-base.yaml Co-authored-by: Anna Henningsen <[email protected]> Co-authored-by: Anna Henningsen <[email protected]>
1 parent 2c556fd commit 325658d

File tree

3 files changed

+8
-10
lines changed

3 files changed

+8
-10
lines changed

source/includes/steps-install-shell-base.yaml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,16 @@ content: |
2525
tar -zxvf mongosh-{+version+}-linux-x64.tgz
2626
2727
The extracted ``bin`` folder contains two binaries: ``mongosh`` and
28-
``mongocryptd-mongosh``.
28+
``mongosh_csfle_v1.so``.
2929
3030
If your web browser automatically extracts the archive as part of the
3131
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:
3434
3535
.. code-block:: sh
3636
3737
chmod +x bin/mongosh
38-
chmod +x bin/mongocryptd-mongosh
3938
---
4039
title: "Add the downloaded binaries to your ``PATH`` environment
4140
variable."
@@ -52,7 +51,7 @@ content: |
5251
.. code-block:: sh
5352
5453
sudo cp mongosh /usr/local/bin/
55-
sudo cp mongocryptd-mongosh /usr/local/bin/
54+
sudo cp mongosh_csfle_v1.so /usr/local/lib/
5655
5756
- Create symbolic links to the ``MongoDB Shell``. Switch to the
5857
directory where you extracted the files from the ``.tgz`` archive.

source/includes/steps-install-shell-macos.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,16 @@ content: |
2222
unzip mongosh-{+version+}-darwin-x64.zip
2323
2424
The extracted ``bin`` folder contains two binaries: ``mongosh`` and
25-
``mongocryptd-mongosh``.
25+
``mongosh_csfle_v1.dylib``.
2626
2727
If your web browser automatically extracts the archive as part of the
2828
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:
3131
3232
.. code-block:: sh
3333
3434
chmod +x bin/mongosh
35-
chmod +x bin/mongocryptd-mongosh
3635
---
3736
source:
3837
file: steps-install-shell-base.yaml

source/reference/methods.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ Bulk Operation Methods
136136

137137
- Adds an insert operation to a bulk operations list.
138138

139-
* - :method:`Bulk.tojson()`
139+
* - :method:`Bulk.toJSON()`
140140

141141
- Returns a JSON document that contains the number of operations and
142142
batches in the :method:`Bulk()` object.

0 commit comments

Comments
 (0)