Skip to content

Commit 58eaa76

Browse files
author
AnatolyUss
committed
Updated README.md
1 parent 9887bd7 commit 58eaa76

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

README.md

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ from MySQL to PostgreSQL as easy and smooth as possible.</p>
2323

2424
<h3>SYSTEM REQUIREMENTS</h3>
2525
<ul>
26-
<li> <b>Node.js 5 or higher</b></li>
26+
<li> <b>Node.js 7 or higher</b></li>
2727
</ul>
2828

2929
<h3>USAGE</h3>
@@ -64,20 +64,6 @@ from MySQL to PostgreSQL as easy and smooth as possible.</p>
6464
<p>Current version is 3.0.0<br />
6565
(major version . improvements . bug fixes)</p>
6666

67-
68-
<h3>TEST</h3>
69-
<p>Tested using MySQL Community Server (5.7.17) and PostgreSQL (9.5).<br />
70-
The entire process of migration 59.9 MB database (53 tables, 581275 rows),<br />
71-
which includes data types mapping, creation of tables, constraints, indexes, <br />
72-
PKs, FKs, migration of data, garbage-collection (VACUUM) and analyzing the newly created <br />
73-
PostgreSQL database took 1 minute 2 seconds.</p>
74-
<p>
75-
<b>Note:</b>&nbsp; it is highly recommended to VACUUM newly created database! <br />
76-
Just keep in mind, that VACUUM is a very time-consuming procedure. <br />
77-
So if you are short in time - disable VACUUM via config.json ("no_vacuum" parameter). <br />
78-
Such step will save you ~25% of migration time. <br />
79-
</p>
80-
8167
<h3>REMARKS</h3>
8268
<p>Errors/Exceptions are not passed silently.<br />
8369
Any error will be immediately written into the error log file.</p>

0 commit comments

Comments
 (0)