diff --git a/README.md b/README.md index ab5eaa3a..e59843a0 100644 --- a/README.md +++ b/README.md @@ -6,16 +6,14 @@ from MySQL to PostgreSQL as easy and smooth as possible.

KEY FEATURES

-

4. Go to nmig directory, install dependencies, and run the app with --expose-gc flag
+

4. Go to nmig directory, install dependencies, and run the app
    Sample:

$ cd /path/to/nmig

$ npm install

-
$ node --expose-gc nmig.js

+
$ node nmig.js

-

-    - Remark: you can increase node.js memory limit (RAM usage) using --max-old-space-size flag
-

-

-    - Following command will increase memory limit to ~2GB and run nmig -
  $ node --max-old-space-size=2048 --expose-gc nmig.js + +

5 If a disaster took place during migration (for what ever reason) - simply restart the process +$ node nmig.js
NMIG will restart from the point it was stopped at.

-

5. At the end of migration check log files, if necessary.
    +

6. At the end of migration check log files, if necessary.
    Log files will be located under "logs_directory" folder in the root of the package.
    Note: "logs_directory" will be created during script execution.

-

6. In case of any remarks, misunderstandings or errors during migration,
    +

7. In case of any remarks, misunderstandings or errors during migration,
    please feel free to email me anatolyuss@gmail.com

VERSION

-

Current version is 1.2.0
+

Current version is 2.0.0
(major version . improvements . bug fixes)

@@ -85,11 +78,15 @@ Such step will save you ~25% of migration time.
The migration process described above without VACUUM took 58 seconds only.

-

LICENSE

-

NMIG is available under "GNU GENERAL PUBLIC LICENSE" (v. 3)
-http://www.gnu.org/licenses/gpl.txt.

- -

REMARKS

Errors/Exceptions are not passed silently.
Any error will be immediately written into the error log file.

+ +

KNOWN ISSUES

+ + +

LICENSE

+

NMIG is available under "GNU GENERAL PUBLIC LICENSE" (v. 3)
+http://www.gnu.org/licenses/gpl.txt.