You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<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>
37
37
<ul>
38
38
<li> config.json contains brief description of each configuration parameter</li>
39
39
<li>Make sure, that username, you use in your PostgreSQL connection details, defined as superuser (usually "postgres")<br> More info: <ahref="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
71
71
PKs, FKs, migration of data, garbage-collection (VACUUM) and analyzing the newly created <br />
72
72
PostgreSQL database took 1 minute 18 seconds.</p>
73
73
<p>
74
-
<b>Remark:</b> it is highly recommended to VACUUM newly created database! <br />
74
+
<b>Note:</b> it is highly recommended to VACUUM newly created database! <br />
75
75
Just keep in mind, that VACUUM is a very time-consuming procedure. <br />
76
76
So if you are short in time - disable VACUUM via config.json ("no_vacuum" parameter). <br />
77
77
Such step will save you ~25% of migration time. <br />
0 commit comments