Skip to content

Commit 8123dde

Browse files
DOCSP-27098 File location ref page (#38)
* DOCSP-27098 file locations * DOCSP-27098 add to learn more * DOCSP-27098 fix table * DOCSP-27098 fix table * DOCSP-27098 fix table * DOCSP-27098 fix table * DOCSP-27098 fix table * DOCSP-27098 fix table * DOCSP-27098 fix table * DOCSP-27098 fix table * DOCSP-27098 fix table * DOCSP-27098 fix table * DOCSP-27098 tablesizing * DOCSP-27098 testig bulleted list format * DOCSP-27098 update file location * DOCSP-27098 update file location format * DOCSP-27098 internal feedback * DOCSP-27098 external feedback
1 parent 1e35c25 commit 8123dde

File tree

12 files changed

+96
-0
lines changed

12 files changed

+96
-0
lines changed

snooty.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ toc_landing_pages = [
1515
"installation/install-on-an-unattended-server/debian-server-installation/debian-server-installation",
1616
"installation/install-on-an-unattended-server/windows-server-installation/windows-server-installation",
1717
"installation/install-on-an-unattended-server/rhel-centos-server-installation/rhel-centos-server-installation",
18+
"installation/file-location",
1819
"projects/projects",
1920
"mapping-rules/mapping-rules",
2021
"mapping-rules/mapping-rule-options/mapping-rule-options",

source/installation.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,4 @@ For instructions on installing Relational Migrator, see the following pages:
4848

4949
/installation/install-on-a-single-machine/install-on-a-single-machine
5050
/installation/install-on-an-unattended-server/install-on-an-unattended-server
51+
/installation/file-location

source/installation/file-location.txt

Lines changed: 76 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,76 @@
1+
.. _file-location:
2+
3+
==================================
4+
Relational Migrator File Locations
5+
==================================
6+
7+
.. default-domain:: mongodb
8+
9+
.. contents:: On this page
10+
:local:
11+
:backlinks: none
12+
:depth: 1
13+
:class: singlecol
14+
15+
Use Relational Migrator file locations when: modifying application configuration
16+
files, deploying additional JDBC drivers, or reviewing log files.
17+
18+
Mac
19+
---
20+
21+
The file locations for the Mac OS:
22+
23+
- **Configuration file**
24+
25+
``~/Library/Application Support/MongoDB/Relational Migrator/user.properties``
26+
27+
- **Downloaded JDBC Drivers**
28+
29+
``/Library/Application Support/MongoDB/Relational Migrator/Drivers``
30+
31+
- **Log files**
32+
33+
``~/Library/Application Support/MongoDB/Relational Migrator/Logs/migrator.log``
34+
35+
Windows
36+
-------
37+
38+
The file locations for the Windows OS:
39+
40+
- **Configuration file**
41+
42+
``c:\Users\<username>\AppData\Local\MongoDB\Relational
43+
Migrator\Data\user.properties``
44+
45+
- **Downloaded JDBC Drivers**
46+
47+
``c:\Users\<username>\AppData\Local\MongoDB\Relational Migrator\Data\Drivers``
48+
49+
- **Log files**
50+
51+
``c:\Users\<username>\AppData\Local\MongoDB\Relational
52+
Migrator\Data\Logs\migrator.log``
53+
54+
Linux
55+
-----
56+
57+
The file locations for the Linux OS:
58+
59+
- **Configuration file**
60+
61+
``~/Migrator/user.properties``
62+
63+
- **Downloaded JDBC Drivers**
64+
65+
``/opt/mongodb-relational-migrator/lib/app/lib``
66+
67+
- **Log files**
68+
69+
``~/Migrator/Logs/migrator.log``
70+
71+
Learn More
72+
----------
73+
74+
- :ref:`Installation on a Single Machine <single-machine-install>`
75+
76+
- :ref:`Installation on an Unattended Server <unattended-server>`

source/installation/install-on-a-single-machine/install-mac.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ Next Steps
5353
Learn More
5454
----------
5555

56+
- :ref:`Relational Migrator File Locations <file-location>`
57+
5658
- :ref:`Install on RHEL/CentOS <single-rhel>`
5759

5860
- :ref:`Install on Ubuntu/Debian <single-ubuntu>`

source/installation/install-on-a-single-machine/install-on-a-single-machine.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ Learn More
6060

6161
- :ref:`Install on an Unattended Server <unattended-server>`
6262

63+
- :ref:`Relational Migrator File Locations <file-location>`
64+
6365

6466
.. toctree::
6567
:hidden:

source/installation/install-on-a-single-machine/install-rhel.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ Next Steps
6767
Learn More
6868
----------
6969

70+
- :ref:`Relational Migrator File Locations <file-location>`
71+
7072
- :ref:`Install on Mac <single-mac>`
7173

7274
- :ref:`Install on Ubuntu/Debian <single-ubuntu>`

source/installation/install-on-a-single-machine/install-ubuntu.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ Next Steps
6767
Learn More
6868
----------
6969

70+
- :ref:`Relational Migrator File Locations <file-location>`
71+
7072
- :ref:`Install on Mac <single-mac>`
7173

7274
- :ref:`Install on RHEL/CentOS <single-rhel>`

source/installation/install-on-a-single-machine/install-windows.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ Next Steps
5757
Learn More
5858
----------
5959

60+
- :ref:`Relational Migrator File Locations <file-location>`
61+
6062
- :ref:`Install on Mac <single-mac>`
6163

6264
- :ref:`Install on RHEL/CentOS <single-rhel>`

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,8 @@ Next Steps
111111
Learn More
112112
----------
113113

114+
- :ref:`Relational Migrator File Locations <file-location>`
115+
114116
- :ref:`RHEL/CentOS Systems Installation <rhel-install>`
115117

116118
- :ref:`Windows Server Installation <windows-install>`

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ Learn More
5151

5252
- :ref:`Install on a Single Machine <single-machine-install>`
5353

54+
- :ref:`Relational Migrator File Locations <file-location>`
55+
5456

5557
.. toctree::
5658
:titlesonly:

0 commit comments

Comments
 (0)