Skip to content

Commit e5d8411

Browse files
committed
1 parent 491a367 commit e5d8411

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

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

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,18 @@ 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
@@ -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_X.X.X-1_amd64.deb
116+
117+
96118
Next Steps
97119
----------
98120

0 commit comments

Comments
 (0)