Skip to content

Commit 33144b1

Browse files
authored
Merge pull request #216 from jwilson-mdb/DOCSP-48175
DOCSP-48175 Updates debian server install instructions
2 parents ec9b5fb + c9685fe commit 33144b1

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

source/installation/install-on-an-unattended-server/debian-server-installation/install-debian-server.txt

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,23 @@ Steps
2222

2323
1. Download the latest ``.deb`` binary from the `release page <https://www.mongodb.com/try/download/relational-migrator>`__.
2424

25+
#. Update the system package manager repositories:
26+
27+
.. code-block:: bash
28+
29+
sudo apt update
30+
31+
#. (For headless Linux distributions) Create the required directories:
32+
33+
.. code-block:: bash
34+
35+
sudo mkdir /usr/share/desktop-directories/
36+
2537
#. Install Relational Migrator.
2638

2739
.. code-block:: bash
2840

29-
sudo apt install ./mongodb-relational-migrator_X.X.X-1_amd64.deb
41+
sudo apt install ./mongodb-relational-migrator_<version_number>-1_amd64.deb
3042

3143
#. (Optional) To connect to Oracle or MySQL drivers, download and place the drivers
3244
into your Relational Migrator directory.
@@ -93,6 +105,16 @@ Steps
93105
- When running Relational Migrator as a system service, the path is under
94106
the service user’s home directory.
95107

108+
Troubleshooting
109+
---------------
110+
111+
If your installation fails with an error, use the following command to see error details:
112+
113+
.. code-block:: bash
114+
115+
sudo dpkg -i ./mongodb-relational-migrator_<version_number>-1_amd64.deb
116+
117+
96118
Next Steps
97119
----------
98120

0 commit comments

Comments
 (0)