Skip to content

Commit 9add996

Browse files
authored
Merge pull request #40 from jocelyn-mendez1/DOCSP-31387
DOCSP-31387 source database ref page
2 parents 6fdf02f + 362778c commit 9add996

File tree

3 files changed

+63
-0
lines changed

3 files changed

+63
-0
lines changed

snooty.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ intersphinx = [ "https://www.mongodb.com/docs/manual/objects.inv",
88
# toc_landing_pages = ["/paths/to/pages/that/have/nested/content"]
99

1010
toc_landing_pages = [
11+
"supported-databases",
1112
"installation",
1213
"installation/install-on-a-single-machine/install-on-a-single-machine",
1314
"installation/install-on-an-unattended-server/install-on-an-unattended-server",

source/index.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ Explore libraries and tools for MongoDB.
150150
:titlesonly:
151151
:hidden:
152152

153+
/supported-databases
153154
/migration-scenarios
154155
/installation
155156
/projects/projects

source/supported-databases.txt

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
.. _supported-databases:
2+
3+
=======================================
4+
Supported Source Databases and Versions
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+
Relational Migrator supports migration from source databases to MongoDB.
16+
17+
Definition
18+
----------
19+
20+
To create a Relational Migrator project, you can connect to a source database to migrate
21+
to MongoDB. This page provides the supported source databases.
22+
23+
.. warning::
24+
25+
You might be able to use other versions or deployments, but they have not been tested
26+
with Relational Migrator.
27+
28+
Databases and Versions
29+
----------------------
30+
31+
Relational Migrator supports the following source databases:
32+
33+
.. list-table::
34+
:header-rows: 1
35+
36+
* - Database
37+
- Supported Versions
38+
- Deployments
39+
40+
* - Oracle
41+
- 12c and higher
42+
- Self hosted, AWS RDS
43+
44+
* - Microsoft SQL Server
45+
- 2017 and higher
46+
- Self hosted, AWS RDS, Azure SQL Database
47+
48+
* - PostgreSQL
49+
- 10 and higher
50+
- Self hosted, AWS RDS/Aurora, Azure Database
51+
52+
* - MySQL
53+
- 5.7 and higher
54+
- Self hosted, AWS RDS/Aurora, Azure Database
55+
56+
Learn More
57+
----------
58+
59+
- :ref:`Create a Project <rm-create-project-live>`
60+
61+
- :ref:`Migration Scenarios and Use Cases <rm-migration-scenarios>`

0 commit comments

Comments
 (0)