File tree Expand file tree Collapse file tree 1 file changed +23
-1
lines changed
source/installation/install-on-an-unattended-server/debian-server-installation Expand file tree Collapse file tree 1 file changed +23
-1
lines changed Original file line number Diff line number Diff line change @@ -22,11 +22,23 @@ Steps
2222
23231. 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+
96118Next Steps
97119----------
98120
You can’t perform that action at this time.
0 commit comments