Skip to content

Commit 8f63110

Browse files
Calling out that schemas must be specified for the migration
1 parent a48dc5f commit 8f63110

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

product_docs/docs/migration_toolkit/55/07_invoking_mtk/mtk_command_options_in_file/creating_txt_file.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Where the content of the `example.options` file is:
8787
```
8888
tables=TAB1
8989
dataOnly
90-
]```
90+
```
9191

9292
Or you can place the options flag (-dataOnly in this case) in the command line after specifying the `-optionsFile`:
9393

product_docs/docs/migration_toolkit/55/07_invoking_mtk/mtk_command_options_in_file/executing_migration_with_txt.mdx

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,14 @@ After you have created the options file, execute the migration command by refere
1616

1717
You can specify all options in the file, or use a mix of command line and options file to specify the migration parameters.
1818

19+
## Provide the scope for the schema migration
20+
21+
You must specify the scope of the schemas to be migrated.
22+
23+
- If you want to migrate all schemas: Add the `-allSchemas` option in the command line or add `allSchemas` in your options file.
24+
25+
- If you want to specify one or several schemas: Specify the schemas you want to migrate in the command line with no preceding option. They have to be the last parameter in the command line.
26+
1927
Here are some examples for specifying all options in the file:
2028

2129
## Migrate a schema with specific tables
@@ -40,7 +48,7 @@ Command line equivalent:
4048

4149
## Use Options File to exclude tables and include functions
4250

43-
Options File can be used to separate table names from configuration options.
51+
The options file can be used to separate table names from configuration options.
4452
It may also contain comments to clarify why parameters are used.
4553

4654
In this example we are excluding tables and including functions.
@@ -74,7 +82,7 @@ Command line equivalent:
7482

7583
## Offline migration
7684

77-
Run offline migration with all schemas
85+
Run an offline migration with all schemas.
7886

7987
Content of the `<example.options>` text file:
8088

0 commit comments

Comments
 (0)