|
8 | 8 | "Connection parameters to your MySQL database", |
9 | 9 | "Please ensure, that you have defined all parameters properly.", |
10 | 10 | "Ensure, that details like 'charset' are included (if necessary).", |
11 | | - "Notice, any parameter, acceptable by the node mysql module can be placed here." |
| 11 | + "Note, any parameter, acceptable by the node mysql module can be placed here.", |
| 12 | + "Check the 'source.host' parameter, that can be either '127.0.0.1' or 'localhost', depends on your setup." |
12 | 13 | ], |
13 | 14 | "source" : { |
14 | | - "host" : "localhost", |
| 15 | + "host" : "127.0.0.1", |
15 | 16 | "port" : 3306, |
16 | 17 | "database" : "test_db", |
17 | 18 | "charset" : "utf8mb4", |
|
24 | 25 | "Connection parameters to your PostgreSQL database", |
25 | 26 | "Please ensure, that you have defined all parameters properly.", |
26 | 27 | "Ensure, that details like 'charset' are included (if necessary).", |
27 | | - "Notice, any parameter, acceptable by the node pg module can be placed here." |
| 28 | + "Note, any parameter, acceptable by the node pg module can be placed here.", |
| 29 | + "Check the 'target.host' parameter, that can be either '127.0.0.1' or 'localhost', depends on your setup." |
28 | 30 | ], |
29 | 31 | "target" : { |
30 | | - "host" : "localhost", |
| 32 | + "host" : "127.0.0.1", |
31 | 33 | "port" : 5432, |
32 | 34 | "database" : "test_db", |
33 | 35 | "charset" : "UTF8", |
|
48 | 50 | "Acceptable values:", |
49 | 51 | "1. 'DEFAULT' - when set to 'DEFAULT', Nmig will run 2 data-loader processes.", |
50 | 52 | "2. Any positive integer.", |
51 | | - "Notice:", |
| 53 | + "Note:", |
52 | 54 | "1.", |
53 | 55 | "Usually, migration gets accomplished faster with only 2 data-loader processes,", |
54 | 56 | "even if more CPU cores are available.", |
|
0 commit comments