Skip to content

Commit f74c411

Browse files
authored
Merge pull request #230 from mayaraman19/DOCSP-47796-db-connections
DOCSP-47796: Database connections
2 parents 162f514 + 4221995 commit f74c411

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

source/database-connections/manage-database-connections.txt

+34
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,40 @@ You can copy, edit, or delete database connections from the {+rel-mig+}
1717
tag. You can mouse over the :icon-fa5:`info-circle` icon for a connection to
1818
see a list of projects that use that connection.
1919

20+
Create a Connection
21+
-------------------
22+
23+
You can create a connection by using one of the following places in the
24+
:ref:`Relational Migrator UI <rm-project-overview>`.
25+
26+
Creating a New Project
27+
~~~~~~~~~~~~~~~~~~~~~~
28+
29+
You can create a connection when you create a new project. After selecting
30+
:guilabel:`Connect to live database` from the :guilabel:`New Project`
31+
page, select the :guilabel:`Add a new connection` option. See :ref:`rm-projects`
32+
for more information.
33+
34+
Connections Page
35+
~~~~~~~~~~~~~~~~
36+
37+
In the :guilabel:`Connections` tab on the home screen, click
38+
:guilabel:`+ Add connection`.
39+
40+
Database Connections Bar
41+
~~~~~~~~~~~~~~~~~~~~~~~~
42+
43+
In a project's :guilabel:`Database Connections Bar`, open the
44+
of :guilabel:`Relational` connections and click :guilabel:`+ Add connection`.
45+
46+
Creating or Modifying a Data Migration Job
47+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
48+
49+
In a project's :guilabel:`Data Migration` tab,
50+
click :guilabel:`Create migration job`
51+
and select :guilabel:`Add a new connection`. See :ref:`rm-create-jobs`
52+
for more information.
53+
2054
Copy a Connection
2155
-----------------
2256

0 commit comments

Comments
 (0)