Skip to content

Commit e998ce3

Browse files
authored
(DOCSP-19027) Clarify how BIC is updated (#347)
* (DOCSP-19027) Clarify how BIC is upgraded
1 parent cf09818 commit e998ce3

File tree

6 files changed

+23
-7
lines changed

6 files changed

+23
-7
lines changed

source/includes/steps-install-bi-connector-debian.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,6 @@ content: |
2424
.. code-block:: sh
2525
2626
sudo install -m755 bin/mongo* /usr/local/bin/
27+
28+
If a prior version exists, overwrite the binaries.
2729
...

source/includes/steps-install-bi-connector-macos.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ content: |
1919
tar -xvzf mongodb-bi-osx-x86_64-{version}.tgz
2020
2121
b. Install the programs within the ``bin/`` directory into a directory
22-
listed in your system ``PATH``. If a prior version exists, overwrite
23-
the binaries.
22+
listed in your system ``PATH``. If a prior version exists,
23+
overwrite the binaries.
2424
2525
2626
.. code-block:: sh

source/includes/steps-install-bi-connector-rhel.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,6 @@ content: |
2424
.. code-block:: sh
2525
2626
sudo install -m755 bin/mongo* /usr/bin/
27+
28+
If a prior version exists, overwrite the binaries.
2729
...

source/includes/steps-install-bi-connector-windows.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,10 @@ level: 4
1212
content: |
1313
a. Run the downloaded ``.msi`` file.
1414
#. Follow the wizard instructions to install the files. The binaries
15-
install into a ``bin`` directory inside the installation directory.
15+
install into a ``bin`` directory inside the installation
16+
directory.
17+
18+
If a prior version exists, you might need to configure your system
19+
services to launch the new installation. You can delete the old
20+
binaries.
1621
...

source/index.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ Explore |bi|\'s advanced features.
142142
</what-is-the-bi-connector>
143143
Quick Start Guide </local-quickstart>
144144
/atlas-bi-connector
145-
Install BI Connector</installation>
145+
Install or Update BI Connector</installation>
146146
/launch
147147
/tutorial/create-system-dsn
148148
Connect BI Tools </client-applications>

source/installation.txt

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
:noprevnext:
22

3-
================================
4-
Install {+bi-short+} On Premises
5-
================================
3+
==========================================
4+
Install or Update {+bi-short+} On Premises
5+
==========================================
66

77
.. default-domain:: mongodb
88

@@ -32,6 +32,13 @@ Installation Guides
3232
:doc:`/tutorial/install-bi-connector-debian`
3333
Instructions for installing the BI Connector on debian-based systems.
3434

35+
Update {+bi-short+}
36+
-------------------
37+
38+
To update your {+bi-short+}, use the installation guides above to
39+
install the latest version of {+bi-short+} for your platform,
40+
replacing your existing installation.
41+
3542
.. toctree::
3643
:titlesonly:
3744

0 commit comments

Comments
 (0)