Skip to content

Commit f08b2b4

Browse files
authored
DOCSP-45120-change-sync-to-migration (#180)
* DOCSP-45120-change-sync-to-migration * DOCSP-45120 removing constants * DOCSP-45120 tech edit * DOCSP-45120 fixing build
1 parent 2f5b3d3 commit f08b2b4

File tree

54 files changed

+205
-207
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+205
-207
lines changed

snooty.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,6 @@ toc_landing_pages = [
4646
[constants]
4747
connector-version = "2.7.0"
4848
ddl = ":abbr:`DDL (Data Definition Language)`"
49-
job = "sync job" #this will be updated to migration job in the near future.
50-
job_plural = "sync jobs" #this will be updated to migration jobs in the near future.
5149
migrator-api = "REST API Documentation"
5250
migrator-api-endpoints = "Endpoints"
5351

source/api-docs.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Relational Migrator REST API
2121
The Relational Migrator REST API provides you with programmatic access
2222
to Relation Migrator with HTTPS endpoints. The REST API is a
2323
Relational Migrator service between your application and your source and
24-
destination databases that you can send requests to manage your sync jobs.
24+
destination databases that you can send requests to manage your migration jobs.
2525

2626
You don't need to install any additional extensions or packages to use
2727
the Relational Migrator REST API. The functionality is part of the
@@ -59,7 +59,7 @@ Use the Relational Migrator REST API when:
5959
``WHERE DATEDIFF(CURDATE(), last_modified) <= 1`` to batch migrate
6060
data on a cadence from your relational database to MongoDB.
6161

62-
- You want to programmatically create Relational Migrator sync jobs
62+
- You want to programmatically create Relational Migrator migration jobs
6363
dynamically. For example, using connection strings from
6464
multiple databases without manually configuring them in the GUI.
6565

source/code-generation/query-converter/test-converted-queries/compare-converted-queries.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ You can use the :guilabel:`Test Queries` pane to compare source
1414
and destination queries, views, and stored procedure results
1515
in Relational Migrator. The :guilabel:`Test Queries` can
1616
help you verify the accuracy of converted code and
17-
show the source and destination data after you run a sync job.
17+
show the source and destination data after you run a migration job.
1818

1919
About this Task
2020
---------------

source/connection-strings/connection-strings.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Relational Migrator uses connection strings to connect to both
1414
the relational and MongoDB databases. You can create connection strings:
1515

1616
- Using the UI when you create a project.
17-
- Using the UI when you create a sync job.
17+
- Using the UI when you create a migration job.
1818
- By manually providing the Uniform Resource Identifier (URI).
1919

2020
Get Started

source/connection-strings/mongodb-database-connection-strings.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,4 +137,4 @@ Results
137137
-------
138138

139139
The MongoDB connection URI is optionally specified as part of the process for
140-
creating a Relational Migrator project or when creating a sync job.
140+
creating a Relational Migrator project or when creating a migration job.

source/getting-started.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Get Started with Relational Migrator
2020

2121
Relational Migrator is a tool to help you migrate your relational
2222
data to MongoDB. This page guides you through installing the tool
23-
and running your first sync job.
23+
and running your first migration job.
2424

2525
To get familiar with Relational Migrator capabilities,
2626
features, and use cases, review the following resources:
@@ -64,16 +64,16 @@ Steps
6464
the destination data model that best matches your
6565
application needs.
6666

67-
.. step:: Create a sync job
67+
.. step:: Create a migration job
6868

69-
:ref:`Sync jobs <rm-sync-jobs>` move the data from relational
70-
tables to MongoDB collections. Sync jobs have two types:
69+
:ref:`Migration jobs <rm-sync-jobs>` move the data from relational
70+
tables to MongoDB collections. Migration jobs have two types:
7171

7272
- **Snapshot** for point in time migrations.
7373
- **Continuous** for ongoing change data capture zero-downtime migrations.
7474

7575
To start your migration to MongoDB,
76-
:ref:`create a sync job <rm-create-jobs>`.
76+
:ref:`create a migration job <rm-create-jobs>`.
7777

7878
.. toctree::
7979
:titlesonly:

source/getting-started/atlas-log-in.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Log In with Atlas
1313
You can optionally sign in to your Atlas account inside Relational
1414
Migrator. If you log in, you can access the
1515
:ref:`Query Converter <rm-query-converter>` feature and you can choose
16-
destination clusters from a list when creating sync jobs.
16+
destination clusters from a list when creating migration jobs.
1717

1818
Before you Begin
1919
----------------

source/getting-started/migration-scenarios.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ destination databases remain in sync.
4949
After the continuous sync migration completes, you can transfer users to
5050
the new application and shut down the legacy application.
5151

52-
To learn more about sync jobs, see :ref:`rm-sync-jobs`.
52+
To learn more about migration jobs, see :ref:`rm-sync-jobs`.
5353

5454
Currently Unsupported Migration Scenarios
5555
-----------------------------------------
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
When defining :ref:`rm-calculated-fields` and :ref:`rm-id-field-customizations`,
22
Relational Migrator shows an initial data type of :guilabel:`default`.
3-
When you run a sync job, Relational Migrator updates this data type.
3+
When you run a migration job, Relational Migrator updates this data type.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
You can recover a continuous sync job within 24 hours of failure.
1+
You can recover a continuous migration job within 24 hours of failure.
22
For details, see :ref:`rm-sync-jobs-recoverability`.

0 commit comments

Comments
 (0)