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
22
22
23
23
1. Download the latest ``.deb`` binary from the `release page <https://www.mongodb.com/try/download/relational-migrator>`__.
24
24
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
+
25
37
#. Install Relational Migrator.
26
38
27
39
.. code-block:: bash
28
40
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
30
42
31
43
#. (Optional) To connect to Oracle or MySQL drivers, download and place the drivers
32
44
into your Relational Migrator directory.
@@ -93,6 +105,16 @@ Steps
93
105
- When running Relational Migrator as a system service, the path is under
94
106
the service user’s home directory.
95
107
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
+
96
118
Next Steps
97
119
----------
98
120
You can’t perform that action at this time.
0 commit comments