Skip to content

Commit 57d142c

Browse files
authored
Update README.md
1 parent b43e4f9 commit 57d142c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ from MySQL to PostgreSQL as easy and smooth as possible.</p>
66

77
<h3>KEY FEATURES</h3>
88
<ul>
9-
<li> Accuracy of migration the database structure - NMIG converts
9+
<li> Precise migration of the database structure - NMIG converts
1010
MySQL data types to corresponding PostgreSQL data types, creates constraints,
1111
indexes, primary and foreign keys exactly as they were before migration.</li>
1212

@@ -33,7 +33,7 @@ from MySQL to PostgreSQL as easy and smooth as possible.</p>
3333
<b>Sample:</b>&nbsp;<code>/path/to/nmig</code></p>
3434

3535
<p><b>3.</b> Edit configuration file located at <code>/path/to/nmig/config.json</code> with correct details.<br /></p>
36-
<b>Remarks:</b>
36+
<b>Notes:</b>
3737
<ul>
3838
<li> config.json contains brief description of each configuration parameter</li>
3939
<li>Make sure, that username, you use in your PostgreSQL connection details, defined as superuser (usually "postgres")<br> More info: <a href="http://www.postgresql.org/docs/current/static/app-createuser.html">http://www.postgresql.org/docs/current/static/app-createuser.html</a></li>
@@ -71,7 +71,7 @@ which includes data types mapping, creation of tables, constraints, indexes, <br
7171
PKs, FKs, migration of data, garbage-collection (VACUUM) and analyzing the newly created <br />
7272
PostgreSQL database took 1 minute 18 seconds.</p>
7373
<p>
74-
<b>Remark:</b>&nbsp; it is highly recommended to VACUUM newly created database! <br />
74+
<b>Note:</b>&nbsp; it is highly recommended to VACUUM newly created database! <br />
7575
Just keep in mind, that VACUUM is a very time-consuming procedure. <br />
7676
So if you are short in time - disable VACUUM via config.json ("no_vacuum" parameter). <br />
7777
Such step will save you ~25% of migration time. <br />

0 commit comments

Comments
 (0)